|
Cookbook /
BacklinksSummary: List pages with links to a target
Version: n/a
Prerequisites: pmwiki-2.0.0
Status: Documentation Maintainer: Pm
Discussion: Backlinks-Talk
Votes:
Question
DescriptionPmWiki implements backlinks using the pagelist directive and its
Here's a way to create a simple list of links back to the current page: Here is a link you could include in your SideBar or as an "action link" in one of your skin's menus, as done on this site with the Gemini, FixFlow, and Lens skins. You can get a list of pages linking to the current page with just a click:
To include such a link in a skin template which does not use wiki pages for configuration of action links, you can add the following code to the skin template: <a href='$PageUrl?action=search&q=link=$FullName'>$[Backlinks]</a>
NotesSee AlsoContributorsCommentsSee discussion at Backlinks-Talk User notes +1: If you use, used or reviewed this recipe, you can add your name. These statistics appear in the Cookbook listings and will help newcomers browsing through the wiki. |