Viewing 1 replies (of 1 total)
  • Plugin Author kevin heath

    (@ypraise)

    Hi

    I have not checked but I would assume that the theme does not call the category description.

    In the category.php file or archive file – or other file you theme uses to build the category listings you need to add the following code:

    if (is_category() && $paged < 2) {
            echo '
            <p>'.category_description().'</p>';
        }

    If you can not find the correct place to put the code then you need to contact the theme support for information on how to insert the code.

    Thanks
    Kevin

Viewing 1 replies (of 1 total)
  • The topic ‘Plugin Not Working with Bluthemes "Breeze"’ is closed to new replies.