• Resolved 573v3

    (@573v3)


    Hi,

    I’m trying to add a category and tag to posts that appear on the home page.

    I tried adding this to content-excerpt.php, inside the <div> with the class “col-md-12 post-thumbnail-wrap”:

    <h5 class="cat-links"><?php the_category(); ?></h5>

    However, the category appears above the entry date.

    Ideally, I would like the category in the place of the entry date. And I would like to move the entry date to the bottom of the excerpt text.

    Thank you in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Lighthouse

    (@lighthouseseo)

    This is not a part of the design currently, you can make the changes if you have coding experience, but otherwise it’s gonna be ticky to fit it into the current design :/

    We don’t plan to change the design by adding categories right now, but you can ask on developer forums or perhaps you know a programmer you can ask for help

    Thread Starter 573v3

    (@573v3)

    Thank you.

    I was able to make the changes myself.

    I think I should’ve created a child file though, because I edited the PHP file directly.

    I assume I’ll have to re-change it once you roll out an update.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to display category and tag on posts on the home page?’ is closed to new replies.