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 07-02-2009, 01:02 PM
theparappa theparappa is offline
Registered User
Genesis Member
 
Join Date: Jun 2009
Posts: 19
Default how to change "Read More Posts from this Category.."

Hello All!

How on the Lifestyle Theme homepage how do I change the default bottom categories section (or any categories for that matter) where it says to "Read More Posts From this Category" from the cat=1 to whichever category of my choosing?

I know it's somewhere below (I think?) but not sure what to change.

I know if i go to 'edit categories' on Dashboard I can get cat_ID number but not sure where in the code to change to my liking.

Thanks for all of your help!

Code:
<div id="homepageleft">							<div class="hpfeatured">			<?php $feature_cat_1 = get_option('lifestyle_feature_cat_1'); $feature_cat_1_num = get_option('lifestyle_feature_cat_1_num'); if(!$feature_cat_1) $feature_cat_1 = 1; //setting a default ?>			<h3><?php echo cat_id_to_name($feature_cat_1); ?></h3>							                				<?php $recent = new WP_Query("cat=".$feature_cat_1."&showposts=".$feature_cat_1_num); while($recent->have_posts()) : $recent->the_post();?>				<?php if( get_post_meta($post->ID, "thumbnail", true) ): ?>				    [img]<?php echo get_post_meta($post->ID, [/img]" alt="<?php the_title(); ?>" />				<?php else: ?>				<?php endif; ?>								<?php the_title(); ?>				<?php the_content_limit(80, ""); ?>								<div style="border-bottom:1px dotted #94B1DF; margin-bottom:10px; padding:0px 0px 10px 0px; clear:both;"></div>								<?php endwhile; ?>								Read More Posts From This Category							</div>									</div>
 

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
How To Change "Read More Posts From" Links for homepage featured columns? Moviemikes General Discussion 4 03-08-2010 11:45 AM
How to change the color of text used for "Read More Posts"? TomL General Discussion 2 04-23-2009 02:31 PM
"Read more posts from this category" link help johnegus General Discussion 1 11-21-2008 05:54 PM


All times are GMT -5. The time now is 07:58 PM.

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