Hi,
The new update did not remove the functions, but some of theme was moved.
Did you try to set the disques shortcode in a single post template, maybe this will work. -> https://wordpress.org/support/topic/cant-find-the-shortcode-2/
Also I can try to help you, I do not say for sure that I will make it work, because is an untested plugin, but I can try to find a way, if you provide some more information about the settings you made and the way that this plugins was working with our theme.
Thank you for your understanding!
Thank you Very much, Calin.
I solved my problem using Universal code:
https://help.disqus.com/en/articles/1717112-universal-embed-code
Important things to change:
/*
var disqus_config = function () {
// Replace PAGE_URL with your page’s canonical URL variable
this.page.url = ‘<?php echo get_permalink(); ?>’;
// Replace PAGE_IDENTIFIER with your page’s unique identifier variable
this.page.identifier = ‘<?php echo dsq_identifier_for_post($post); ?>’;
};
*/
// IMPORTANT: Replace EXAMPLE with your forum shortname!
s.src = ‘https://EXAMPLE.disqus.com/embed.js’;
Thanks again.
Can you explain in little more detail about how to exactly fix this? I am facing the same issue.
Hi,
Copy the universal code here: https://help.disqus.com/en/articles/1717112-universal-embed-code
Add an HTML RAW where you want the disqus box and paste the code:
Change the code to:
this.page.url = ‘<?php echo get_permalink(); ?>’;
Change the code to:
this.page.identifier = ‘<?php echo dsq_identifier_for_post($post); ?>’;
Change the code to:
s.src = ‘https://EXAMPLE.disqus.com/embed.js’;
Replace EXAMPLE with your forum shortname!
If you dont know your shotname, look here:
https://help.disqus.com/en/articles/1717111-what-s-a-shortname
Thats it 🙂
-
This reply was modified 7 years by
mateusnds.
Thanks, it worked. Do I need to keep the plugin now? And also I read I will have to manually export comments. What’s that about?
