Viewing 3 replies - 1 through 3 (of 3 total)
  • you need to go through your theme template files and find where that line is being displayed in the coding and comment it out or remove it.

    The folder is /wp-content/themes/{theme_name}

    your static pages are generally in page.php
    categories in categories.php
    etc etc

    to comment out php code wrap the code in /* */
    <?php /* some php code here ; */ ?>
    For html <!– –>
    <!– <p>some text will be here</p> –>

    Thread Starter banzaiweb

    (@banzaiweb)

    Thanks – it works perfectly!

    Is there is any way i can turn off posted by for particular page like about me page….
    is there an work around for that…
    Edit @ Ok i got by edit by above method it turn on posted by page not on posts
    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hiding ‘posted by’ and category info below page heading’ is closed to new replies.