Revision: 33901
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at October 14, 2010 23:55 by lromak
Initial Code
<h2><?php foreach((get_the_category()) as $category) { echo $category->cat_name . ' '; } ?></h2>
Initial URL
Initial Description
Initial Title
Show category name as page title without link (name only) in Single Post
Initial Tags
wordpress
Initial Language
CSS