Title: kc66's Replies | WordPress.org

---

# kc66

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

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

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Fourteen] Featured Posts Grid Increase to >6](https://wordpress.org/support/topic/featured-posts-grid-increase-to-6/)
 *  [kc66](https://wordpress.org/support/users/kc66/)
 * (@kc66)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/featured-posts-grid-increase-to-6/#post-4444465)
 * I got more than 6 posts working by commenting out two lines in inc/featured-content.
   php – lines 154 and 190.
 *     ```
       // $featured_ids = get_transient( 'featured_content_ids' );
       // set_transient( 'featured_content_ids', $featured_ids );
       ```
   
 * You also need to increase quantity on line 475 of that file. I also made the 
   change pointed out in the first post here.

Viewing 1 replies (of 1 total)