• Jakub

    (@jakubgardner)


    Hi,

    please help me – what should I write in field “Page Comments” on Network Admin Settings Screen (multisite) – to default open comments on newly created pages?

    (on …/wp-admin/network/site-settings.php?id=X )

    (now value is 0, I tired 1 or OPEN, but it doesnt change anything..)

    Of course in admin page I seted “allow comments on new articles” – but ist working only for new posts, not for pages..

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Bet Hannon

    (@bethannon1)

    You will probably need to add the php code for the comments template into the file in your theme for pages.

    The code from Twentyfifteen is:

    if ( comments_open() || get_comments_number() ) {
         comments_template();
    }

    The name of the file that it goes into will vary by theme. If you aren’t already using a child theme, you will want to create one when you make this change, so that it isn’t overwritten the next time you update your theme.

    Thread Starter Jakub

    (@jakubgardner)

    Hi Bet, thank you for your answer, but its beside the point. Its true, my theme has not by default open comments for pages, bu I already did it, edit my pages.php file and add some code, so its working ??

    I prepared image explenation where is problem:

    https://drive.google.com/file/d/0B0FWt5yEdzPsOEs4UnBJQWxkV2M/view?usp=sharing

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Network Admin Settings Screen – how to open comments for pages (multisite)?’ is closed to new replies.