is it possible to include something like this in the CGBlog templates to display the Author First and Last names instead of its username of the CMS? http://forum.cmsmadesimple.org/index.ph ... 720.0.html
Instead of this:
Code: Select all
{if $entry->author}
<div id="CGBlogPostDetailAuthor">
[b]{$author_label} {$entry->author}[/b]
</div>
{/if}
Code: Select all
{if $entry->author}
<div id="CGBlogPostDetailAuthor">
[b]{$author_label} {$entry->authorname}[/b]
</div>
{/if}
Tks!