Comments giovanni isnenghi started the conversationFebruary 10, 2018 at 9:54pmHey! 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 3,034Andrew repliedFebruary 13, 2018 at 10:03amHi 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. Sign in to reply ...
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
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.