Posts Tagged ‘navigation’
- Page Lists Plus
November 18th, 2010
Page Lists Plus gives you greater control over how pages are listed in your menus. For example if you had a page with a really long name, but wanted to include a shorter version of the name in your menu, Page Lists Plus gives you a place to designate the short name. Continue reading
Categories: WordPress Plug-ins
- My Page Order
November 16th, 2010
My Page Order allows you to rearrange the order in which pages are presented, in case you don’t want to list them alphabetically. This is useful if you are using wp_list_pages to create your menus. For example, the main navigation menu on this site uses the following coding: <div id="navigation"> <ul> <?php wp_list_pages(‘title_li=&depth=1′); ?> </ul> [...]
Categories: WordPress Plug-ins