Title: Blog Excerpts
Last modified: August 30, 2016

---

# Blog Excerpts

 *  Resolved [wfeu](https://wordpress.org/support/users/wfeu/)
 * (@wfeu)
 * [11 years ago](https://wordpress.org/support/topic/tiny-framework-blog-excerpts/)
 * Im using Tiny Framework v. 2.1.1 with a child theme. I have all the blog posts
   going to Page called blog. Where would I edit to to turn on exceprts instead 
   of full posts for all posts ?
 * Ive copied content.php from the theme folder to the child theme folder and have
   been editing this
 * `<?php if ( is_search() ) : // Only display Excerpts for Search ?>`
 * Thanks

Viewing 11 replies - 1 through 11 (of 11 total)

 *  Thread Starter [wfeu](https://wordpress.org/support/users/wfeu/)
 * (@wfeu)
 * [11 years ago](https://wordpress.org/support/topic/tiny-framework-blog-excerpts/#post-6203794)
 *     ```
       <?php if ( is_search() || is_paged() || is_archive() ) : // Display Excerpts for Search, Archives and additional pages of Index view ?>
       ```
   
 * when I have this in content.php Im only getting excerpts on search results. Archives
   i do not get exceprts. I tried adding if_page ( 37) to show excerpts for my blog
   page, but Im missing something.
 *  Theme Author [Tomas Mackevicius](https://wordpress.org/support/users/tomasm/)
 * (@tomasm)
 * [11 years ago](https://wordpress.org/support/topic/tiny-framework-blog-excerpts/#post-6203872)
 * Did you put that content.php in the template-parts folder in Child Theme? Because
   in this version all content-* files were relocated.
 *  Thread Starter [wfeu](https://wordpress.org/support/users/wfeu/)
 * (@wfeu)
 * [11 years ago](https://wordpress.org/support/topic/tiny-framework-blog-excerpts/#post-6203873)
 * yes I duplicated it from parent theme folder and put a copy I edited in tiny-
   framework-child/ folder. thanks
 *  Theme Author [Tomas Mackevicius](https://wordpress.org/support/users/tomasm/)
 * (@tomasm)
 * [11 years ago](https://wordpress.org/support/topic/tiny-framework-blog-excerpts/#post-6203899)
 * I just realized that in v2.1.1 for some reason content-single.php is not being
   used, will investigate, perhaps that’s connected.
 *  Thread Starter [wfeu](https://wordpress.org/support/users/wfeu/)
 * (@wfeu)
 * [11 years ago](https://wordpress.org/support/topic/tiny-framework-blog-excerpts/#post-6203900)
 * awesome thanks. The only place on my install I am seeing excerpts is on search
   results if that helps any.
 *  Theme Author [Tomas Mackevicius](https://wordpress.org/support/users/tomasm/)
 * (@tomasm)
 * [11 years ago](https://wordpress.org/support/topic/tiny-framework-blog-excerpts/#post-6203902)
 * I had to roll back that split of content.php, but I think it didn’t affect your
   issue. Will have to look again in to it.
 *  Theme Author [Tomas Mackevicius](https://wordpress.org/support/users/tomasm/)
 * (@tomasm)
 * [11 years ago](https://wordpress.org/support/topic/tiny-framework-blog-excerpts/#post-6203903)
 * It works in child, but you have to use:
 * `is_search() || is_home() || is_archive()`
 * And check functions.php, because if article is shorter than required you will
   not see continue reading link, then in functions.php find the function where 
   you can adjust required length of the excerpt.
 *  Theme Author [Tomas Mackevicius](https://wordpress.org/support/users/tomasm/)
 * (@tomasm)
 * [11 years ago](https://wordpress.org/support/topic/tiny-framework-blog-excerpts/#post-6203904)
 * BTW there is updated v2.1.1 on my site.
 *  Thread Starter [wfeu](https://wordpress.org/support/users/wfeu/)
 * (@wfeu)
 * [11 years ago](https://wordpress.org/support/topic/tiny-framework-blog-excerpts/#post-6203905)
 * Thanks, Im using 2.1.1 😉 really like it. Wasnt able to get that to work editing
   the content.php I copied into to the child theme folder.
 * My Home is a static page using your front page template
 * My blog is a static page – posts page, reached from the top nav menu using default
   template
 *  Theme Author [Tomas Mackevicius](https://wordpress.org/support/users/tomasm/)
 * (@tomasm)
 * [11 years ago](https://wordpress.org/support/topic/tiny-framework-blog-excerpts/#post-6203915)
 * Even though you use v2.1.1, it is a development version, so I’m updating until
   it will be published on WP.org.
 * So go to my site and get latest version, then create /template-parts folder in
   the child themes, copy there content.php from the latest version of parent theme
   and it should work, at least for me it works.
 *  Thread Starter [wfeu](https://wordpress.org/support/users/wfeu/)
 * (@wfeu)
 * [11 years ago](https://wordpress.org/support/topic/tiny-framework-blog-excerpts/#post-6203941)
 * Thanks that works~!

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘Blog Excerpts’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/tiny-framework/2.3.1/screenshot.
   png)
 * Tiny Framework
 * [Support Threads](https://wordpress.org/support/theme/tiny-framework/)
 * [Active Topics](https://wordpress.org/support/theme/tiny-framework/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/tiny-framework/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/tiny-framework/reviews/)

## Tags

 * [excerpts](https://wordpress.org/support/topic-tag/excerpts/)

 * 11 replies
 * 2 participants
 * Last reply from: [wfeu](https://wordpress.org/support/users/wfeu/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/tiny-framework-blog-excerpts/#post-6203941)
 * Status: resolved