Trace: » functions » localization » author » geturi » translator_notes » themes » content » children » authorid » keywords
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
keywords()
In editing a page, under the Metadata tab is the “Keywords” field which makes use of the keywords function. The default Layout includes this line in the <head>…</head> section:
<meta name="keywords" content="<?php echo ($this->keywords() != '') ? $this->keywords() : 'default, keywords, here'; ?>" />
This checks to see if there are any keywords filled in for the page, and if there are, they are used. Otherwise, the default text is used.
Except where otherwise noted, content on this wiki is licensed under the following license:GNU Free Documentation License 1.2
