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
author()
Wolf saves the id of the user who creates a page, and the name for that id can be displayed using author(). This is commonly given in the page's “meta”, for example:
<p class="meta">Posted by <?php echo $this->author(); ?></p>
See also the updater() function.
Except where otherwise noted, content on this wiki is licensed under the following license:GNU Free Documentation License 1.2
