Shortcode – wishlist_count_by_postPickPluginsOctober 11, 2017Shortcodes – Wishlist [wishlist_count_by_post id="1234"] Or <?php // Under loop $post_id = get_the_ID(); echo do_shortcode( "[wishlist_count_by_post id=$post_id]" ); ?> This shortcode use for count total wishlist by post id, this is useful to display popular items.