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
  #1  
Old 01-16-2010, 12:30 PM
tldagent tldagent is offline
Registered User
Pro Plus Member
 
Join Date: Nov 2008
Posts: 32
Default Select ALL Categories on Homepage Widget

On the main page of the Church template, or many of the other templates, you have featured content blocks. Typically you go into the blog theme options and then select which block shows which category.

What I'd like is for one of these featured content blocks to show ALL categories. So that way if I have more categories than blocks, my content still shows up on the front page.

So looking at the church theme in particular, the Homepage Featured Bottom block allows you to select categories but what I'd like to see is the option to select all categories. One way to work around this would be to create a category called 'All Categories" then every blog is also placed into this one category and selecting it, but there's got to be a better way to do this.

If anyone knows of a better way to accomplish this, please do respond.

Thanks!
  #2  
Old 01-16-2010, 06:52 PM
Debra's Avatar
Debra Debra is offline
Community Moderator
 
Join Date: Oct 2009
Location: Ontario, Canada
Posts: 13,365
Default

try this [back up files first]

change this


Code:
                <?php $recent = new WP_Query("cat=".get_theme_mod('featured_top_left')."&showposts=".get_theme_mod('featured_top_left_num')); while($recent->have_posts()) : $recent->the_post();?>
to this

Code:
    <?php $recent = new WP_Query("showposts=3"); while($recent->have_posts()) : $recent->the_post();?>
__________________
Fat Cat Designs | "Creativity takes courage." Henri Matisse

Make life easier use FireFox and these Customizing tools: Firebug - Web Developer

New to Genesis? See our Guide for Beginners!

Recommended StudioPress Designer
StudioPress on Facebook
  #3  
Old 01-18-2010, 04:41 PM
tldagent tldagent is offline
Registered User
Pro Plus Member
 
Join Date: Nov 2008
Posts: 32
Default

Debra, I haven't done this yet but I'm going to give it a shot and post my results. Thank you so kindly for responding.
  #4  
Old 01-21-2010, 01:05 PM
tldagent tldagent is offline
Registered User
Pro Plus Member
 
Join Date: Nov 2008
Posts: 32
Default

Thank you very much Debra. Worked wonderfully!
 

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
Church 4.0 Theme options- select tags vice categories Chelle General Discussion 4 03-19-2010 11:20 AM
Search Box w/ Ability to Select Multiple Categories seattlesavvy General Discussion 5 03-06-2010 04:56 PM
How to Select What's Shown on the Homepage...+V tutorials General Discussion 1 10-14-2009 08:57 AM
Select Categories on Blog Page gaharrison General Discussion 2 01-14-2009 09:52 PM


All times are GMT -5. The time now is 09:19 AM.

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