Difference between revisions of "Navigation Menus"
From Help Wiki
m (→Change your navigation menu) |
m (subst applied to Template:TwoColumn) |
||
(14 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | + | ||
− | <div class=" | + | <div class="container-fluid"> |
+ | <div class="row"> | ||
+ | <div class="col-md-8"> | ||
<div class="lead"> | <div class="lead"> | ||
− | + | Custom Menus let you have total control over your sites primary navigation. | |
</div> | </div> | ||
− | + | ||
− | + | === 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: | ||
*Change the order of pages | *Change the order of pages | ||
Line 11: | Line 13: | ||
*Display posts on different pages by creating category pages | *Display posts on different pages by creating category pages | ||
*Add custom links to the navigation menu | *Add custom links to the navigation menu | ||
− | |||
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 | + | |
+ | |||
+ | <!-- end col-md-8 --> | ||
</div> | </div> | ||
− | <div class=" | + | <div class="col-md-1"></div> |
+ | <div class="col-md-3 sidebar"> | ||
+ | {{WordPress Tutorial Header}} | ||
+ | |||
+ | |||
+ | {{WordPress DesigningYourSite Sidebar}} | ||
+ | |||
+ | |||
+ | ----- | ||
+ | |||
+ | {{WordPress AddingFunctionalityToYourSite Sidebar}} | ||
+ | |||
+ | |||
+ | ---- | ||
+ | |||
+ | |||
{{WordPress Help Sidebar}} | {{WordPress Help Sidebar}} | ||
− | <!-- end | + | <!-- end col-md-3--> |
</div> | </div> | ||
− | <!-- end row | + | <!-- end row--> |
</div> | </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