Title: thereader's Replies | WordPress.org

---

# thereader

  [  ](https://wordpress.org/support/users/thereader/)

 *   [Profile](https://wordpress.org/support/users/thereader/)
 *   [Topics Started](https://wordpress.org/support/users/thereader/topics/)
 *   [Replies Created](https://wordpress.org/support/users/thereader/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/thereader/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/thereader/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/thereader/engagements/)
 *   [Favorites](https://wordpress.org/support/users/thereader/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Different view of authors based on role](https://wordpress.org/support/topic/different-view-of-authors-based-on-role/)
 *  Thread Starter [thereader](https://wordpress.org/support/users/thereader/)
 * (@thereader)
 * [9 years ago](https://wordpress.org/support/topic/different-view-of-authors-based-on-role/#post-9186182)
 * To clearify, this is the original code:
 *     ```
       <div class="td-module-meta-info">
       <?php echo $td_mod_single->get_author();?>
       <?php echo $td_mod_single->get_date(false);?>
       <?php echo $td_mod_single->get_comments();?>
       <?php echo $td_mod_single->get_views();?>
       </div>
       ```
   
 * If i replace the author part with <?php the_author(); ?> i can add a link or 
   icon, but it will look out of place with the other requests of date and commments

Viewing 1 replies (of 1 total)