Shape 5

Wordpress Club Themes => Traction - Club => : segunoloye March 24, 2016, 01:40:21 AM



: Summarizing Posts
: segunoloye March 24, 2016, 01:40:21 AM
Hello,

Using the settings - Reading I still couldn't get my posts summarized. My site is http://www.cheapflightsinnigeria.com/.

Last time it was done for me on another template, you told me you tweak something in the code. Please let me know what you did so that I can be able to do it myself after my subscription expires that I will not be able to ask for help again.

Secondly please, how can I edit the contents of the "Top Panel".

I will appreciate.

Thank you.


: Re: Summarizing Posts
: Tristan Rineer March 24, 2016, 06:09:42 AM
To change posts to use the excerpt on any non-single pages:

Edit the content.php file in the theme folder and look for the following line (near line 55):

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

Change it to:

:
		<?php if ( is_archive() || is_search() || !is_singular() ) : // Display excerpts for archive, search, and any area that is not a single post or page. ?>



I'm not sure what you mean by "Top Panel", but hopefully that helps.


: Re: Summarizing Posts
: segunoloye March 25, 2016, 09:21:46 AM
Thank you. The summary code worked. I'm grateful.

For the second one, am sorry is "Open panel" not top panel as I mentioned earlier on.

I attached the screenshot for you to see.

When you click on read more to open the full article, you'll see it at the top.

Please, let me know how to either disable it or edit the content.

Thank you.


: Re: Summarizing Posts
: Tristan Rineer March 25, 2016, 09:54:35 AM
That is the Drop Down.  The text for the tab can be changed in the Drop Down settings on the "Main -> Layout" tab of the theme options, and you can disable it by removing any widgets located in the Drop Down positions.