Title: Embed into posts and pages?
Last modified: August 22, 2016

---

# Embed into posts and pages?

 *  Resolved [Pete](https://wordpress.org/support/users/perthmetro/)
 * (@perthmetro)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/embed-into-posts-and-pages/)
 * Can we insert the widget code into a post or page?
 * [https://wordpress.org/plugins/wp-custom-widget-area/](https://wordpress.org/plugins/wp-custom-widget-area/)

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

 *  [sajones86](https://wordpress.org/support/users/sajones86/)
 * (@sajones86)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/embed-into-posts-and-pages/#post-5525948)
 * This worked for me:
 *  <div id=”secondary” class=”widget-area” role=”complementary”>
    <?php dynamic_sidebar(‘
   Under-Posts’ ); ?> </div>
 * I pasted it underneath <?php endwhile; ?> inside single.php
 *  Plugin Author [krozero](https://wordpress.org/support/users/krozero199/)
 * (@krozero199)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/embed-into-posts-and-pages/#post-5525996)
 * Hi ,
 * i’ve just released widget area 1.0.1. please your update plugin. you can find“
   get shortcode” link in 1.0.1 version. you can use that shortcode to display widget
   area in your post or page content. simply copy the shortcode and paste it in 
   page or post content where you want to display it.
 * if you want to use it in something like sidebar etc. you can find the code in“
   get code” link and paste it in your theme code.. like in page.php or sidebar.
   php etc. you need to use it under php tags if you are placing it between html
   codes. like <div class=”my-sidebar”> <?php // paste the copied code here ?> </
   div>.
 * Thanks,
    Kishor
 *  Plugin Author [krozero](https://wordpress.org/support/users/krozero199/)
 * (@krozero199)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/embed-into-posts-and-pages/#post-5525997)
 * fixed in new version. let me know if you have any other problem or questions 
   regarding this plugin. thanks!

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

The topic ‘Embed into posts and pages?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-custom-widget-area.svg)
 * [WP Custom Widget area](https://wordpress.org/plugins/wp-custom-widget-area/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-custom-widget-area/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-custom-widget-area/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-custom-widget-area/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-custom-widget-area/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-custom-widget-area/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [krozero](https://wordpress.org/support/users/krozero199/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/embed-into-posts-and-pages/#post-5525997)
 * Status: resolved