Add Wordpress Category Description
January 31st, 2010 — adminUsually wordpress category description does not show even we add each wordpress category description at WP Administration Panel. Any method to show category description? Yes! Follow me:
Go to Appearance –> Editor, and click Category Template (category.php) .
Add <div><strong><?php single_cat_title(‘Currently browsing’); ?>
</strong>: <?php echo category_description(); ?></div>
at proper place. Read the rest of this entry »