![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
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
|
||||
|
||||
|
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();?>
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
|
|||
|
|||
|
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
|
|||
|
|||
|
Thank you very much Debra. Worked wonderfully!
|
| Thread Tools | |
| Display Modes | |
|
|
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 |
© Copyright 2012 Copyblogger Media LLC · StudioPress™ is a trademark of Copyblogger Media LLC
Privacy Policy | Refund Policy | Terms of Service | Affiliate Program | Contact Us