groups

name language licence
Displaying Custom Fields PHP Other

< 1 2 3 >



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