- Posts: 12
- Thank you received: 0
<span class="itemAuthor">
<?php echo K2HelperUtilities::writtenBy($this->item->author->profile->gender); ?>
<a href="{GOOGLE_PLUS_AUTHOR:<?php echo $this->item->created_by?>}"><?php echo $this->item->author->name; ?></a>
<?php if(empty($this->item->created_by_alias)): ?>
<a rel="author" href="<?php echo $this->item->author->link; ?>"> (Profile) </a>
<?php else: ?>
<?php echo $this->item->author->name; ?>
<?php endif; ?>
Please Log in to join the conversation.
<?php echo K2HelperUtilities::writtenBy($this->item->author->profile->gender); ?>
<!-- <a href="{GOOGLE_PLUS_AUTHOR:<?php echo $this->item->created_by?>}"><?php echo $this->item->author->name; ?></a>-->
<?php echo $this->item->author->name; ?>
<!--
<?php if(isset($this->item->author->link) && $this->item->author->link): ?>
<a rel="author" href="<?php echo $this->item->author->link; ?>"> (Profile) </a> -->
<?php else: ?>
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.