Title: Full topic start possible?
Last modified: August 22, 2016

---

# Full topic start possible?

 *  Resolved [Daniel ZC](https://wordpress.org/support/users/daniel-zc/)
 * (@daniel-zc)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/full-topic-start-possible/)
 * you can view the complete post at home?

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

 *  [janet4now](https://wordpress.org/support/users/janet4now/)
 * (@janet4now)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/full-topic-start-possible/#post-5195526)
 * in your home template file, see something like this code:
 *     ```
       <?php if ( is_category() || is_archive() ) {
       	the_excerpt();
       } else {
       	the_content();
       } ?>
       ```
   
 * Remove
 *     ```
       the_excerpt();
       } else {
       ```
   
 * Make sure you are working with a child theme and not editing the original theme
   files directly.
    [http://www.presscoders.com/wordpress-theme-customization-guide/](http://www.presscoders.com/wordpress-theme-customization-guide/)
 *  Thread Starter [Daniel ZC](https://wordpress.org/support/users/daniel-zc/)
 * (@daniel-zc)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/full-topic-start-possible/#post-5195531)
 * Janet thank you very much! Greetings from Argentina

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

The topic ‘Full topic start possible?’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/point/2.1.1/screenshot.png)
 * Point
 * [Support Threads](https://wordpress.org/support/theme/point/)
 * [Active Topics](https://wordpress.org/support/theme/point/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/point/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/point/reviews/)

## Tags

 * [home](https://wordpress.org/support/topic-tag/home/)
 * [post](https://wordpress.org/support/topic-tag/post/)
 * [view](https://wordpress.org/support/topic-tag/view/)

 * 2 replies
 * 2 participants
 * Last reply from: [Daniel ZC](https://wordpress.org/support/users/daniel-zc/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/full-topic-start-possible/#post-5195531)
 * Status: resolved