Theme Support Forum

Support Forum for Free and Premium Themes. Premium Theme Forums are Private! Please log in first to see the Premium forums

Viewing 5 posts - 1 through 5 (of 5 total)

Category Descriptions Not Showing

Home Forums Free Theme Support Theron Lite Category Descriptions Not Showing

  • #111064

    Clint

    I’ve activated the HTML in Category Descriptions Plugin but the descriptions do not seem to be loading.

    #111367

    Towfiq I.

    administrator

    send me a page link where this category description should show up.

    #111574

    Clint

    http://www.wiredseo.com/category/blog/small-business-seo/

    It’s populating the meta description with the category description info

    #112387

    Towfiq I.

    administrator

    open up category.php and add this:

    <div class="center">
    <h1><?php single_cat_title('',true); ?></h1>
    <p><?php echo category_description( ); ?> </p>
    </div>

    after this:

    <?php get_header(); ?>

    #120846

    Clint

    Thanks that worked!

Reply To: Category Descriptions Not Showing