Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter ryanjerome

    (@ryanjerome)

    Let me clarify…

    I know that I could just not fill in any tags. I guess the better word would be ‘hide’ all tags. Sorry for any confusion.

    Sorry still not sure how to remove the author from homepage “latest news” section

    The tags you are referring to I believe can be removed when you are in the post you want to edit on the right hand column. Or you can click posts > tags from the dashboard and edit

    Thread Starter ryanjerome

    (@ryanjerome)

    I still want the tags within the post when editing. I want to enter tags.

    I do not want them to show up, at the bottom of the post, once the post has been published. I don’t want them to show up anywhere once the post has been published.

    Thread Starter ryanjerome

    (@ryanjerome)

    After some testing I have removed tags from published posts..

    If anyone else needs to know, here’s what I did..

    Appearance->Editor->Stylesheet style.css

    CNTRL F – type ‘tags’ find the below set of code

    .post-tags {
    	margin: 40px 0;
    	font-style: italic;
    	font-weight: lighter;
    }
    
    .post-tags span {
        display: inline-block;
        font-size: 14px;
        margin: 0 7px 0 0;
    }
    
    .post-tags a {
        border: 1px solid #eaeaea;
        border-radius: 2px;
        display: inline-block;
        font-size: 12px;
        line-height: 16px;
        margin: 0 5px 2px 0;
        padding: 3px 7px;
        white-space: nowrap;
    }

    I Replaced all of it with this code

    .post-tags {
    display: none;
    }

    My tags on published posts are gone – using Modality theme

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove Tags From Posts?’ is closed to new replies.