Johnns Posted April 22, 2006 Posted April 22, 2006 (edited) Hi, its me again For my website I am using pages, to show off the content of my website. Im using wordpress as a content management system. this is the website: http://img196.imageshack.us/img196/1443/hokrant2fn.jpg now the Inhoud is actually a table of contents, for the informative text you can see at the bottom. but how can I achieve this in wordpress? because I use pages. thanks in advance, Edited April 22, 2006 by Johnns Quote
TCH-Bruce Posted April 22, 2006 Posted April 22, 2006 This code will display your pages set up in Wordpress in your sidebar. ><?php wp_list_pages('title_li=<h2>' . __('Pages') . '</h2>' ); ?> If you want to execute php in a post you would need to install either the RunPHP or Exec PHP plugins. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.