the_content not working, only showing excerpts
-
I’ve read up and tried everything I can to fix this but cannot figure out why it’s not working as it should:
I’m using a child theme for twentyten and only re-did the style.css and a page template, neither of which should affect this problem, which is with a category page here:
https://abstractionatwork.org/category/gifting-abstraction/
This is a category page set up to display posts of the category “Gifting Abstraction” but they all appear with only excerpt, not full content. I tried to fix this in loop.php by making sure it lists the_content rather than the_excerpt for standard format posts, but that does not work.
I read about Category Templates to find out which template would be used by this category page. The file category.php calls up the loop through
get_template_part( ‘loop’, ‘category’ );
which, after reading the help doc on category pages, I think means that it will call up the main loop.php file (in twentyten)
I made sure that loop.php is set to display the_content rather than the_excerpt for the standard type posts, but it’s still displaying the “Continue reading…” after a couple lines.
I would be very grateful if anyone can help me fix this! Thank you.
- The topic ‘the_content not working, only showing excerpts’ is closed to new replies.