The menu is most likely part of the file header.php, which is called from get_header(). To alter the header just for your custom template, you may create another header file (e.g. header-no-menu.php), and call it using get_header(‘no-menu’). Here’s a link to some documentation: http://codex.wordpress.org/Function_Reference/get_header
Hope that helps!
Related Posts:
- Extend walker – navigation, adding data attribute to a tag
- Best practices: Custom theme sidebar menu – hardcode or widget?
- which is the best way to customize nav-menu-template.php?
- How to make theme elements customizable in wordpress?
- “Add A Widget” button in the Customizer
- Custom Navigation build using wp_nav_menu and walker
- Widget Option is Missing
- Child Theme header1.php file not overwriting parent theme’s header1.php file
- WordPress menu walker – Get parent item text inside end_lvl function
- HTML TO WP Theme : Submenu goes down wp_nav_menu
- Best strategy for providing theme options using customizer
- What’s the policy for building a theme that doesn’t support widgets/menus?
- Issue on Adding A Class to Bootstrap Navbar Walker Dropdown
- Show woocommerce categories on my theme menu styling
- Customizer: save setting/control content to post/page
- Q: How to pull data from custom table to populate zustomizer setting/control select options
- Move default page templates to sub directory
- $this->get_field_id() not working in customizer
- Changing a slider to a grid [closed]
- Where am I doing wrong in my theme menu?
- Override customizer values on a per-menu base
- Displaying details of a post in a sidebar
- Why does has_nav_menu return false when get_registered_nav_menus shows the opposite?
- Using My Own Classes On Wp Unit Tests
- Is it possible to visually group items on the theme customizer?
- Recommended method for updating/adding menus when adding new theme
- How do i place same widgets multiple time by default on theme activation?
- Custom Blocks as part of a theme
- Customize how a WordPress theme looks like in the Theme Selector
- WooCommerce: multiple input field for multiple product variations
- Redirect to another page using contact form 7? [closed]
- Customizer – loading settings/controls/sections/panels based on a id/page id
- Integrate WooCommerce theme with a WordPress theme [closed]
- Admin: sub menu doesnt display under apperance when activate my themes
- How do you use WordPress for a website that’s not in a blog format?
- How to use widget in a widget-less WordPress theme?
- Default Text not showing from customizer
- How can I develop multiple widgets for a WordPress theme?
- Is it acceptable for a WordPress theme to not accept widgets?
- Why wp_nav_menu() doesnt show the proper meny when invoked two consecutive times?
- How to develop a menu like wwe.com?
- How to have content scroll over background
- 3 Level Deep Navigation Menu Not Showing All Levels
- Register sidebar ‘before’ and ‘after’ html as div rather than li tags
- WordPress Template Part in iFrame
- Why are some of my menu items not displaying on my menu?
- How to Create custom xml file for demo content for custom theme?
- How should I use starter content utility to show some default menus?
- Replace site title with logo when logo is uploaded in customizer using
- How to transfer one domain to another domain without losing theme options (customizer)?
- How to create and populate with few links a menu in child theme functions.php?
- Second menu has the first menu ID
- How can I specify that an area of my theme contains widgets?
- How to include a file only on dashboard widgets page?
- Sticky menu for WP custom menubars
- Is there a WordPress boolean for “theme_customizer_active()”?
- How to add menù section to my WordPress template?
- How to make theme configurable
- How can I hard code my sidebar?
- Extending Twenty Eleven Theme
- wp_nav_menu and its fallback
- Thesis -style Navigation
- How to clean up the theme for production?
- Templates without a loop, best practice?
- Theme development – Automatically menu creation
- searchform.php doesn’t work properly
- CSS added through customizer neglects the need of a child theme?
- What is the best way to build home pages with a lot of sections for distributable themes [closed]
- How can i make multilevel menu in wordpress theme with bootstrap
- how do i develop a global nav and local nav to be wordpress dynamic?
- Customizer: get_preview_url() inside customize_save_after hook
- How to add custom meta box when you have a custom page template file
- add shortcode support in customizer
- Clearing dummy data before launch
- Theme development: How to add CSS classes to menu items?
- Navbar- disable “onClick” drop-down
- How to call a widget in a loop at a specific iteration value?
- Right procedure when you develop a WP Website for a client
- Woocommerce Product attribute not imported with wordpress Importer [closed]
- New to WordPress – Read the Codex, Other Docs; Still Confused
- Adding content inside the anchor tags within WordPress main nav
- Create theme for mobile phones and tablets only?
- How to add custom page elements to the WYSIWYG editor?
- Why is my container argument not working for wp_nav_menu() [closed]
- Using the media library for theme customization
- How to Emulate Default Navigation Menu Behaviour in a Custom Theme?
- Allow different tags in widget titles
- Some doubts about WordPress handle the horizontal main menu visualization
- Alternatives to handle customizer settings
- Update Specific Key Value in Complex `wp_options` object
- How to conditionally add a wp_filter
- Can’t change theme name
- How to hide custom sidebar on mobile
- Unable to add widgets to sidebars in custom theme
- Does wordpress add their own classes into nav menus?
- Custom menu: Link names
- Custom nav menu not showing
- My contact form – I’ve changed the source code but the changes are not being applied
- Parent/Child pages
- .current_page_ancestor broken in Twenty Eleven