StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 11-04-2008, 07:50 PM
Rebecca Diamond's Avatar
Rebecca Diamond Rebecca Diamond is offline
Administrator
 
Join Date: Oct 2008
Location: somewhere in the wilds of Canada
Posts: 11,498
Default php+the_content_limit pulling the wrong content?!

I'm working on a site for someone, otherwise I'd post the URL here. But here's my code, pretty standard:
Code:
       <div class="thumb">
                        <h2><?php the_title(); ?>         </h2>

                                <?php $recent = new WP_Query("cat=1&showposts=1"); while($recent->have_posts()) : $recent->the_post();?>
                                 [img]<?php viva('feature2',''); ?>[/img]


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

                                <div style="border-bottom:1px dotted #C0C0C0; margin-bottom:10px; padding:0px 0px 10px 0px; clear:both;"></div>

                                <?php endwhile; ?>

                        </div>
You'll notice I have the Viva Thumbs installed (love that plugin). However, the front page where this is feeding in features the correct permalink, but the content it pulls is always from one post beneath it! So the three instances of this I have on the home page are offset by one on the content, but not on the titles. Am I missing something obvious and straightforward and will feel dumb for asking?
Probably...but it's driving me nuts! Help appreciated...
__________________
Rebecca, Copyblogger Community Manager & Admin
StudioPress on Facebook!
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Widgets Pulling Content. Considered Duplicate for SEO? golden General Discussion 1 12-30-2010 05:34 PM
Content Wrong When Adding New Sections to Homepage ambermckinnon General Discussion 6 08-26-2010 11:35 AM


All times are GMT -5. The time now is 12:53 PM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.