Backyard Deer Deterrents: the dirt on keeping deer out of your garden without breaking the bank.
Search


The sidebar directive is supplied by the sidebar plugin.

This directive can specify a custom sidebar to display on the page, overriding any sidebar that is displayed globally.

If no custom sidebar content is specified, it forces the sidebar page to be used as the sidebar, even if the global_sidebars setting has been used to disable use of the sidebar page by default.

examples

[[!sidebar  content="""
This is my custom sidebar for this page.

\[[!calendar pages="posts/*"]]
"""]]

[[!sidebar ]]

trailitems

The trailitems directive is supplied by the trail plugin. It adds pages to the trail represented by the current page, without producing any output on that page.

[[!trailitems  pages="posts/*" sort="age"]]

[[!trailitems  pagenames="a b c"]]

Options are similar to inline:

  • pages: adds pages that match a PageSpec to the trail (cannot be used with pagenames)

  • pagenames: if used instead of pages, this is interpreted as a space-separated list of absolute page names (LinkingRules are not taken into account) to add to the trail

  • sort: add the pages matched by pages to the trail in this sorting order (cannot be used with pagenames)

  • reverse: reverse the order of sort (cannot be used with pagenames)








counter customisable