Forums

Display category name of a post in tile template layout (3 posts)

  1. C M C
    Member
    Posted 1 year ago #

    I'm using the Suffusion Theme, which is great. I would like some help in creating code to display the category name of each post in each of the separate tiles. Normally you see the the image, followed by the post title and then the excerpt.

    Screen Shot

    I know the php.file to make the changes in and where the code should be placed to display the category name on the actual tile. But when it comes to what line of code to use, I'm at a loss. Everything I've found so far doesn't work as I would like it too.

    I have already been to the Suffusion forum, but no luck there as of yet. If anyone has any ideas, it would be appreciated.

    Here is the code of the Tile Layout Template:

    CODE

  2. noooneh
    Member
    Posted 9 months ago #

    I guess you're just looking for this piece

    <?php the_category(', ') ?>

  3. noooneh
    Member
    Posted 9 months ago #

    should mention that this code doesn't only display the name of the category. It also displays it as a link to the category page

Topic Closed

This topic has been closed to new replies.

About this Topic