Forum replies created

    hartonson
    Spectator
    Posts: 4
    February 12, 2015 at 12:17 pm #14731

    Just got it figured out. Turns out that I have to turn off the ‘allow comment’ in the Page’s Quick Edit menu.

    Go to Page – find the Page – Quick Edit – uncheck ‘Allow Comment’

    Has to be done individually for each Page apparently.

    hartonson
    Spectator
    Posts: 4
    February 12, 2015 at 11:21 am #14729

    I have unchecked ‘Allow people to post comments’ but the Add Comment box is still there: http://www.shukakuchan.com

    Already unchecked

    Yes, I set that particular page as my static home page:

    Static page setting

    Any more ideas pls?

    hartonson
    Spectator
    Posts: 4
    January 31, 2015 at 10:24 am #14623

    Also, how do I disable post update?

    I tried to add this code on functions.php but the date in my old post still pops out:

    function jl_remove_post_dates() {
    add_filter(‘the_date’, ‘__return_false’);
    add_filter(‘the_time’, ‘__return_false’);
    add_filter(‘the_modified_date’, ‘__return_false’);
    add_filter(‘get_the_date’, ‘__return_false’);
    add_filter(‘get_the_time’, ‘__return_false’);
    add_filter(‘get_the_modified_date’, ‘__return_false’);
    } add_action(‘loop_start’, ‘jl_remove_post_dates’);

    I googled and tried installing WP Post Date Remover but to no avail. Help?

    hartonson
    Spectator
    Posts: 4
    January 31, 2015 at 10:21 am #14622

    Thank you for your fast reply. Looking forward to alora’s next update.