• Resolved Reena.Wrights

    (@reenawrights)


    Hi, how do I hide author, category and tag post-meta for all pages?

    I only want date and comments available. Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • You can either delete it from theme file or hide it using css.

    I suggest to delete it from theme file. Seems to be in
    lib/templates/post-meta.php

    Theme Author Richie KS

    (@rkcorp)

    add this theme option->custom css

    span.post-author, span.post-category, span.post-tag { display:none !important; }

    Thread Starter Reena.Wrights

    (@reenawrights)

    Thank you James and Richie.

    I tried Richie’s code. It works for author and category. But I still see tags in post view. Any ideas?

    thanks!

    Thread Starter Reena.Wrights

    (@reenawrights)

    It works now, it should be tags instead of tag.

    span.post-author, span.post-category, span.post-tags { display:none !important; }

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hide Author, Category, Tag’ is closed to new replies.