How to hide keywwords from showing up in articles / posts

hi there , i cannot locate a setting that allows hide keywords showing up in posts / articles?

Hey Jimi,

Thanks for writing in! There is no setting to show/hide the tags alone. It is part of the post meta. You can turn OFF/ON the post meta in Cornerstone > Theme Options > Blog > Content. If you only want to hide the post tags, perhaps these threads can help you:

Hope this helps.

Hi there i tryed to ad this to won css part but didnt affect even after refreshing. where is the right place to add this code?

And actually i have allready turned of the post metadata in the options / blog but still they are visible

Hi Jimi,

Would you mind sharing your credentials so that we can check what’s going on? To do that, please give us the following information in a Secure Note.

  • WordPress Login URL
  • Admin level username and password

You can find the Secure Note button at the bottom of your posts.

Thank you.

did it on my upper reply

Hi Jimi,

You are using an old version of Pro and maybe that’s the reason why the functionality is not working properly on your end. I suggest that you update your Pro to the latest version.

Or you can use the CSS code below to hide the tags in single posts.

.single-post .x-main .entry-footer {
    display: none;
}

Please note that custom CSS code is outside the scope of our support. Issues that might arise from the use of custom CSS code and further enhancements should be directed to a third-party developer or you can avail One where we can answer questions outside of the features of our theme.

Hope that helps.

Thx for the info, Got it work with that code. thx!!!

You are most welcome, Jimi.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.