Studiopress Church WordPress Theme Tutorial

How to install studiopress wordpress themes:
http://www.studiopress.com/themes/church

INSTALL:
1. Upload the theme folder via FTP to your wp-content/themes/ directory.
2. Go to your WordPress dashboard and select Appearance.
3. Select Church WordPress theme.
4. Download the latest version of the Featured Content Gallery plugin (http://www.featuredcontentgallery.com)
5. Upload the Featured Content Gallery plugin via FTP to your wp-content/plugins directory, and follow the directions from the plugin page to implement it.
6. Inside your WordPress dashboard, go to Appearance > Church Theme Options and configure them to your liking.
7. Make sure the tools/cache directory on your server is writable. The permission should be set to 777.

FONT:
If you want to know what font was used in the logo of the theme demo, it was Hypatia Sans Pro and Luna Bar

If you are looking for theme support, please visit http://www.studiopress.com/support

How to Put Adsense Below Title

It is easy to put your adsense ads under wordpress title.
Inorder to add google adsense codes to your wordpress website, you need to add the adsense codes to your wordpress theme’s file.
If you on the wordpress admin panel, then click “Appearance” –>”Editor
on the theme files page, find the php file”Single Post (single.php)”, then click this link. this is the post’s original php codes, in order to put adsense under title,
find the code:< ? php the_content('...click here to read more'); ? >
Just paste your adsense codes before this code:< ? php the_content('...click here to read more'); ? >
How to Put Adsense Below Title

the seconde idea: you can add the codes under the title source, find the code: “< ? php the_title(); ? >” add your adsense code under this code. but I recoomomd your add the ads use the first idea.

If you want the text wrap around adsense block, just like this:
adsense block on the right and text wrap around adsense block
 text wrap around adsense block

put your adsense codes in this code:

<div style="float: right;">
YOUR ADSESE CODE HERE
</div>

you can see the words”float: right”, this means your adsense block will appear on the right side.
If you want the adsense block appear on the left, and the text wrap the adsense block, just change the “right” to left.

Can’t Drag Widgets in Wordpress 2.8

If you can’t drag widgets in the widgets admin panel, most of the time, the cause of this problem is wordpress plugins conflicts.
You can deactivate all the plugins first to check if the error is caused by the plugins.
Also I have meet this problem twice, and both of them are caused by the wordpress plugins, deactivate all the plugins, then I can drag widgets to the sidebar.

1. Not all plugins currently work with WordPress 2.8. If that’s a problem for you, I’d suggest contacting the individual plugin developers for an update.

2. Just one incompatible plugin can stop other plugins (and a host of other Admin functionalities) from working correctly. And I’ve known it take days for the effect to manifest itself. It’s not just about deactivating/reactivating. It’s about deactivating all plugins, then checking to see if this resolves the problem whilst the plugins are still deactivated. If it does, then activate the plugins one by one – checking problem areas/issues after each re-activation – until you find the culprit.

Hope this can help you solve the problem.