Please feel free to subscribe using either RSS or Email to stay upto date with the latest news.

RSS for 42k Wordpress Theme
RSS for Factory42
RSS for Factory42
 

All Delivered by FeedBurner

Changing archive/category to display full content upon clicking

Hi there, I just threw some coin your way for the excellent theme! I haven’t been able to find out how to have the entire post display after clicking a category or archive from the sidebar – all the posts pop up nicely, but you have to click on the heading to see the entire post. I found one setting somewhere and set it to “content” but that didn’t seem to help for the archive/category posts. Any way to change this?

Mark

Hi Mark

Thanks for the donation by the way, always thankfully received! Yes the archive pages are set to show the excerpt at the moment, but if you want to show the full content its a matter of editing the code, but not that bad at all, just one word needs changing.

If you can open archive.php either in the Wordrpess theme editor or your favorite text editor and find the line

<?php the_excerpt(); ?>

Which should be round about line 23 in that file. All you need to do is edit the wording so it will now read

<?php the_content(); ?>

Then save the file and your done! Obviously if you ever want to change these settings back then just reverse that process.

If you have any problems then please do let me know and I can help.

Thanks again,

David

You must be logged in to post a comment.