Beschreibung
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.
Installation
- 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
Rezensionen
Für dieses Plugin gibt es keine Rezensionen.
Mitwirkende & Entwickler
„Subpages in Context“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:
MitwirkendeÜbersetze „Subpages in Context“ in deine Sprache.
Interessiert an der Entwicklung?
Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.
Änderungsprotokoll
0.2
- Fixed bug in widget form settings
- Added option to omit top-most page from output list
0.1
- Initial version.