Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter thereader

    (@thereader)

    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)