Title: Remove recent posts
Last modified: September 22, 2023

---

# Remove recent posts

 *  [ripon99](https://wordpress.org/support/users/ripon99/)
 * (@ripon99)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/remove-recent-posts-3/)
 * I want to remove the two recent posts showing at the bottom of my each posts.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-recent-posts-3%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [David](https://wordpress.org/support/users/diggeddy/)
 * (@diggeddy)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/remove-recent-posts-3/#post-17071310)
 * Hi there,
 * add this PHP Snippet to your site:
 *     ```wp-block-code
       add_filter( 'generate_footer_entry_meta_items', function( $items ) {
           return array_diff( $items, array( 'post-navigation' ) );
       } );
       ```
   
 * This doc explains adding PHP:
 * [https://docs.generatepress.com/article/adding-php/](https://docs.generatepress.com/article/adding-php/)

Viewing 1 replies (of 1 total)

The topic ‘Remove recent posts’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [David](https://wordpress.org/support/users/diggeddy/)
 * Last activity: [2 years, 9 months ago](https://wordpress.org/support/topic/remove-recent-posts-3/#post-17071310)
 * Status: not resolved