I'd like this category page:
http://www.homewines...re-is-francois/
To display the full post. I can't seem to find an option that makes that happen. I assume I need to change something in the looop? Not sure what though.
Show full post on category page in eco pro?
Started by
[Deleted User]
, Oct 02 2010 03:03 PM
8 replies to this topic
#1
Posted 02 October 2010 - 03:03 PM
#2
Posted 02 October 2010 - 06:44 PM
In your Theme Options, please go to the Posts and Pages tabs. In the section called "Full Post Content Placement", select "Show full content on all blog pages" and your full posts should be displayed.
#3
Posted 02 October 2010 - 10:11 PM
I already checked that. It doesn't seem to change anything. Perhaps it doesn't apply to category pages?
#4
Posted 03 October 2010 - 01:06 AM
Do you use excerpts for your posts?
#5
Posted 03 October 2010 - 02:55 AM
Not sure what you mean by that exactly. Excerpts are not a functionality I need though. Is that the kind of answer you're looking for?
#6
Posted 03 October 2010 - 04:02 AM
I was just wondering because if you were to turn them on in the theme options, I wonder whether or not they would display (if they're not working either then it's probably an issue with the category page template itself and how it's formatted to list posts). I'm still looking into it, however.
#7
Posted 03 October 2010 - 05:05 AM
The category page does change if I turn excerpts on. It shows a bit of the text like it should. I really want the whole post to show though.
#8
Posted 03 October 2010 - 10:22 PM
Hello,
Please go to the _theloop.php file in the Editor page of your Dashboard. Directly under the code
Please go to the _theloop.php file in the Editor page of your Dashboard. Directly under the code
<!--/post-title -->, paste this:
<?php the_content('Read more...'); ?>.
#9
Posted 04 October 2010 - 01:03 AM
So simple. I knew the code to put in, but didn't know where to put it. Thank you!










