Studiopress Church 4.0 WordPress Theme
July 2, 2009 by StudioPress Themes
Filed under Magazine Themes, Premium WordPress Themes
Studiopress Church 4.0 WordPress Theme. Studiopress aka Revolution themes by Brian Gardner. Church is one of most used wordpress magazine theme in recent times. Now Church is professionally optimized by Joost de Valk, who is on our development team. Because of the amount of optimizations/changes to the theme files, it will require you to load the new version.
Author : Brain Gardner.
Description : Studiopress/Revolution Church is a three-columns, fixed-width, threaded-comments theme by Brain Gardner. Studipress is a premium magazine style wordpress theme with a latest updated features.
Compatibility : Latest WordPress Version 2.8
Updated Features :
Auto-Sized Thumbnails
Another awesome feature with this version of Church is the ability to now display automatically generated thumbnails on the homepage. You can see that the sizes of your thumbnails can be configured on the options page.
Support For Localization
Another awesome feature that is included with the Church theme is support for localization. We have been asked numerous times if our themes can be localized, and we are going to make sure that all of them can be internationalized into different languages.
Sidebar eNews & Updates
In previous versions of the Church theme, we required the use of a text widget to display the Google/Feedburner eNews & Updates section. We felt that was a bit clunky, so we’ve now included the ability to enable/disable that section from within the dashboard, and provide a box for you to place your Feed ID.
Features :
- Drop down category menus and page menus
- Rotating featured article section on homepage
- Widget ready
- Google AdSense integration
- Section, Archive, Blog page templates
- Theme options panel
- and many more….
Theme Option Screenshot :
Available :
- Single License (US$ 59.95)
- Developer Pack (US$ 199.95).














hi with this theme is it possible to add “default thumbnail” if a person doesn’t post a ‘thumb’ it would use a default instead?
hi Cherie,
With this theme there is default option that if you don’t have any images in post and than it will shows default thumbnail which you can change to your needs as this it is in images folder.
Im using the theme but have to re-arrange the sub navigation the way I want it. But it is impossible without doing some code editing which I don’t have any ideal at all. Is there any plugin to customize the sub navigation below the menu bar.
Thanks for the help
@ preferredbeer
You can try Suckerfish Dropdown Menu.
http://wordpress.org/extend/plugins/ryans-suckerfish-wordpress-dropdown-menu/
or
http://pixopoint.com/suckerfish-wordpress-plugin/
Does anyone here know how I can get more than 1 category to show on the bottom of the homepage please?
Hey Steve,
Didn’t get what you asking , but assuming you want to show bottom featured post from multiple categories, you try adding category number in home.php, though i have not tried this one out.
Here what you can try,
1. Keep backup of home.php (so that if anything goes wrong you can restore)
2.in homepagebottom div class in home.php
find line ” $recent = new WP_Query(“cat= ”
there is one category number (e.g cat=1&) now you can add your category number from which yo want to show.
like ” $recent = new WP_Query(“cat=1,2&showposts=5 ” then save it and checkout if it works. I have personally not tried so try with caution.
Hi,
I intend to start anther website, but need to install a piece of script code between the and tags in the themes single post (single.php) file as I want the script to run only when viewer clicks to view a single post and not before. But I have been told that the Revolution Church theme does not have a single.php file if this is the case what file does it have that would offer the same principle.
Thanks.
George
Hi George,
You need to correct in index.php
For revolution church index.php is same as single.php