• Resolved cuthza

    (@cuthza)


    Currently, the Hueman theme displays the category under the post listing on the homepage. I would like it to display the author byline instead.

    How can I get this done?

    Thanks!

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

    (@cuthza)

    Figured it out!

    I took the following:

    <div class="post-meta group">
    			<p class="post-byline"><?php _e('by','hueman'); ?> <?php the_author_posts_link(); ?> &middot; <?php the_time(get_option('date_format')); ?></p>
    		</div><!--/.post-meta-->

    And replaced the meta group in content-featured.php

    Hope I did it right.

Viewing 1 replies (of 1 total)

The topic ‘Byline on Homepage’ is closed to new replies.