Posts Tagged ‘Wordpress’

What is a blog?

A blog is often a mixture of what is happening in a person’s life and what is happening on the Web, a kind of hybrid diary/guide site, although there are as many unique types of blogs as there are people.

CRM

Customer relationship management (CRM) consists of the processes a company uses to track and organize its contacts with its current and prospective customers. CRM software is used to support these processes; information about customers and customer interactions can be entered, stored and accessed by employees in different company departments. Typical CRM goals are to improve [...]

Find the post you want and the id of the post and then add this code to your sidebar.

<?php query_posts(‘p=1′); if(have_posts()) : the_post(); ?>
<?php the_content(); ?>
<?php endif; ?>

Couldn’t be simpler!

Whilst this is titled adding a post, it also includes editing. To add a post, click on the add a post link, to edit a post, click on the post title itself or the edit link. There is two ways to delete a post, firstly in the post listing and secondly in the post itself. [...]

This series is here to help you use and manage your wordpress site. It assumes that you will be logging in as an admin user. I encourage people to use a good web browser such as Safari or if you prefer it Firefox. Both browsers support tabbed browsing and it is this element that I [...]