12.22.2010

Download RedCarpet theme - blogger

Red Carpet  is a wordpress theme create by Delux Themes.  Design is very similat to people.com celebrities site. So, i decide convert it to blogger xml template.




  • related post with thumbnail - blogger hack
  • page numerate by hack 
  • embebed comments
  • search by box
  • google ads 468x60
  • widgets
  • favicon
  • etc ....



Downloads:

How to :
 install  theme;
change menu ;
change ads;
change site logo

12.22.2009

How to change Laste News


Navigate to Layout > Edit Html and find code :

<div class='latest_news'>
<span class='heading'><a href='#'>Latest News!</a></span>
<ul>
    <li class='white'><a href='#'>sample 1</a>    </li>   
    <li class='white-alt'>    <a href='#'>sample2</a></li>
    <li class='white'><a href='#'>sample 3</a></li>       
    <li class='white-alt'><a href='#'>sample 4</a></li>
    <li class='white'><a href='#'>sample 5</a></li>
    <li class='white-alt'><a href='#'>sample 6</a></li>
</ul>
<span class='viewarchive'><a href='#'>See more news</a></span>
</div><br/><br/><br/>

12.20.2009

template images



digg

yahoo
menu
menu on
logo
bg_header
bg

468
comments

How to change site logo

Navigate to Template > Edit Html 










and find code like this

How to install red capert blogger template

You’ll want to navigate to the “Template” => “Edit HTML” section of Blogger and then look for the “Upload a template from a file on your hard drive:” text. To the right of that you’ll see two buttons. First, you’ll click on “Browse” and navigate to the new .xml Blogger template on your computer and click “Open”. Then you click on the “Upload” button and cross your fingers.
At this point Blogger is attempting to apply the new .xml Blogger template to your blog.





Via http://www.eblogtemplates.com/how-to-install-a-blogger-template/

How to change google ads


Navigate to Template > Edit HTML and find code:




now, replace google code by your own code:
<script type="text/javascript"><!--
google_ad_client = "pub-6856155464933246"; google_ad_host = "pub-1556223355139109"; /* 468x60, criado 20/12/09 */ google_ad_slot = "1341717506"; google_ad_width = 468; google_ad_height = 60; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script>

How to change menu

Navigate to Template and choose Edit HTML




Now, find code:





<ul id='menu'>

        <li><a expr:href='data:blog.homepageUrl'>Home</a></li>



                <li class='cat-item cat-item-1'><a href='http://redcaperttheme.blogspot.com/2009/12/download-redcarpet-theme-blogger.html' title='View all posts filed under News'>Download</a>

</li>

        <li class='cat-item cat-item-3'><a href='#' title='View all posts filed under Celebrities'>Celebrities</a>

</li>

        <li class='cat-item cat-item-5'><a href='#' title='View all posts filed under Photos'>Photos</a>

</li>

        <li class='cat-item cat-item-6'><a href='http://redcaperttheme.blogspot.com/2009/12/contac.html' title='View all posts filed under Videos'>Contact</a>

</li>

</ul>







and replace href="..."