Posts tagged as:

Wordpress

BuddyPress and Thesis 1.6

by Rich on February 28, 2010

in Wordpress

Hey are we excited that BuddyPress is now compatible with a single Wordpress install. There are problems though with getting it up and running with a standard install most particularly with your current theme. That is why this plugin was written; Buddypress Template Pack. I have a site up and running over at Cornwall Wave [...]

{ Comments on this entry are closed }

Blockquotes in Thesis

by Rich on February 19, 2010

in Web, Wordpress

Block quotes or quotes are usually used to show a note from other blogs or to show a comment. You can see an example of Block quotes in this post on the iPhone.
It is really simple to get this effect. Simply add these styles to your custom.css in your Thesis Custom File [...]

{ 0 comments }

Wordpress and the iPhone

by Rich on February 19, 2010

in Macs, Wordpress

I make no bones about my love for all things Mac. And I love my iPhone. It is brilliant as a work tool, as a ebook reader, study aid and games machine. Brilliant.
But it gets better there is an iPhone app for Wordpress bloggers. In their own words:
Introducing the only iPhone app that lets you [...]

{ Comments on this entry are closed }

ThesisLab

by Rich on February 19, 2010

in Worth a Visit

Philip Barron is in his own words:
writes fitfully, cooks for his wife, and shepherds cats from room to room. he does all this, and one or two other things, in st. louis.
Philip has helped me and many people on numerous occasions and knows his stuff both regarding Thesis and Wordpress. I have no hesitation in [...]

{ Comments on this entry are closed }

What is a blog?

by Rich on November 14, 2009

in 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.

{ 0 comments }

CRM

by Rich on November 3, 2009

in 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 [...]

{ 1 comment }

How to show single post content in sidebar

by Rich on October 25, 2009

in Wordpress

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!

{ 0 comments }

2. Adding a Post

by Rich on August 20, 2009

in Blog, Wordpress

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. [...]

{ 0 comments }