Translations of this page?:
General
Getting Support
Administration
Design
Wolf Reference
Plugin Development
Core Development
- Design documents
- Working guidelines
- References
Press, Graphics and Translations
Wolf CMS books section
Display a Page Link
Use the link() function to produce the title of the current page wrapped in HTML hyperlink tags.1) For example, in an out-of-the-box Wolf install, for the “About Us” page, this code:
<?php echo $this->link(); ?>
produces:
<a href="http://www.mywolfsite.com/about_us">About us</a>
For more about forming links, see the link() function; for providing links to pages other than the current page, see the find() function.
Except where otherwise noted, content on this wiki is licensed under the following license:GNU Free Documentation License 1.2
