Deskripsi
A common web design pattern is to have a primary navigation with the top level pages, and then a separate
navigation element on each page that shows only those pages related to a common top-most page. This widget helps
to build those secondary navigation elements.
If your page structure was like this:
- Home
- About
- — Our History
- — Our Staff
- — — Employment Opportunities
- Services
- — Widget Development
- — Gadget Deployment
- Contact Us
and you added the widget with its default settings to a sidebar, it would create a list like this:
- About
- Our History
- Our Staff
- — Employment Opportunities
on any of the pages in the About subtree. Notice that the top-most ancestor, About, is included as the first element of the list.
Options
- Title. The widget title. If left blank, it defaults to the title of the top ancestor page.
- Show Title. Maybe you don’t want a title. Just turn it off here.
- Top Page. You can select one of your pages to be the top page, or you can choose Default, which determines the top-most ancestor of the page being displayed.
- Menu Class. Gets applied to the outermost <ul> element.
- Before Links. HTML to be inserted before links in the list.
- After Links. HTML to be inserted after links in the list.
Instalasi
- Download and unzip the latest release zip file
- Upload the entire subpages-in-context directory to your
/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
Ulasan
Belum ada ulasan untuk plugin ini.
Kontributor & Pengembang
“Subpages in Context” adalah perangkat lunak open source. Berikut ini mereka yang sudah berkontribusi pada plugin ini.
KontributorTerjemahkan “Subpages in Context” dalam bahasa Anda.
Tertarik mengembangkan?
Lihat kode, periksa repositori SVN , atau mendaftar ke log pengembangan melalui RSS.
Log Perubahan
0.2
- Fixed bug in widget form settings
- Added option to omit top-most page from output list
0.1
- Initial version.