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 03-09-2010, 10:34 PM
pbbutler pbbutler is offline
Registered User
GenesisConnect
Genesis Member
Pro Plus Member
 
Join Date: Oct 2008
Location: Perth, Western Australia
Posts: 90
Default problem with home.php and a link

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

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
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


All times are GMT -5. The time now is 07:05 AM.

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