groups

name language licence
Retrieve and Display Images from a WordPress Post PHP Other
Customizing flickrRSS PHP BSD
Scrobbler PHP BSD
footer PHP GPL 2
Display WordPress Tags Cloud PHP BSD
feedback Other Other
breakout Other Other
my badges PHP BSD

< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 >



language: PHP
licence: BSD

Display WordPress Tags Cloud

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...)