Title: Not showing posts
Last modified: August 22, 2016

---

# Not showing posts

 *  Resolved [Seodev](https://wordpress.org/support/users/seodev/)
 * (@seodev)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/not-showing-posts-3/)
 * Hi, nice plugin but my menu only shows pages. No posts.
 * Did I miss something?
 * [https://wordpress.org/plugins/responsive-menu/](https://wordpress.org/plugins/responsive-menu/)

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

 *  Thread Starter [Seodev](https://wordpress.org/support/users/seodev/)
 * (@seodev)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/not-showing-posts-3/#post-5705621)
 * Solved it. You need to make a menu for this to work, to activate the menu system
   in functions.php:
 * // Add Your Menu Locations
    function register_my_menus() { register_nav_menus(
   array( ‘header_navigation’ => __( ‘Header Navigation’ ), ‘expanded_footer’ =>
   __( ‘Expanded Footer’ ) ) ); } add_action( ‘init’, ‘register_my_menus’ );
 *  [peterfeatherstone](https://wordpress.org/support/users/peterfeatherstone/)
 * (@peterfeatherstone)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/not-showing-posts-3/#post-5705660)
 * Hi Seodev,
 * I was going to say this isn’t meant to show posts, but to deal with your sites
   menus.
 * As such the way you have done it is correct.
 * Many thanks
 * Peter

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

The topic ‘Not showing posts’ is closed to new replies.

 * ![](https://ps.w.org/responsive-menu/assets/icon-256x256.png?rev=1782326)
 * [Responsive Menu - Create Mobile-Friendly Menu](https://wordpress.org/plugins/responsive-menu/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/responsive-menu/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/responsive-menu/)
 * [Active Topics](https://wordpress.org/support/plugin/responsive-menu/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/responsive-menu/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/responsive-menu/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [peterfeatherstone](https://wordpress.org/support/users/peterfeatherstone/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/not-showing-posts-3/#post-5705660)
 * Status: resolved