Viewing 3 replies - 1 through 3 (of 3 total)
  • 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

    (@krozero199)

    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

    (@krozero199)

    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.