Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Feb 20, 2020 4:31 pm
Hi guys!
I have an issue with integration to a full custom theme.
What I have done:
- I have a page template: template-page.php for Pages
- Created a new page using page template and enabled comments.
- Created comments.php with code from https://developer.wordpress.org/themes/template-files-section/partial-and-miscellaneous-template-files/comment-template/ using Twenty_Thirteen's source.
- In template-page.php I have code:
<?php
// If comments are open or we have at least one comment, load up the comment template.
if ( comments_open() || get_comments_number() ) :
comments_template();
endif;
?> - Installed wpdiscuz plugin and did the "setup"
What I have on my page is:
By checking the source no .css or .js files are included in the footer from wpdiscuz.
What am I missing?
Thank you for your help!
5 Replies
Feb 20, 2020 4:35 pm
Missed and can be important, I'm using v7 latest Beta