Add Disqus comments to static page

Hello, I have Disqus comments installed in my site.
I have comments enabled in my “Diccionario” page settings, but I still don’t see the Disqus comments on the page.
I can see the Disqus coments on my posts, but not on this static page. Can you help?

This is an automated message to notify you that your thread was posted in the wrong forum, and it has been moved to the correct place. A member of our team will be happy to reply just as soon as your thread is up. How support works.

For support, please post all questions in the Support Forum.

For peer to peer conversations with other Themeco customers about tips, customizations, or suggestions you are welcome to use the Peer to Peer (no official support provided here).

For Design & Development, Marketing & Media, and Hosting & Optimization discussions you are welcome to use the General Forum to discuss with fellow Apex members about non Themeco related topics. Please keep this in mind in the future.

Thank-you!

Hi there,

Please add this in the functions.php file of the child theme:

add_action('x_before_the_content_end','page_comment');

function page_comment() { 
    if ( comments_open() && is_page() ) : ?>
      <div class="x-container max width">
          <?php comments_template( '', true ); ?>
      </div>
<?php endif; 
}

Hope this helps.

Hi, unfortunately I just tried this and it didn’t work…

Hey There,

Would you mind providing us with login credentials so we can take a closer look? Please provide following information:

Set it as Secure Note

  • Link to your site
  • WordPress Admin username / password
  • FTP credentials

All the best!

Thank you, I already sorted it out, I hadn’t properly set it on the wordpress page settings. Now its working :slight_smile:

Cool, glad it’s okay now :slight_smile: Cheers!