Difference between revisions of "Navigation Menus"
From Help Wiki
m (subst applied to Template:TwoColumn) |
|||
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | + | ||
+ | <div class="container-fluid"> | ||
+ | <div class="row"> | ||
+ | <div class="col-md-8"> | ||
+ | <div class="lead"> | ||
Custom Menus let you have total control over your sites primary navigation. | Custom Menus let you have total control over your sites primary navigation. | ||
− | + | </div> | |
+ | |||
=== Change your navigation menu in Appearance > Menus === | === Change your navigation menu in Appearance > Menus === | ||
If you have a theme that supports the [http://en.support.wordpress.com/menus/ Custom Menus Feature] you can: | If you have a theme that supports the [http://en.support.wordpress.com/menus/ Custom Menus Feature] you can: | ||
Line 10: | Line 15: | ||
See: '''[http://en.support.wordpress.com/menus/ WordPress Support for Custom Menus]''' | See: '''[http://en.support.wordpress.com/menus/ WordPress Support for Custom Menus]''' | ||
− | + | ||
+ | |||
+ | <!-- end col-md-8 --> | ||
+ | </div> | ||
+ | <div class="col-md-1"></div> | ||
+ | <div class="col-md-3 sidebar"> | ||
+ | {{WordPress Tutorial Header}} | ||
+ | |||
+ | |||
{{WordPress DesigningYourSite Sidebar}} | {{WordPress DesigningYourSite Sidebar}} | ||
----- | ----- | ||
+ | |||
{{WordPress AddingFunctionalityToYourSite Sidebar}} | {{WordPress AddingFunctionalityToYourSite Sidebar}} | ||
− | + | ---- | |
− | }} | + | |
+ | |||
+ | {{WordPress Help Sidebar}} | ||
+ | |||
+ | <!-- end col-md-3--> | ||
+ | </div> | ||
+ | <!-- end row--> | ||
+ | </div> | ||
+ | <!-- end container--> | ||
+ | </div> | ||
+ | <!-- Generator=Template:TwoColumn --> | ||
+ | __NOTOC__ | ||
+ | __NOEDITSECTION__ | ||
[[category:Wordpress]] | [[category:Wordpress]] | ||
[[category:Wordpress Tutorial]] | [[category:Wordpress Tutorial]] |
Latest revision as of 16:01, 14 August 2017
Custom Menus let you have total control over your sites primary navigation.
If you have a theme that supports the Custom Menus Feature you can:
- Change the order of pages
- Nest pages to create sub-menus
- Display posts on different pages by creating category pages
- Add custom links to the navigation menu
See: WordPress Support for Custom Menus