• Resolved saif

    (@saifprvz)


    how can i hide (posted on, author and Posted in Posts page.
    I m using sydney theme. (child theme)
    My wp is 4.4.2

Viewing 4 replies - 1 through 4 (of 4 total)
  • Check this support discussion

    You can also remove by using the plugin.

    Thread Starter saif

    (@saifprvz)

    i tried the plugin before posting this question but that not worked for me. I figured out by my self the problem by editing the Sydney: content-single.php
    thanks the help i really appreciate.

    Just add this custom css:

    .byline {
      display: none;
    }
    .posted-on {
      display: none;
    }

    Works fine for me. First one hides post author and second one hides post date.

    • This reply was modified 8 years, 1 month ago by cyb3rnux.
    carlblanchet

    (@carlblanchet)

    Thanks @cyb3rnux !
    What about the posted in (categories) data?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hide Posted on author and Posted in’ is closed to new replies.