![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hello,
I am using the music 20 theme and I am unsure where else to post this. Please let me know if it needs to be placed else where. The issue is I am using the following code to get the content off a page I created to display on the front page <?php query_posts('page_id=47') ?> <!-- This page id needs to be set to the id of the page that has the home page blurb--> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <?php the_content_limit_mod(10000, ""); ?> <?php endwhile; ?> <?php endif; ?> This works fine but then then the following code produces a link "[Read more of this review]" that points to the blurb page rather then the post. <?php $recent = new WP_Query("cat=11&showposts=3"); while($recent->have_posts()) : $recent->the_post();?> <?php the_content_limit(350, "[Read more of this review]"); ?> Any ideas? Thanks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Link Problem | frobin | General Discussion | 7 | 01-08-2010 10:06 PM |
| link styling problem | emusicmotion | General Discussion | 1 | 10-30-2009 10:30 PM |
| Link Categories Problem | melrock | General Discussion | 4 | 02-01-2009 04:46 PM |
© Copyright 2012 Copyblogger Media LLC · StudioPress™ is a trademark of Copyblogger Media LLC
Privacy Policy | Refund Policy | Terms of Service | Affiliate Program | Contact Us