Advertisement
Guest User

Include category title/description above category posts

a guest
Sep 1st, 2012
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1. <?php
  2.     $category_description = category_description();
  3.     if ( ! empty( $category_description ) )
  4.         echo apply_filters( 'category_archive_meta', '<div class="category-archive-meta">' .        $category_description . '</div>' );
  5. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement