Title: CMS Navigation
Author: Amir Helzer
Published: <strong>Bélú 21, 2008</strong>
Last modified: Ọ̀pẹ  3, 2011

---

Ṣàwárí àwọn plugin

Plugin yìí **kò tíì ṣe àyẹ̀wò pẹ̀lú àwọn ìtújáde mẹ́ta pàtàkì tó kẹ́yìn ti WordPress**.
Ó lè jẹ́ pé a kò tọ́jú tàbí ṣe àtìlẹ́yìn fún un mọ́, ó sì lè ní àwọn ọ̀ràn ìbámu
nígbà tí a bá lò ó pẹ̀lú àwọn ẹ̀yà WordPress tuntun.

![](https://s.w.org/plugins/geopattern-icon/cms-navigation.svg)

# CMS Navigation

 Láti ọwọ́ [Amir Helzer](https://profiles.wordpress.org/amirhelzer/)

[Ṣe ìgbàsílẹ̀](https://downloads.wordpress.org/plugin/cms-navigation.1.4.2.zip)

 * [Àwọn àlàyé](https://yor.wordpress.org/plugins/cms-navigation/#description)
 * [Àwọn àgbéyẹ̀wò](https://yor.wordpress.org/plugins/cms-navigation/#reviews)
 *  [Ìgbéwọlẹ̀](https://yor.wordpress.org/plugins/cms-navigation/#installation)
 * [Ìdàgbàsókè](https://yor.wordpress.org/plugins/cms-navigation/#developers)

 [Ìrànlọ́wọ́](https://wordpress.org/support/plugin/cms-navigation/)

## Àpèjúwe

#### Update

**Our new plugin, [WPML](http://wpml.org), includes the functionality of _CMS Navigation_
and is recommended for new designs.**

It features much cleaner and simpler HTML and customization via the admin screen.

Additionally, we recommend you checkout our new CMS enabling plugins **Types** and**
Views**.

 * [Types Ìtumọ̀ Yorùbá: – The Custom Types and Custom Fields Plugin](http://wp-types.com/home/types-manage-post-types-taxonomy-and-custom-fields/)
   Ìtumọ̀ Yorùbá: – manages custom content type, including post types, taxonomy 
   and custom fields.
 * [Views Ìtumọ̀ Yorùbá: – The Custom Content Display Plugin](http://wp-types.com/)
   Ìtumọ̀ Yorùbá: – displays custom content types in whatever way you choose.

With Types and Fields, you can achieve the functionality of this plugin yourself
and customize it in whatever way you like.

#### Legacy Stuff

Do you want to use WordPress to create a full website, with easy navigation and 
menus?
 This plugin will let you add essential navigation functions to your template,
including:

 * Top navigation bar, listing the top-level pages and their children (as drop-down
   items).
 * Breadcrumbs trail navigation that shows the path to the current page all the 
   way from the home page.
 * Left navigation that shows where the visitor is next to the pageÌtumọ̀ Yorùbá:’
   s parent and nearby pages.

No configuration is required. To use, add the calls that create each navigation 
element to your template.
 These calls can be added to any WP template

There are three template functions that can be used for displaying the navigation
sections

#### Drop down top menu

Function:
 cms_navigation_menu_nav($order=Ìtumọ̀ Yorùbá: ’menu_order’, $show_cat_menu
=false, $catmenu_title=Ìtumọ̀ Yorùbá: ’News’)

This will display the top navigation Ìtumọ̀ Yorùbá: – the top level pages with their
sub pages as drop down elements.
 Additionally Ìtumọ̀ Yorùbá: – if specified Ìtumọ̀
Yorùbá: – the menu will include the top level post categories at the end.

Normally, this function is added to your header.php file, so that it applies to 
the entire website.

Examples:

 * `<?php cms_navigation_menu_nav() ?>` Ìtumọ̀ Yorùbá: – include without the categories
   menu.
 * `<?php cms_navigation_menu_nav('post_title') ?>` Ìtumọ̀ Yorùbá: – sort items 
   by title.
 * `<?php cms_navigation_menu_nav('menu_order',true,'News') ?>` Ìtumọ̀ Yorùbá: –
   sort items according to the ‘order’ field.

#### Breadcrumbs trail navigation

Function:
 cms_navigation_breadcrumb()

This will display a path from the current page all the way to the home page.
 ItÌtumọ̀
Yorùbá: ’s useful for visitors who land in your website to know where they are and
be able to navigate to relevant pages.

**For posts**

    ```
    Home >> CATEGORY-NAME >> Post title
    ```

**For pages**

    ```
    Home >> Parent pages... >> Page title
    ```

All the items back to the home page will be clickable.

You can add this function to single.php and page.php so that it will produce trail
navigation for every page or post.

#### Sidebar navigation

Function:
 cms_navigation_page_navigation($order=Ìtumọ̀ Yorùbá: ’menu_order’)

This will display the sidebar navigation for pages.
 It will show a tree created
the page parents and itÌtumọ̀ Yorùbá: ’s ‘brother’ pages (other children to the 
same parent).

This function should be added to page.php, as it provides local navigation between
pages.

#### Live example using this plugin

[Baripedia](http://www.baripedia.com) is using this plugin (and other CMS related
plugins weÌtumọ̀ Yorùbá: ’ve written).

### Version History

 * Version 0.1
    - First public release.
 * Version 0.2
    - Removed some of unneeded formatting.
    - Added option to set the tag around sidebar navigation heading.
 * Version 1.2
    - Handles setting static pages for homepage and blog page.
 * Version 1.2.1
    - Added static home page to top navigation
 * Version 1.3
    - Works with IE6 as well as other browsers (didnÌtumọ̀ Yorùbá: ’t support IE6
      before)
    - Removed the gradient and simplified the CSS for customizing the menus
    - The top menu HTML has changed. If the encapsulating DIV has a background, 
      you may need to change or remove it.
 * Version 1.4
    - Added feature to exclude pages from the top navigation.
    - Added GUI for controlling page settings (instead of editing custom fields).
 * Version 1.4.2
    - Added migration instruction to [WPML](https://wordpress.org/extend/plugins/sitepress-multilingual-cms/stats/)

## Àwọn àwòrán ìbòjú

 * [[
 * All three navigation functions enabled (highlighted in red).
 * [[
 * An open drop-down menu.

## Ìgbéwọlẹ̀

 1. Place the folder containing this file into the plugins folder
 2. Activate the plugin from the admin interface

## FAQ

  Does the plugin work with any theme?

You can add the navigation functions that the plugin creates to any theme. As a 
demo, weÌtumọ̀ Yorùbá: ’ve added it to the WordPress Default theme.

  Where can I find detailed instructions

Click on the plugin page. It shows detailed instructions of what PHP code needs 
to be added and where.

  How do I customize the drop down menus and other stuff?

There are a `css` and `img` folders in the plugin install folder. DonÌtumọ̀ Yorùbá:’
t edit them.
 Instead, you can provide your own CSS in your theme which will override
these defaults. If you edit the plugin files, your edits will be lost when you upgrade
the plugin.

## Àwọn àgbéyẹ̀wò

Kò sí àwọn àgbéyẹ̀wò fún plugin yìí.

## Àwọn Olùkópa & Olùgbéejáde

“CMS Navigation” jẹ́ ètò ìṣàmúlò orísun ṣíṣí sílẹ̀. Àwọn ènìyàn wọ̀nyí ti ṣe ìkópa
sí plugin yìí.

Àwọn Olùkópa

 *   [ Amir Helzer ](https://profiles.wordpress.org/amirhelzer/)
 *   [ Amir Helzer ](https://profiles.wordpress.org/icanlocalize/)

[Túmọ̀ “CMS Navigation” sí èdè rẹ.](https://translate.wordpress.org/projects/wp-plugins/cms-navigation)

### Ṣe o nífẹ̀ẹ́ sí ìdàgbàsókè?

[Ṣàwárí koodu](https://plugins.trac.wordpress.org/browser/cms-navigation/), ṣàyẹ̀wò
[ibi ìpamọ́ SVN](https://plugins.svn.wordpress.org/cms-navigation/), tàbí ṣe àgbékalẹ̀
sí [àkọsílẹ̀ ìdàgbàsókè](https://plugins.trac.wordpress.org/log/cms-navigation/)
nípasẹ̀ [RSS](https://plugins.trac.wordpress.org/log/cms-navigation/?limit=100&mode=stop_on_copy&format=rss).

## Àkójọpọ̀ Meta

 *  Ẹ̀yà **1.4.2**
 *  Ìgbàgbọ́hùn tó kẹ́yìn **ọdún 15 sẹ́yìn**
 *  Àwọn ìgbéwọlẹ̀ tó ṣiṣẹ́ **20+**
 *  Ẹ̀yà WordPress ** 2.3 tàbí ju bẹ́ẹ̀ lọ **
 *  Dánwò dé **2.7**
 *  Èdè
 * [English (US)](https://wordpress.org/plugins/cms-navigation/)
 * Àwọn àmì
 * [cms](https://yor.wordpress.org/plugins/tags/cms/)[dropdown](https://yor.wordpress.org/plugins/tags/dropdown/)
   [menu](https://yor.wordpress.org/plugins/tags/menu/)[menus](https://yor.wordpress.org/plugins/tags/menus/)
   [navigation](https://yor.wordpress.org/plugins/tags/navigation/)
 *  [Ìwòye Tó Péye](https://yor.wordpress.org/plugins/cms-navigation/advanced/)

## Àwọn ìbò

Kò sí ìwádìí tí a tíì fi ránṣẹ́.

[Your review](https://wordpress.org/support/plugin/cms-navigation/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/cms-navigation/reviews/)

## Àwọn Olùkópa

 *   [ Amir Helzer ](https://profiles.wordpress.org/amirhelzer/)
 *   [ Amir Helzer ](https://profiles.wordpress.org/icanlocalize/)

## Ìrànlọ́wọ́

Nǹkan wà tí o fẹ́ sọ? Ṣé o nílò ìrànlọ́wọ́?

 [Wo àpéjọ ìrànlọ́wọ́](https://wordpress.org/support/plugin/cms-navigation/)

## Ṣe ìtọrẹ

Ṣé o fẹ́ ṣe àtìlẹ́yìn fún ìlọsíwájú plugin yìí?

 [ Ṣe ìtọrẹ sí plugin yìí ](http://wpml.org)