Forums

Inserting iframes into MooTabs Tabs in Sidebar (5 posts)

  1. WordPresser2010
    Member
    Posted 1 year ago #

    Hello, I would like to change the default tabs in my MooTabs sidebar widget to display iframes. Any help/advice is greatly appreciated. Below is the MooTabs code from sidebar.php:

    <div id="myTabs1" class="sideTabs">

    <ul class="mootabs_title">
    <li title="pop"><span>Popular</span>
    <li title="feat"><span>Latest</span>
    <li title="comm"><span>Comments</span>
    <?php if (function_exists('wp_tag_cloud')) { ?><li title="tagcloud"><span>Tags</span><?php } ?>
    <li title="sub"><span>Subscribe</span>

    <div class="mootabs_panel" id="pop">
    <ul class="list1">
    <?php include(TEMPLATEPATH . '/includes/popular.php' ); ?>

    </div>

    <div id="feat" class="mootabs_panel">
    <ul class="list2">
    <?php
    include(TEMPLATEPATH . '/includes/version.php');
    $the_query = new WP_Query('cat=' . $ex_feat . '&showposts=10&orderby=post_date&order=desc');
    while ($the_query->have_posts()) : $the_query->the_post(); $do_not_duplicate = $post->ID;
    ?>

  2. " href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?>
  3. <?php endwhile; ?>

    </div>

    <div class="mootabs_panel" id="comm">
    <ul class="list3">
    <?php include(TEMPLATEPATH . '/includes/comments.php' ); ?>

    </div>

    <?php if (function_exists('wp_tag_cloud')) { ?>

    <div class="mootabs_panel" id="tagcloud">

    <?php wp_tag_cloud('smallest=10&largest=18'); ?>

    </div>

    <?php } ?>

    <div class="mootabs_panel" id="sub">
    <ul id="rss">

  4. <h2>Stay up to date</h2> "" ) { echo get_option('woo_feedburner_url'); } else { echo get_bloginfo_rss('rss2_url'); } ?>"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/ico-rss.gif" alt="" />
  5. "" ) { echo get_option('woo_feedburner_url'); } else { echo get_bloginfo_rss('rss2_url'); } ?>">Subscribe to the RSS Feed
  6. " target="_blank">Subscribe to the feed via email
  7. </div>

    </div>

    <div class="fix" style="height:15px !important;"></div>

  • WordPresser2010
    Member
    Posted 1 year ago #

    Any help/advice is greatly appreciated.

  • WordPresser2010
    Member
    Posted 1 year ago #

    anyone?

  • WordPresser2010
    Member
    Posted 1 year ago #

    bump

  • WordPresser2010
    Member
    Posted 1 year ago #

    hmmm...

  • Topic Closed

    This topic has been closed to new replies.

    About this Topic

    Tags