Archive for Word Press

WordPress 3.0 Upgrade!

WordPress has recently release version 3.0.

My experience in upgrading from WordPress 2.92 to verson 3.0 was painless. I used the automatic update and within 60 seconds it had successfully completed.
I have reviewed my sites and as far as I can see there are no issues with site graphics or content layout.

Post your experiences with upgrading to WordPress 3.0 here.

Leave a Comment

Word Press Child Page menu

Creating a sidebar menu using Child Pages in WordPress

Trying to find the correct syntax to display a sidebar menu that shows all the “Child Pages” along with a custom title can be challenging.

Syntax

<li> <?php wp_list_pages(‘child_of=10&title_li=<h2>’ . __(‘Your Custom Menu Title Here’) . ‘</h2>’); ?></li>

Breaking down the code

» Continue reading “Word Press Child Page menu”

Leave a Comment