Okay
  Public Ticket #1465004
Display project category under the project's title
Closed

Comments

  • giovanni isnenghi started the conversation

    Hey! I love this theme. I'm setting up my portfolio (Meta below thumb).
    I managed to hide the date and center the titles but I would like to display the category under each title. How can I do this? Thanks in advance.
    Gio

  •  2,744
    Andrew replied

    Hi Gio,

    Apologies for the late reply.

    To show the category you would need to pull it from the database:

    https://developer.wordpress.org/reference/functions/get_the_category/

    Given the current style on that page, we are guessing you will need to do this in:

    salient\template-portfolio.php line 342.

    Its empty now and you can test it by adding some text to it.
    Hope you can work it from there.