groups

name language licence
Wordpress Categories Nav PHP BSD
Make header image clickable PHP BSD
Optimal ad display PHP BSD
Tweet This PHP BSD
Display a Pages SubMenu in your Sidebar PHP BSD
Display WordPress Tags PHP BSD
Display Admin Section PHP BSD
Display Recent Comments PHP BSD

< 1 2 3 4 5 6 7 8 9 >



language: PHP
licence: BSD

Display WordPress Tags

options: view full snippetsend to code collector
Display Blogroll Links

<ul>
<?php get_links_list(); ?>
</ul>
Display Admin Section

<ul>
<?php wp_register(); ?>
<li><?php wp_loginout(); ?></li>
<li><a href="http://www.wordpress.org/">WordPress</a></li>
<?php wp_meta(); ?>
<li><a href="http://validator.w3.org/check?uri=referer">XHTML</a></li>
</ul>
Display a Pages SubMenu in your Sidebar
	
(Continues...)