Title: Page Layout
Last modified: October 30, 2020

---

# Page Layout

 *  [mfolkers](https://wordpress.org/support/users/mfolkers/)
 * (@mfolkers)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/page-layout-31/)
 * I’m using the Ashe theme and I’m having an issue with layout. When you go to 
   one of my categories, you’ll see each blog post is followed by “You May Also 
   Like” with thumbnails of suggested blogs.
 * That appears after EACH individual blog post. I’d love to have the “You May Also
   Like” appear only once at the very bottom instead of interrupting the flow.
 * Any way to address that?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fpage-layout-31%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [wprsupport](https://wordpress.org/support/users/wprsupport/)
 * (@wprsupport)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/page-layout-31/#post-13605542)
 * Hi [@mfolkers](https://wordpress.org/support/users/mfolkers/)
 * At first, thank you for your response and for choosing our theme.
 * To get the result we need to create custom codes especially for you, custom coding
   is beyond the scope of our support, but I will contact developers and ask them
   to create a snippet for you.
 * We will respond 2/11/2020 as we are on our weekends and developers are out of
   office.
 * Kind Regards
 *  [wprsupport](https://wordpress.org/support/users/wprsupport/)
 * (@wprsupport)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/page-layout-31/#post-13608777)
 * Hi [@mfolkers](https://wordpress.org/support/users/mfolkers/)
 * Please navigate to Dashboard > Appearance > Customize > Aditional CSS and following
   snippet:
 *     ```
       .blog-grid .related-posts {
       display: none;
       }
   
       .blog-grid li:last-child .related-posts {
       display: block;
       }
       ```
   
 * Kind Regards

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

The topic ‘Page Layout’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/ashe/2.269/screenshot.jpg)
 * Ashe
 * [Support Threads](https://wordpress.org/support/theme/ashe/)
 * [Active Topics](https://wordpress.org/support/theme/ashe/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/ashe/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/ashe/reviews/)

## Tags

 * [Blog](https://wordpress.org/support/topic-tag/blog/)
 * [layout](https://wordpress.org/support/topic-tag/layout/)

 * 2 replies
 * 2 participants
 * Last reply from: [wprsupport](https://wordpress.org/support/users/wprsupport/)
 * Last activity: [5 years, 6 months ago](https://wordpress.org/support/topic/page-layout-31/#post-13608777)
 * Status: not resolved