bekir
asked 8 years ago

Hi,
How I can display count (individualy) inside the loop of dw-reactions-box class ?

<div class=”dw-reactions-box”>
<span class=”dw-reaction dw-reaction-love”><div class=”my_div_count”><?php echo $count ?></div><strong><?php esc_attr_e( ‘Love’, ‘reactions’ ) ?></strong></span>

<span class=”dw-reaction dw-reaction-haha”><div class=”my_div_count”><?php echo $count ?></div><strong><?php esc_attr_e( ‘Haha’, ‘reactions’ ) ?></strong></span>

</div>

Thank you.

1 Answers
DominicStaff
answered 8 years ago

I know what you want. However, the plugin does not support to  Display Count in class dw-reactions-box as you mentioned here.

bekir
replied 8 years ago

Oh ok.
Thank you for your reply 🙂

Powered by DW Question & Answer Pro