Posts tagged as:

wcw09

Going to do this post in segments…first my slides:
How to use to build a website using WordPress: For normal people
View more presentations or upload your own. (tags: wordpress wordcamp)

This is the “magic” code that fixes the problem with having a pre-set “Home” button:
<?phpwp_list_pages(‘exclude=2,10&title_li=&depth=1′); ?>
What this does is block the pages with IDs 2 and 10 from being listed. You’ll have to find out the page ID from your Edit Pages section in the admin panels. I mouse over the title and look at the URL in the status bar. Please, [...]

{ 14 comments }