Archived topic
How to display category name
1 reply · Started by Anonymous on October 28, 2015
How to display category name AFTER the author name (below the title)?
example:
Teh Title bla bla bla bla bla bla
the date - the author - (I want to display the category here)
it's ok if I have to touch the core for this, I understand PHP.
Something like this should work: https://gist.github.com/generatepress/e17cc65c121e79e1b252
Then you'll want to remove the categories from below the post: https://gist.github.com/generatepress/f30ca9accc6de378c397
Adding PHP: https://generatepress.com/knowledgebase/adding-php-functions/
You may need to make some CSS adjustments as well, but that should get you on your way :)
