Thread Starter
kassd
(@kassd)
Thank you for your answer! I found a theme that has an option to make full posts in categories in settings, makes it in one click.
It is a pity Iconic One doesn’t do that, I liked it. Good luck everyone!
Thread Starter
kassd
(@kassd)
so there is no way to get this functionality. can anyone advice on a theme similar to Iconic One (as clear and simple), but that will show full posts in categories?
Thread Starter
kassd
(@kassd)
can anyone help on the subject?
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?