Support ForumHow to Make Changes to Default Blog Display – Support Forum https://support.ishyoboy.com/forums/topic/how-to-make-changes-to-default-blog-display/feed/ Fri, 04 Sep 2026 07:32:19 +0200 http://bbpress.org/?v=2.5.12-6148 en-US https://support.ishyoboy.com/forums/topic/how-to-make-changes-to-default-blog-display/#post-7712 <![CDATA[How to Make Changes to Default Blog Display]]> https://support.ishyoboy.com/forums/topic/how-to-make-changes-to-default-blog-display/#post-7712 Tue, 14 Apr 2015 16:39:28 +0000 Cathy My default blog shows multiple blog excerpts on the blog landing page. Example: https://www.inthelittle.com/blog-st-louis-newborn-baby-child-photographer/

Is it possible, instead, to have a blog landing page that displays the full length of a blog post, one post right after the next, beginning with the most recent post.

Of course, it would be nice to limit the number of posts that would be displayed on one page (for pageload reasons), so the ability to go to the next page of posts would also be helpful.

Is there a setting for this somewhere that I’m overlooking or is it possible to make this work (fairly easily) if I edit the code?

Thanks for your help!
Cathy

]]>
https://support.ishyoboy.com/forums/topic/how-to-make-changes-to-default-blog-display/#post-7719 <![CDATA[Reply To: How to Make Changes to Default Blog Display]]> https://support.ishyoboy.com/forums/topic/how-to-make-changes-to-default-blog-display/#post-7719 Wed, 15 Apr 2015 03:58:14 +0000 IshYoBoy Hi Cathy,

The settings for the Blog are located in Theme Options:

Appearance -> Theme Options -> Blog Options

The Blog sidebar can be turned off from there. Do I understand it right you would like to display the whole content instead of the excerpt. So the same you would see in the detail of this post? The overview page is meant for a “teaser” of the post and if the reader is interested then they enter in the single view to read more.

The pagination number can be set with the default WordPress setting available under:

Settings -> Reading -> Blog pages show at most N posts

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>
https://support.ishyoboy.com/forums/topic/how-to-make-changes-to-default-blog-display/#post-7726 <![CDATA[Reply To: How to Make Changes to Default Blog Display]]> https://support.ishyoboy.com/forums/topic/how-to-make-changes-to-default-blog-display/#post-7726 Wed, 15 Apr 2015 14:43:49 +0000 Cathy Yes, that’s correct. I would prefer to not have excerpts displayed. Instead, I would like to show the whole content, one post right after the next.

Is there a way to make this happen?

]]>
https://support.ishyoboy.com/forums/topic/how-to-make-changes-to-default-blog-display/#post-7733 <![CDATA[Reply To: How to Make Changes to Default Blog Display]]> https://support.ishyoboy.com/forums/topic/how-to-make-changes-to-default-blog-display/#post-7733 Thu, 16 Apr 2015 04:25:51 +0000 IshYoBoy Hey,

To change this you will have to modify the files:

and instead of “ishyoboy_get_blog_excerpt();” function if used, use “ishyoboy_the_content();”

The best way to do this modification is to use a child theme:

What is a child theme and how, but mainly why to use it?

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>