Okay
  Public Ticket #2377378
Can't show comments on standard page type
Closed

Comments

  • matteoboscolo89 started the conversation

    Hello there

    How can I show comments on standard page post type?

    Thanks

  •  1,079
    ThemeNectar replied

    Hey matteoboscolo89,

    To add that in, you will need to add the following snippet into your child theme functions.php file:

    add_action('nectar_hook_after_content', 'comments_template');

    Cheers

  • Aaron replied

    I'm having a problem with comments showing on the mobile view, even when they've been switched off for the post. 

    The comments don't show on desktop, but showing on mobile.

    Any ideas?