Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Themonic

    (@themonic)

    You could do that by removing the following

    || is_category()

    from line 44 in content.php, take backup of the file before modifying.

    kassd

    (@kassd)

    There is no such line as

    <?php if ( is_search() || is_home() || is_category() || is_tag() ) : // Display Excerpts for Search, home, category and tag pages ?>

    in content.php any more.

    I deleted is_category() from this line:

    <?php elseif( is_search() || is_tag() || is_author() || is_archive() ): ?>

    but it didn’t help.
    Obviously something in theme code has changed. What should I do to get full posts in categories?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to show full posts on Category Pages’ is closed to new replies.