--> Releasing the Amazing “MBT Church Theme”. Wordpress Converted Blogger Template | Experience Lab - Online business creation and development guide for bloggers and startups

Releasing the Amazing “MBT Church Theme”. Wordpress Converted Blogger Template

To celebrate the new beginning of this blog, I am donating a $300 highly professional MBT Church Theme for free! I have spent 2 weeks of ha...

MBT Church Theme To celebrate the new beginning of this blog, I am donating a $300 highly professional MBT Church Theme for free! I have spent 2 weeks of hard labour into turning the Wordpress Church Theme by Brian Gardner into an extremely beautiful and highly customized ”MBT Church Theme”.

This template is different and unparallel in every aspect as compared to any other Blogger template found in the blogosphere. Its not just a Wordpress template converted to blogger but it is a precious blog template which is highly Stylized, Customized and Optimized by default!

 

See it for yourselves,

MBT-church-theme-Demo Demo  |  Download

Downloads:

This is how the Church Theme originally looked when converted to blogger.

uncustomized-church-theme-dDemo

Amazed to see the difference, aren’t you? Lets look at some important features that makes MBT Church Theme the only template with “extensive customization”.

Features related to Customization

Some Important features and built-in widgets are highlighted in the image below,

  1. Blogger Navigation Bar invisible by Default (1)
  2. Coloured title (2)
  3. Curtain Style Header (3)
  4. RSS Feed Widget/Subscription Email Form Widget, with a customized email form and button (4) (Not Built-in)
  5. Built-in Pop up image effect (5)
  6. Built-in Fading image effect (6)
  7. Beautiful Social Bookmarking Icons (7)
  8. Related Post Widget (8)
  9. Adsense adds appear in sub-pages only for fast Page-load-time (9)
  10. Built-in Comment counter! (10)
  11. Author comments appear in different style (11)
  12. Different Sidebar Web Bullet (12)
  13. Page Navigation! (13)
  14. Highly stylized Three Column Footer Widget – The most important edition to the template (14)
  15. Blinking Back To Top Link (15)
  16. 3D style Sidebar Top Area (16)
  17. 3D style Sub Navigation Bar (16)
  18. Built-in Read More  or Continue Reading Link visible on homepage

 MBT-church-theme-Display

Layout Screen Shot

Here is a screenshot of the layout, where you can see extra “add a gadget” widgets above header, post-body and footer.

 MBT-church-theme-layout

Optimization Guide

MBT Church Theme is a well scripted and optimized BlogSpot template. I have done whatever I could to let search engines better crawl your blog content and let your blog rank higher in search results.

By default I have added some very important meta tags under the <head> tag. Meta tags help search engines to better know what your blog is all about. These meta tags need some edition. To edit them follow the steps below,

Go To Layout > Edit HTML

And search for <head> (Press Ctrl + F to use a search box for finding <head>)

You will find 4 important meta tags under the <head> tag as shown in the image below,

 Meta-Tags-For-MBT-Church-Th

You just need to edit the Meta tags as guided in the bolded text below.

Update:- I have observed that for some unknown reasons the meta tags get automatically deleted. If you see no metas in your buster theme than simple copy paste the code below just under <b:include data='blog' name='all-head-content'/>

 

<link href='mailto:Your Email Address Goes Here' rev='made'/>
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<meta content='Add your blog description here. Maximum Characters (including spaces) should be 120' name='Description'/></b:if>
<meta content='Add your keywords here, Maximum Characters (including spaces) should be 200' name='keywords'/>
<meta content='Write your name here' name='Author'/>

 

A meta Description can be a simple sentence that defines the overall topic of your blog.

A meta keywords tag is supposed to be a brief and concise list of the most important terms on your page

I am giving a dummy example below for my blog to help you get an idea

 

<link href='mailto:mustafa.xyz@hotmail.com' rev='made'/>
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<meta content=’Get dozens of tricks related to blogger hosted blogs with free download of highly professional blogger templates' name='Description'/></b:if>
<meta content='Blogger widgets,templates, download, free, seo tips, blogspot tricks' name='keywords'/>
<meta content='Mohammad Mustafa Ahmedzai' name='Author'/>


