Comments matteoboscolo89 started the conversationApril 26, 2020 at 9:54amHello thereHow can I show comments on standard page post type?Thanks 1,079ThemeNectar repliedApril 26, 2020 at 12:42pmHey 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 repliedJune 6, 2020 at 12:10pmI'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? Sign in to reply ...
Hello there
How can I show comments on standard page post type?
Thanks
Hey matteoboscolo89,
To add that in, you will need to add the following snippet into your child theme functions.php file:
Cheers
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?