We have covered some WordPress thesis theme customization topics in the previous posts.
1. HOW TO DISPLAY ADSENSE ADS AFTER POST IN THESIS THEME
Below is the function which is displaying the Google adsense ads at the bottom of the post……
2. How to Add TweetMeme and Facebook button in Thesis WordPress Theme
I have already mentioned that Thesis is very easy to customize without any programming knowledge.Let me share that how to add TweetMeme button and Post on Facebook button in your WordPress thesis theme………
3. PROFESSIONAL BLOGGERS RUNS THEIR BLOGS ON WORDPRESS THESIS THEME
I have collected the detail of some Pro bloggers those are running their blog on WordPress thesis theme…………
I am a big fan on Thesis WordPress theme like a mad guy because of its excited and easily customization features.
You have noticed that after the post I have added Aweber Subscription Box.
Actually it has not done with Wardress plugin but it is optimized by Thesis custom hook.I called it “Subscription_hook_after_post”.
I have already mentioned that Thesis is very easy to customize without any programming knowledge.Let me share that how to add Aweber Subscription box after the post in WordPress thesis theme:
Replace the Subscription form code with your own form code and Open your custom_functions.php file and paste the following code.
/* Custom subscription-box after Post Hook */ function add_subscription () { if (is_single()) { ?> <div style="background:#fff;border:#eaeaea 1px solid">Get WordPress Master in 25 Days Tutorial Absolutely Free<br><img src="http://technogati.com/wp- content/themes/thesis_151/thesis_151/custom/images/cover01.gif" style="float: left;"> <!-- AWeber Web Form Generator 2.0 --> <center><form method="post" action="http://www.aweber.com/scripts/addlead.pl"> <input type="hidden" name="meta_web_form_id" value="797017067"> <input type="hidden" name="meta_split_id" value=""> <input type="hidden" name="unit" value="technogati"> <input type="hidden" name="redirect" value="http://www.aweber.com/form/thankyou_vo.html" id="redirect_73d5c10781bf3c325cf5d66b89b209a7"> <input type="hidden" name="meta_redirect_onlist" value=""> <input type="hidden" name="meta_adtracking" value=""> <input type="hidden" name="meta_message" value="1"> <input type="hidden" name="meta_required" value="name,from"> <input type="hidden" name="meta_forward_vars" value="0"> <table> <tr><td colspan=2><center></center></td></tr> <tr><td>Name:</td><td><input type="text" name="name" onfocus="this.value = '';" style="width:150px" value="Enter your Name" ></td></tr> <tr><td>Email:</td><td><input type="text" name="from" onfocus="this.value = '';" style="width:150px" value="Enter your email address"></td></tr> <tr><td colspan=2><center></center></td></tr> <tr><td align="center" colspan="2"><input type="submit" name="submit" value="subscribe" class="form_submit" ></td></tr> </table> </form> <img src="http://forms.aweber.com/form/displays.htm?id=7JzsDIzsDGzs" border="0" /> </center><br><br><br> </div> <?php } } add_action('thesis_hook_after_post', 'add_subscription');
You can get more subscribers to your blog easily.
Have you any related idea ? You can share your related ideas in comment section or if you have any questions related any issue you can ask on WordPress Discussion Forum.
Read More Related Stuff










{ 10 comments… read them below or add one }
thanks Surender,
it was a nice post and a great newbie guide, your all post rocks/
Keep on
.-= Vikash Dhankar´s last blog ..Newbie Guide: Important Plugin for Wordpress Blogging =-.
does this apply only to those using Thesis theme?
.-= IndianCashMaker´s last blog ..Just Discovered That WordPress is Awesome =-.
Adding subscriber box at relevant places are really helpful in getting more subscribers. Nice Info Surender.
And thanks a lot for putting “Internet Techies” banner on your blog as part of “Top Commentator Contest”. One correction, Our domain name is dot org and the dot com is a redirect. Kindly change the URL of the banner to dot org. I sent you a mail with the details as well.
Thanks in anticipation,
.-= Technology Blog´s last blog ..Post Comments On Blogs In Your Own Language Using Google Transliteration =-.
Subscriptions boxes are the best way to get more subscribers.
.-= Dinesh´s last blog ..Fujifilm overshadows with FinePix Real 3D W1 camera =-.
hey this is atleast very helpful for me..as I signed up with Aweber recently
.-= Harsh Agrawal´s last blog ..Shoutmeloud Big Roundup of Guest posts =-.
wow, i was looking for a way to add these two little things in my blog and was not able to until i found your blog… thank you
.-= Fatos´s last blog ..Gripi i Derrave – Faktet =-.
Thanks it is very useful for me,keep giving more
aaslin´s last [type] ..Making money online from clickbank
Thanks it is very helpful tips
very nice
Had implementedthis in my blog with feedburner Subscription form .Thanks for the post
{ 2 trackbacks }