Avoid duplicate meta keywords/ repetitive keywords. For instance, for meta keywords I have written 'Blogger widgets,templates, download, free, seo tips, blogspot tricks

and not  Blogger widgets, Blogger templates, download Blogger templates, free Blogger templates, Blogger seo tips, Blogger tricks’ 

You can observe that the word Blogger is used 6 times and templates 3 times. Please avoid repetition of a single keyword. You don’t need to worry about the arrangement of your keywords because search engines are clever enough to create good combination of words by themselves out of the keywords you have provided.

Customization Guide

NAVIGATION-MENU

To customize the Navigation Menu, do the following,

To edit the Main navigation menu, follow the steps below,

  1. Go to Layout > Edit HTML

  2. Search for <div id='NavbarMenu'> using the browser search box     (Tip:- Press Ctrl + F )

  3. Just below <div id='NavbarMenu'> you will see a long chain of code as shown below,

<div id='NavbarMenuleft'>
      <ul id='nav'>
        <li><a expr:href='data:blog.homepageUrl'>Home</a></li>
        <li>
          <a href='#'>Sitemap</a>
         <ul>
            <li>
              <a href='#'>Sub Page #1</a>

              <ul>
                <li><a href='#'>Sub Sub Page #1</a></li>
                <li><a href='#'>Sub Sub Page #2</a></li>
                <li><a href='#'>Sub Sub Page #3</a></li>
              </ul>
            </li>
            <li><a href='#'>Sub Page #2</a></li>
            <li><a href='#'>Sub Page #3</a></li>
            <li><a href='#'>Sub Page #4</a></li>
            <li><a href='#'>Sub Page #5</a></li>
          </ul>

        </li>
        <li><a href='#'>About Me</a></li>
        <li><a href='#'>Contact Me</a></li>
      </ul>
    </div>

