Viewing 7 replies - 1 through 7 (of 7 total)
  • yelhca07

    (@yelhca07)

    Go to Pages then select all then go to the top where it says “Bulk Actions” then click “edit” then apply go to “Comments” change it to “none” and then apply or save changes! Good to go!

    Thread Starter ddegrandpre

    (@ddegrandpre)

    Absolutely wonderful! Thank you so much. I enjoy learning about new tips. Thought I was going to have to develop a new custom menu or dive into the php.

    yelhca07

    (@yelhca07)

    Sure… don’t forget to hit “resolved”

    This was helpful to me as well. Any idea how to remove the posted date and author from pages as well? Thanks!!

    I would like to know how to remove the post date and author as well. Been looking all over and can’t find an answer for this. Any help would be appreciated.

    Remove

    For Comments
    <?php comments_popup_link(__('No comments', 'wplook'), __('1 comment', 'wplook'), __('% comments', 'wplook'), 'comments-link', __('Comments off', 'wplook')); ?>

    For Time

    <?php wplook_get_date_time();?>

    For Author

    <?php wplook_get_author();?>

    From the content-page.php.

    This Does not Disallow comments but just stops above from being “displayed”

    Please help I tried to delete the time and author and now i have deleted all the content pages and I don’t know how to put them back. I did this in content-page.php
    Website is force-electronics.com.au

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Theme: BlogoLife] Remove Comments form from all pages’ is closed to new replies.