Title: working in custom post type loop
Last modified: September 3, 2016

---

# working in custom post type loop

 *  [nilamsqt](https://wordpress.org/support/users/nilamsqt/)
 * (@nilamsqt)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/working-in-custom-post-type-loop/)
 * Hello Admin,
 * echo do_shortcode(‘[cresta-social-share]’); is not working in custom post type
   loop.
    Please help me for wordpress query loop.
 * Thanks

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [nilamsqt](https://wordpress.org/support/users/nilamsqt/)
 * (@nilamsqt)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/working-in-custom-post-type-loop/#post-8072505)
 * Below is my code. and in loop currect URL is not share to facebook.
    So please
   help me quick.
 * <?php
    $wp_query = new WP_Query(array(‘post_type’ => ‘news’,’order’ => ‘DESC’,‘
   order_by’ => ‘date’, ‘posts_per_page’ => ‘3’)); while ($wp_query -> have_posts()):
   $wp_query -> the_post();
 * echo get_the_id();
    echo do_shortcode(‘[cresta-social-share]’);
 * endwhile;
 * ?>
 *  Plugin Author [CrestaProject](https://wordpress.org/support/users/crestaproject/)
 * (@crestaproject)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/working-in-custom-post-type-loop/#post-8072532)
 * Hi nilamsqt,
    the plugin works only on “individual pages” and not on pages showing
   the posts list. More information here [https://wordpress.org/plugins/cresta-social-share-counter/faq/](https://wordpress.org/plugins/cresta-social-share-counter/faq/)
 * Best Regards,
    CrestaProject

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘working in custom post type loop’ is closed to new replies.

 * ![](https://ps.w.org/cresta-social-share-counter/assets/icon-256x256.png?rev=
   2467359)
 * [Cresta Social Share Counter](https://wordpress.org/plugins/cresta-social-share-counter/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cresta-social-share-counter/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cresta-social-share-counter/)
 * [Active Topics](https://wordpress.org/support/plugin/cresta-social-share-counter/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cresta-social-share-counter/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cresta-social-share-counter/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [CrestaProject](https://wordpress.org/support/users/crestaproject/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/working-in-custom-post-type-loop/#post-8072532)