Edit the bolded text in the code above with your own Page links and Page Titles. Replace the hash sign (#) with your Page URLs/Links and bolded black text with your Page Titles

If you don’t want sub pages then simply delete this part of the code

   <ul>
            <li>
              <a href='#'>Sub Page #1</a>

              <ul>
                <li><a href='#'>Sub Sub Page #1</a></li>
                <li><a href='#'>Sub Sub Page #2</a></li>
                <li><a href='#'>Sub Sub Page #3</a></li>
              </ul>
            </li>
            <li><a href='#'>Sub Page #2</a></li>
            <li><a href='#'>Sub Page #3</a></li>
            <li><a href='#'>Sub Page #4</a></li>
            <li><a href='#'>Sub Page #5</a></li>
          </ul>

To edit the Sub navigation menu, follow the steps below,

  1. Go to Layout > Edit HTML

  2. Search for <div id='subnavbar'> using the browser search box     (Tip:- Press Ctrl + F )

  3. Just below <div id='subnavbar'> you will see a long chain of code as shown below,

<ul id='subnav'>
       <li>
         <a href='http://www.mybloggertricks.com/2009/08/releasing-amazing-mbt-church-theme.html'>Download This Theme</a>
         <ul>
           <li>
             <a href='http://www.mybloggertricks.com/2009/08/releasing-amazing-mbt-church-theme.html'>My Blogger Tricks</a>
            <ul>
               <li>
                 <a href='#'>Sub Sub Page #1</a>
               </li>
               <li>
                 <a href='#'>Sub Sub Page #2</a>
               </li>
               <li>
                 <a href='#'>Sub Sub Page #3</a>
               </li>
             </ul>

           </li>
           <li>
             <a href='#'>Sub Page #2</a>
           </li>
           <li>
             <a href='#'>Sub Page #3</a>
           </li>
         </ul>
       </li>
       <li>
         <a href='http://www.mybloggertricks.com'>Template Gallery</a>
       </li>
       <li>
         <a href='http://www.mybloggertricks.com'>Blogger Tricks</a>
       </li>
     </ul>

Again replace the hash sign (#) with your Page Links and Bolded Green Text with your Page Titles. Also Replace http://www.mybloggertricks.com/2009/08/releasing-amazing-mbt-church-theme.html    and   http://www.mybloggertricks.com with your own Page Links

If you don’t want sub pages delete this part of the code,

<ul>
               <li>
                 <a href='#'>Sub Sub Page #1</a>
               </li>
               <li>
                 <a href='#'>Sub Sub Page #2</a>
               </li>
               <li>
                 <a href='#'>Sub Sub Page #3</a>
               </li>
             </ul>

           </li>
           <li>
             <a href='#'>Sub Page #2</a>
           </li>
           <li>
             <a href='#'>Sub Page #3</a>
           </li>
         </ul>

 

 

To Add the Subscription Form Read this Post –>

Beautiful Subscription Form

To Learn How To Add Image Opacity and Pop Up Effect Read this post –>

Image Opacity and Pop Up Effect

To Add The Page Navigation Widget Read this Post –>

Stylized Page Navigation Widget

 

That’s All!

Enjoy The free $300 Worth Template :)

If you are facing problem uploading the template into your blogger or you are totally unfamiliar on how to replace your current template with a new one then read the Customization Guide For Buster Themes

I hope you will like this template but I can not take a sigh of relief unless you guys let me know how do you find it. If anything is unclear, feel free to ask in the comment box below.

I am soon going to release some more great Magazine style templates, so make sure you have subscribed in order to be updated about the next highly stylized freeware BlogSpot template. Don’t miss the release post!

Note:-

I have the ability to even change the design made by Brian Gardner and take away all the credits as many people have done already but I didn’t do that just because I respect the efforts put into this template by the original author. I simply added further beauty to the design and deserve the credits for this beauty alone. I expect from my readers to kindly appreciate our efforts by leaving the credits unchanged at the footer. Stealing away or removing the credits is the greatest harm one can do to someone’s hard work!

This template can surely be distributed by third parties by linking the credits to my homepage.

This template is free of cost and any sale of it is strongly forbidden.

Regards,

MOHD__

© My Blogger Tricks

COMMENTS

Name

Affiliate Marketing,12,Announcement,34,Bing,9,Bitcoin,38,blog,7,Blogger Resources,42,Blogger Templates,4,blogger tricks,156,Blogging ethics,70,Blogging tips,198,Bugs and Errors,34,Business,9,Copyright Violation,9,CSS and HTMLTricks,95,Designs,8,drop down menu,7,eBook,12,Email Marketing,7,Events,30,Facebook,30,Facebook tricks,49,Google,157,Google AdSense,42,Google Analytics,7,Google Plus,51,Google Plus Tricks,38,Guest Posts,112,home,2,How To,77,Internet,1,JSON Feeds,25,Kitchen Recipes,2,Label Based Sitemap Themes,1,Make Money Online,108,Marketing,16,MBT Blogger Templates,7,Menus,1,News,146,Pages,1,Posts,10,presentations,15,Responsive,10,Reviews,7,SEO,307,Settings,6,Shortcode,15,Sitemap Themes,1,Social Media,155,Technology,7,Templates,1,Tips,2,Tools,1,Traffic Tips,80,Video,19,Web Designing,62,web hosting,18,Webmaster Tools,97,Widgets,199,wordpress,26,
ltr
item
Experience Lab - Online business creation and development guide for bloggers and startups: Releasing the Amazing “MBT Church Theme”. Wordpress Converted Blogger Template
Releasing the Amazing “MBT Church Theme”. Wordpress Converted Blogger Template
http://lh6.ggpht.com/_7wsQzULWIwo/SosBndeRcfI/AAAAAAAABtk/pU_JViiNoD0/2Download300WorthMBTCh6.png?imgmax=800
http://lh6.ggpht.com/_7wsQzULWIwo/SosBndeRcfI/AAAAAAAABtk/pU_JViiNoD0/s72-c/2Download300WorthMBTCh6.png?imgmax=800
Experience Lab - Online business creation and development guide for bloggers and startups
https://www.experiencelab.info/2009/08/releasing-amazing-mbt-church-theme.html
https://www.experiencelab.info/
https://www.experiencelab.info/
https://www.experiencelab.info/2009/08/releasing-amazing-mbt-church-theme.html
true
2959477579779989044
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS PREMIUM CONTENT IS LOCKED STEP 1: Share. STEP 2: Click the link you shared to unlock Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy