How to pull out stats in loop-ad-listing-home
Hi, I would like in Flatron childtheme, in the front page pull out the stats below description each product, in the same way it show up in the single-ad-listing page.
I have tried with:
<?php if ( get_option('cp_ad_stats_all') == 'yes' ) appthemes_stats_counter( $post->ID ); ?>
but nothing happend.
Thanks a lot.,
felixr