• Resolved scottlowe

    (@scottlowe)


    I am fully aware of the WW short code for embedding a single WW widget into a content area. However, I want to do the same thing inside one of my theme’s sidebars. Needless to say, just putting [ww_widget id-27] (where “27” is an example ID) into sidebar.php does not work.

    What I am doing now is creating a blog post called “Sidebar Content” and inserting that content into the sidebar.php like this:

    <?php query_posts(‘p=27’); ?>
    <?php while (have_posts()) : the_post(); ?>
    <?php the_content(); ?>
    <?php endwhile;?>

    (again, “27” is just an example)

    Is there a way to do the same thing with Widget Wrangle widgets?

    http://wordpress.org/plugins/widget-wrangler/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘How to embed WW widget ID into theme sidebar?’ is closed to new replies.