You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 23, 2023. It is now read-only.
Jimmi08
changed the title
disqus how to add comment counts to theme - tested on magazine02 theme by Fizi
disqus 10. how to add comment counts to theme - tested on magazine02 theme by Fizi
Sep 23, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
1. check what shortcodes are used in your theme
It looks as it is only used:
{NEWS_COMMENT_COUNT}
(sometimes some can have parameters)
if you change comment system, it depends on the theme what is displayed: (in fact, that icon should be hidden and wrapper functionality used)
Simply way: replace it with
{DISQUS_NEWSCOMMENTCOUNT}
2. find this shortcode in news_shortcodes (core)
sc_news_comment_count
you will see that in fact different shortcode is loaded.
3. open theme_shortcodes.php file in your theme
something like this, just to check if it works.
It works :)
The text was updated successfully, but these errors were encountered: