Hello there,
As my title says, I'm hoping for help integrating Disqus comment count in my news page, so it shows how many comments were made on each news item.
This probably is quite easy but I can't get it to work.
The original code looks like this:
`
Link`
I've tried several modifications like this but I really suck at php. I can't find the function that calls the titlelink in mysql.
`
"#disqus_thread">'View Comments`
I hope that one of you can help me!
Comments
What you want is `<?php echo getNewsURL(getNewsTitleLink()); ?>`
Well I'm still learning. Thanks again, even more since this was obviously a stupid question.