Help/BackLinksPlugin
The BackLinks plugin lists all pages which link to a given page.
The contents of all pages are searched to find links to the current page. The BackLinks function also answers the question: “Which pages contain the title of this page?”.
To display the list of pages which all contain multiple links use a pagelist as page argument. For example <<BackLinks page=Milk,Honey>> would display all pages which contain links to Milk AND Honey.
Usage
<<BackLinks arguments>>
Arguments
All PageList arguments, plus the following ones:
Argument |
Description |
Default value |
---|---|---|
page |
Page from which the back links are calculated. |
Current page |
include_self |
Boolean. If true, include yourself in the results. |
false |
noheader |
Boolean. If true, header should be omitted. |
false |
linkmore |
If count > 0 and limit > 0 display a link with the number of all results, linked to the given pagename. |
Example
<<BackLinks page=HomePage>>
9 pages link to HomePage:
- Help/PopUpPlugin
- Help/RichTablePlugin
- Help/RedirectToPlugin
- Help/EditMetaDataPlugin
- Help/UserRatingsPlugin
- Help/TextFormattingRules
- PhpWikiManual
- Help/RandomPagePlugin
Known Problems
Back links might not work if the link is in text generated by a plugin. Prior to PhpWiki 1.6.2, back links did not work if the link was inside a table, or in an included template,