Full posts in categories
-
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 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Full posts in categories’ is closed to new replies.