The MU forums have moved to WordPress.org

Help Requested - Wordpress MU Revolution Theme Issues (3 posts)

  1. stealthfiction
    Member
    Posted 15 years ago #

    Hi guys i'm giving MU another go now that domain mapping is working and all the new fetures of 2.6. I'm trying to use a great theme but i'm getting some errors. I'm guessing most of them have to do with wordpress code changes since i this theme was released. The url for the site is: EQXR.com here is a the code for the part where it says there is an error.

    here is the home.php code where one of the errors seem to be.

    '<?php get_header(); ?>

    <div id="content">

    <div id="homepage">

    <div id="homepageleft">

    <div class="featured">
    <?php $recent = new WP_Query("cat=1&showposts=1"); while($recent->have_posts()) : $recent->the_post();?>
    <h2>" rel="bookmark"><?php the_title(); ?></h2>
    <?php the_content(__('Read the story »'));?><div style="clear:both;"></div>
    <?php endwhile; ?>
    </div>

    <div class="featured">
    <?php $recent = new WP_Query("cat=1&showposts=1"); while($recent->have_posts()) : $recent->the_post();?>
    <h2>" rel="bookmark"><?php the_title(); ?></h2>
    <?php the_content(__('Read the story »'));?><div style="clear:both;"></div>
    <?php endwhile; ?>
    </div>

    <div class="featured">
    <?php $recent = new WP_Query("cat=1&showposts=1"); while($recent->have_posts()) : $recent->the_post();?>
    <h2>" rel="bookmark"><?php the_title(); ?></h2>
    <?php the_content(__('Read the story »'));?><div style="clear:both;"></div>
    <?php endwhile; ?>
    </div>

    </div>

    <div id="homepageright">

    <div class="section">
    <h2>Magazine Section #1</h2>

    <?php $recent = new WP_Query("cat=1&showposts=1"); while($recent->have_posts()) : $recent->the_post();?>
    <b>" rel="bookmark"><?php the_title(); ?></b>
    <?php the_content_limit(130, ""); ?>

    <div class="hppostmeta">
    <p><?php the_time('F j, Y'); ?> | " rel="bookmark">Read the story »</p>
    </div>

    <?php endwhile; ?>
    </div>

    <div class="section">
    <h2>Magazine Section #2</h2>

    <?php $recent = new WP_Query("cat=1&showposts=1"); while($recent->have_posts()) : $recent->the_post();?>
    <b>" rel="bookmark"><?php the_title(); ?></b>
    <?php the_content_limit(130, ""); ?>

    <div class="hppostmeta">
    <p><?php the_time('F j, Y'); ?> | " rel="bookmark">Read the story »</p>
    </div>

    <?php endwhile; ?>
    </div>

    <div class="section">
    <h2>Magazine Section #3</h2>

    <?php $recent = new WP_Query("cat=1&showposts=1"); while($recent->have_posts()) : $recent->the_post();?>
    <b>" rel="bookmark"><?php the_title(); ?></b>
    <?php the_content_limit(130, ""); ?>

    <div class="hppostmeta">
    <p><?php the_time('F j, Y'); ?> | " rel="bookmark">Read the story »</p>
    </div>

    <?php endwhile; ?>
    </div>

    <div class="section">
    <h2>Magazine Section #4</h2>

    <?php $recent = new WP_Query("cat=1&showposts=1"); while($recent->have_posts()) : $recent->the_post();?>
    <b>" rel="bookmark"><?php the_title(); ?></b>
    <?php the_content_limit(130, ""); ?>

    <div class="hppostmeta">
    <p><?php the_time('F j, Y'); ?> | " rel="bookmark">Read the story »</p>
    </div>

    <?php endwhile; ?>
    </div>

    <div class="section">
    <h2>Magazine Section #5</h2>

    <?php $recent = new WP_Query("cat=1&showposts=1"); while($recent->have_posts()) : $recent->the_post();?>
    <b>" rel="bookmark"><?php the_title(); ?></b>
    <?php the_content_limit(130, ""); ?>

    <div class="hppostmeta">
    <p><?php the_time('F j, Y'); ?> | " rel="bookmark">Read the story »</p>
    </div>

    <?php endwhile; ?>
    </div>

    </div>

    </div>

    <?php include(TEMPLATEPATH."/sidebar.php");?>

    </div>

    <!-- The main column ends -->

    <?php get_footer(); ?>'

    Thanks for the help!

  2. d_kc
    Member
    Posted 15 years ago #

    <?php the_content_limit(130, ""); ?>

    Thats your problem. Since you dont have the Limit Posts plugin installed. You will encounter those errors. I think you will also have to remove all the code for breadcrumbs plugin as well.

    I'm building with Revolution Tech. Basically i gutted it, cleared all the pages and just lefted the header and footer and worked from there.

    Revolution are great themes to start off with. I hope you bought the developers licence. :D Brian's a great guy.

  3. andrea_r
    Moderator
    Posted 15 years ago #

    And please, PLEASE don't paste long pieces of code in the forums. *Especially* paid themes.

    If you need to link to some code bits using pastebin, that's fine.

About this Topic

  • Started 15 years ago by stealthfiction
  • Latest reply from andrea_r