PluginSift
PluginsThemesCompare
Directory
  • Plugins
  • Themes
  • Compare Plugins
Plugin Comparisons
  • SEO
  • Security
  • Ecommerce
  • Page Builders
  • Caching
  • Backup
  • Forms
  • Analytics
Resources
  • About
  • Contact
  • llms.txt

© 2026 PluginSift. Data sourced from WordPress.org. · [email protected]

  1. Home
  2. Plugins
  3. Nav
  4. Codepress Menu
Codepress Menu icon

Codepress Menu

Allows you to display a sub-menu, it's depth from there on and gives you control over the menu-item classes.

By David Mosterd·Nav·Free
5(2 reviews)
·90 active installs·Updated 12 years ago
DownloadVisit HomepageCompare

As of April 2026, Codepress Menu is a WordPress nav plugin with 90 active installations and a 5/5 rating from 2 reviews. It has been downloaded 8.2K+ times in total. Requires WordPress 3.1+ and PHP false+. Available on WordPress.org since 2012. Last updated 12 years ago — may have compatibility concerns. Top alternative: Menu Duplicator.

5/52 reviews
90active installs
8.2K+total downloads
14 yearssince 2012

Overview

Uses the native wp_nav_menu(). Add parameters to the wp_nav_menu() to enable functionality.
Also, ships with one-click delete menu-items in the WordPress admin. Turned off or on using the screen-options. Sweet.

Examples

This will get the first sub-menu from the active branch and 2 levels beyond (menu + sub-menu + sub-menu):

wp_nav_menu( array(
    'level' => 2,
    'depth' => 3
));

Show the current branch only:

wp_nav_menu( array(
    'level' => 1
));

Aimed on simple use in various use cases:

// display first level in the header
wp_nav_menu( array(
    'depth' => 1
));

// display first sub-menu from the current branch somewhere else
wp_nav_menu( array(
    'depth' => 2,
    'level' => 2
));

Another feature is it’s control over the css classes that are given to…

Read full description on WordPress.org

Ratings & Reviews

52 reviews
5 ★
2
4 ★
0
3 ★
0
2 ★
0
1 ★
0

Compatibility

WordPress3.1+ requiredTested up to 3.6.1
PHPfalse+ required

Top Alternatives to Codepress Menu

Menu Duplicator icon
Menu Duplicator
4.710K+ installsUpdated 2 months ago
ViewCompare
WP Widget in Navigation icon
WP Widget in Navigation
4.73.0K+ installsUpdated 1 month ago
ViewCompare
Quick remove menu item icon
Quick remove menu item
53.0K+ installsUpdated 8 years ago
ViewCompare
ACF Nav Menu Field icon
ACF Nav Menu Field
2.62.0K+ installsUpdated 11 months ago
ViewCompare
Bulk menu creator icon
Bulk menu creator
51.0K+ installsUpdated 4 months ago
ViewCompare
View all nav plugins →

Frequently Asked Questions

Changelog

2.3.2

  • Fixed a strict standards warning when calling walk()
View full changelog on WordPress.org

Contributors

Tobias SchutterTobias SchutterDavid MosterdDavid Mosterd
Plugin Info
Version
2.3.2
Last Updated
Aug 2, 2013
WP Requires
3.1+
Tested Up To
3.6.1
PHP Requires
false+
Active Installs
90
Downloads
8.2K+
Added
Aug 17, 2012
Business
Free

Tags

navmenuwalkersubmenunavigation

Developer

D
David Mosterd
1 plugins0.0M+ total installs
View all plugins →

Quick Compare

Codepress Menu vs Menu Duplicator→Codepress Menu vs WP Widget in Navigation→Codepress Menu vs Quick remove menu item→

Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.