Shape 5

Wordpress Free Themes => Design Control - Free => : keynet January 15, 2018, 03:59:27 PM



: Click on tag cloud to see entire posts
: keynet January 15, 2018, 03:59:27 PM
Design control a much better theme, but... Like WP's own 2016 theme, I'd like to be able to click on a tag in the tag cloud and see the entire contents of the tagged posts.
Right now I'm just seeing the first few sentences with a "Read more" for each.  Is this configurable, or is there a small change that can be done to change the behaviour?  Thanks for a great free theme!


: Re: Click on tag cloud to see entire posts
: Tristan Rineer January 16, 2018, 11:38:46 AM
Are you saying that what you want is for the post list to show the full post content instead of the post excerpt?


: Re: Click on tag cloud to see entire posts
: keynet January 16, 2018, 11:51:24 AM
Are you saying that what you want is for the post list to show the full post content instead of the post excerpt?

Yes. Right now I'm seeing a few sentences of each post and a "read more", with no graphics at all, like a search listing. I want to see all content of the tagged posts
Thanks


: Re: Click on tag cloud to see entire posts
: Tristan Rineer January 17, 2018, 09:45:55 AM
You may be able to change that by editing line 55 of content.php where the following code is located:

:
		<?php if ( is_archive() || is_search() ) : // Only display excerpts for archives and search. ?>

If you remove the "is_archive ||", then it will still show the excerpt for searches, but will use the full text on any "archive" page, which is what I believe tags count as.


: Re: Click on tag cloud to see entire posts
: keynet January 17, 2018, 02:45:12 PM
You may be able to change that by editing line 55 of content.php where the following code is located:

:
		<?php if ( is_archive() || is_search() ) : // Only display excerpts for archives and search. ?>

If you remove the "is_archive ||", then it will still show the excerpt for searches, but will use the full text on any "archive" page, which is what I believe tags count as.

You guys are so helpful - that's perfect, thanks!


: Re: Click on tag cloud to see entire posts
: Tristan Rineer January 18, 2018, 10:17:55 AM
I'm glad I was able to help!  I'll go ahead and lock this thread, if that's all you needed.


: Re: Click on tag cloud to see entire posts
: keynet January 18, 2018, 11:02:00 AM
I'm glad I was able to help!  I'll go ahead and lock this thread, if that's all you needed.

Yes thanks