title() ?>

description() ?>


coverImage()) { echo 'Cover Image'; } ?>
content(false) ?>

 

p('Tags') ?> tags(true); foreach($tags as $tagKey=>$tagName) { echo ' |  '.$tagName.''; } ?>
user(); // Default author is the username. $author = $User->username(); // If the user complete the first name or last name this will be the author. if( Text::isNotEmpty($User->firstName()) || Text::isNotEmpty($User->lastName()) ) { $author = $User->firstName().' '.$User->lastName(); } ?>  | 
readMore()) { ?> printMe('Read more') ?>