groups

name language licence
404 PHP GPL 2
Display a Pages Menu in your Sidebar PHP BSD
Display an External RSS Feed PHP BSD
Display Recent Posts PHP BSD
Display Blogroll Links PHP BSD
Display Archives in a Drop-Down Box PHP BSD
slider PHP GPL 2
wide PHP GPL 2

< 1 2 3 4 5 6 7 8 9 10 11 12 >



language: PHP
licence: BSD

Display a Pages Menu in your Sidebar

options: view full snippetsend to code collector
<h2>Pages</h2>
<ul>
<?php wp_list_pages('title_li='); ?>
</ul>
	
(Continues...)