The effects of alcohol on
sustanon 250 leucine for – real weight loss & bodybuilding benefits?
[Solved] Show Comment number in other post type
✦ Summarize Topic
✦
✦
✦
AI is analyzing the discussion...
How-to and Troubleshooting
(@hai991dk)
Posts: 12
Eminent Member
Topic starter
Translate
▼
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
Show original
Translating...
[#2714]
Hello team!
I'm using the "DW Question & Answer" plugin, but I disabled the "Answer/Comment" feature of this plugin to use comment feature of WPdiscuz plugin.
So I want to show exact number of comments based on WPdiscuz plugin.
Below is the code that shows the comment number of the DW Question Answers plugin, but it is not working correctly.
Please fix it to suit WPDiscuz, many thanks team, I enjoyed using the WPdiscuz plugin.
<span class="dwqa-answers-count">
<?php $answers_count = dwqa_question_answers_count(get_the_ID()); ?>
<?php printf( __( '<strong>%1$s</strong> answers', 'dwqa' ), $answers_count ); ?>
</span>
Posted : 13/08/2021 7:40 am
(@asti)
Posts: 8259
Illustrious Member Support
Translate
▼
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
Show original
Translating...
Hi @hai991dk,
Please try this code:
<span class="dwqa-answers-count">
<?php $answers_count = dwqa_question_answers_count(get_the_ID()) -> get_comments_number(get_the_ID()); ?>
<?php printf( __( '<strong>%1$s</strong> answers', 'dwqa' ), $answers_count ); ?>
</span>
In case you want to say thank you! 🙂
We'd really appreciate if you leave a good review on the plugin page.
This is the best way to say thank you to this project and the support team.
Posted : 13/08/2021 2:25 pm
(@hai991dk)
Posts: 12
Eminent Member
Topic starter
Translate
▼
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
Show original
Translating...
@asti it working, thanks team
Posted : 14/08/2021 5:50 am
Super Globals
Options and Features