Forum replies created
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.
I have unchecked ‘Allow people to post comments’ but the Add Comment box is still there: http://www.shukakuchan.com
Yes, I set that particular page as my static home page:
Any more ideas pls?
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?
Thank you for your fast reply. Looking forward to alora’s next update.