https://michaelcrook.org/2024/05/13/what-a-beautiful-hymn/
For some reason, it lists the categories above and below the title. I’ve looked in every php file but I cannot find where to cut out the categories above the title. Can anyone help, please?
]]>Sorry, I’ve resolved everything except for this one:
Eh, I’ve looked at your site… and all three things you listed above are still present.
So I’m not sure how you “resolved” them.
For some reason, it lists the categories above and below the title. I’ve looked in every php file but I cannot find where to cut out the categories above the title. Can anyone help, please?
Note that if you edit your theme’s files directly, you’ll lose all the changes whenever you update the theme. If you absolutely must customize theme files, create a child theme instead.
But, in this case, you don’t even need to touch the theme’s files at all, as the author built a simple toggle in the theme’s settings to enable/disable the feature: Go to APPEARANCE > CUSTOMISE > BLOG POST SETTINGS > SINGLE POST SETTINGS and toggle OFF “Show / Hide Category”.
Even if the theme didn’t have the toggle, you could easily hide the category listings by adding a single line of CSS in APPEARANCE > CUSTOMISE > ADDITIONAL CSS… and this would persist after updating the theme.
]]>