groups

name language licence
WORDPRESS GET URL PHP BSD
To detect if a plugin is installed... PHP Other
Styling Images in WordPress PHP Other
Displaying Custom Fields PHP Other
Getting Custom Fields PHP Other

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



language: PHP
licence: Other

Displaying Custom Fields

options: view full snippetsend to code collector
<?php the_meta(); ?>


<ul class='post-meta'>
<li><span class='post-meta-key'>Curently Reading:</span> Calvin and Hobbes</li>
<li><span class='post-meta-key'>Today's Mood:</span> Jolly and Happy</li>
</ul>
	
(Continues...)