Title: Unable to load shortcode using do_shortcode
Last modified: August 22, 2016

---

# Unable to load shortcode using do_shortcode

 *  [yabhinav86](https://wordpress.org/support/users/yabhinav86/)
 * (@yabhinav86)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/unable-to-load-shortcode-using-do_shortcode/)
 * Hi,
 * When i try to load the shortcode using do_shortcode, I’m not able to submit the
   post.
 * [https://wordpress.org/plugins/front-end-publishing/](https://wordpress.org/plugins/front-end-publishing/)

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

 *  Plugin Author [Hassan Akhtar](https://wordpress.org/support/users/khaxan/)
 * (@khaxan)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/unable-to-load-shortcode-using-do_shortcode/#post-5383641)
 * The scripts are loaded only on the pages where the shortcode is present in the
   content. So unfortunately do_shortcode won’t work.
 *  [alphabox](https://wordpress.org/support/users/alphabox/)
 * (@alphabox)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/unable-to-load-shortcode-using-do_shortcode/#post-5383991)
 * Just put the shortcode in a post, publish it.
    Remember the “id” of the post(
   in the address bar) after you publish. Then use the following code instead of
   do_shortcode.
 * <?php echo ‘<div>’ ?>
    <?php query_posts(‘p=85’); if(have_posts()) : the_post();?
   > <?php the_content(); ?> <?php endif; ?> <?php echo ‘</div>’ ?>
 * Replace 85 with your post “id”
 * <!– ALL DONE –>

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

The topic ‘Unable to load shortcode using do_shortcode’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/front-end-publishing_343434.svg)
 * [Frontend Publishing](https://wordpress.org/plugins/front-end-publishing/)
 * [Support Threads](https://wordpress.org/support/plugin/front-end-publishing/)
 * [Active Topics](https://wordpress.org/support/plugin/front-end-publishing/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/front-end-publishing/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/front-end-publishing/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [alphabox](https://wordpress.org/support/users/alphabox/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/unable-to-load-shortcode-using-do_shortcode/#post-5383991)
 * Status: not resolved