post → getTitle
Returns the title of the post.
Description
string atom()->post->getTitle([$character_limit = 0])
- $character_limit
- Limit to this number of characters (0 means no limit).
Examples
// output the title of the current post atom()->post->Title();
Last revision 12 years