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
  #6  
Old 02-26-2009, 09:57 AM
SoZo's Avatar
SoZo SoZo is offline
Community Moderator
 
Join Date: Oct 2008
Location: Minneapolis, Minnesota
Posts: 47,500
Default Re: Lifestyle 3.0 adding category boxes

Sorry. Here ya go:

Quote:
Originally Posted by John Flynn
You need to go into home.php and make sure each div is assigned a number. In the theme files (original) the numbers are 1,2,3. If you are going to add more divs you need to change the numbers (like add 4,5,6). You also need to go into functions.php and create new arrays for those numbers. Again, look for 1,2,3 and do the same for 4,5,6.

Also, since it seems that you are comfortable in going into home.php you might just want to change the code in there to call the categories you want....i.e.

Code:
<?php $recent = new WP_Query("cat=9&showposts=6"); while($recent->have_posts()) : $recent->the_post();?>
__________________
John "Nicolas Flamel" Wright | SoZo's design | John Wright Photography

New to Genesis? Check out Genesis Explained.
"We are the music makers, and we are the dreamers of dreams..." - Arthur O'Shaughnessy

"Some days even my lucky rocket ship underpants don't help" - Calvin
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
Adding Featured Boxes AmyCelona General Discussion 4 09-23-2009 08:41 AM
Adding Featured Boxes dhonig General Discussion 2 07-30-2009 09:55 PM
Adding additional category boxes to home GregS General Discussion 3 02-05-2009 01:55 PM


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

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