Title: B's Replies | WordPress.org

---

# B

  [  ](https://wordpress.org/support/users/brantws/)

 *   [Profile](https://wordpress.org/support/users/brantws/)
 *   [Topics Started](https://wordpress.org/support/users/brantws/topics/)
 *   [Replies Created](https://wordpress.org/support/users/brantws/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/brantws/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/brantws/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/brantws/engagements/)
 *   [Favorites](https://wordpress.org/support/users/brantws/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Graphy] Home Page posts do not respect "Full Text" option](https://wordpress.org/support/topic/home-page-posts-do-not-respect-full-text-option/)
 *  [B](https://wordpress.org/support/users/brantws/)
 * (@brantws)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/home-page-posts-do-not-respect-full-text-option/#post-4981094)
 * Still intersted in theme developer response, but I resolved the issue using this
   tip:
 * Link to post: [http://wordpress.org/support/topic/full-posts-on-main-page?replies=12](http://wordpress.org/support/topic/full-posts-on-main-page?replies=12)
   
   Thats the beauty of the theme. It uses the WordPress automatic excerpt by default.
   Unfortunatly it supports only the excerpts.
 * [http://codex.wordpress.org/Function_Reference/the_excerpt](http://codex.wordpress.org/Function_Reference/the_excerpt)
   
   [http://codex.wordpress.org/Excerpt](http://codex.wordpress.org/Excerpt)
 * You can try to swap the excerpt() with the content(). Open the content-*.php 
   and replace this code:
 * [ Moderator Note: Please post code or markup snippets between backticks or use
   the code button. ]
 * <div class=”entry-summary”>
    <?php the_excerpt(); ?> </div>
 * with this:
 * <div class=”entry-content”>
    <?php the_content(); ?> </div>
 * Remember that the theme is not supporting the “full format” on the the blog main
   page. So with changing the code you maybe have to deal with additional issues,
   like formatting or images of the “full format”.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Graphy] Home Page posts do not respect "Full Text" option](https://wordpress.org/support/topic/home-page-posts-do-not-respect-full-text-option/)
 *  [B](https://wordpress.org/support/users/brantws/)
 * (@brantws)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/home-page-posts-do-not-respect-full-text-option/#post-4981093)
 * I came to support for this theme because i want to resolve the same exact issue.
   I don’t see a reply. How do I get the homepage to show full text posts? Here 
   is my site: [http://www.kitchenremodelingchicago.org/](http://www.kitchenremodelingchicago.org/)
 * Please reply!

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