Italian Food Blogger Theme

Italian Food as the name suggests is a 2 column food theme created by Chica Blogger. The blogger template comes with featured slider, social media icons, twitter widget and 3 column footer.
Italian Food Blogger Theme
To set up the slideshow, go to Template--Edit Html and look for the below code -

<div id='slider'>

<a href='#' title='Introducing Blogger Theme'>

<img alt='' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj1Tw9gXnxHa1uCL4C8IupdRQzGih2kvXLZfzBxDjhuXWNVE4Y0UDa-5fn0DwY7hOX_I0Tne5Jb5EubSz0JoFPSqRL0wC6B-f547fNAc-57-t7tphmogPAcYMuR_UD3PdnaVccUqoLW81Q/s1600/1.jpg' title='Introducing Blogger Theme'/>

</a>

<a href='#' title='Another image in a post'>

<img alt='' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhya4xdMnVOdth_DfMvpM3HNPVHx1fp1GIdYVaKuGWbxFHW7LFj8m4ogFW4ag4dfE0r40Xb6XuAfnyFF79Y5rpR_bGebKtmGBA4qkA2Jrm1ZGcpKgzgW7qfUFLLNj42D6TvzU9KMorUZAQ/s1600/2.jpg' title='Another image in a post'/>

</a>
Now replace '#' with your post link, change the title, image link and image alt text, follow the same steps for all the slides. Make sure all images are 900 x 300px. Above the slider in the menu bar are the social media icons - Facebook, twitter and RSS - you can change the links from Edit Html, click on 'Expand widget templates' and find the following code -

<div id='social'>
<a href='#'>
<img alt='Twitter' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgyeVUehlTIEfrDvB9TJT_63hMTnLTMQKmw-SdzCxbQVK86XI1doDFYOWO6SL2QX5Lt19ItDfDy8sCLFCledTv9mYWPzw6neKViI9Vu54XyGuMDUUlytuek1oFuWkFzGsBfBXUEfRg9FUQ/s1600/twitter.png' title='Twitter'/></a>
<a href='#'>
<img alt='Feed' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj35oFOAW7w3_WWUlyAtNv97msNukMjEF2o8XG59PDOnlQ0mb7KEnv0UncalY45o1JocYyqotQ7oK2Hx3vnB0Uyf7GqxNBSgUzUKtVLHDkVJTmzhD_6MpI1Z6Mn6sj250VRl3vqezBibz0/s1600/rss.png' title='RSS'/></a>
<a href='#'>
<img alt='Facebook' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgiTl-vKZw8rBH8MJGuP96DJ7avcagb4FnLjrT-z__GT3tkfCpo3PTxTjg7aF0M5BBIxjRLQTlE-b1zWl0a1fOcrdKuPtaIm80rJRcYZshCYGV2278p1d1roC9lGu8DKv_LsQdUCDTpYCM/s1600/facebook.png' title='Facebook'/></a>
</div>
Replace '#' with your social ids and save the changes. The main column has the usual format of displaying post summary with thumbnails along with author, date and comments.

The sidebar has an integrated search box, and the bottom of the main column is the twitter widget that shows your latest tweet. You need to insert your twitter handle from Edit Html -
<div id='twitter-widget'>

<li class='twitter-updates'>

<ul id='twitter_update_list'/>
<a href='http://twitter.com/claudiacs' id='twitter-link'/>
<script src='http://twitter.com/javascripts/blogger.js' type='text/javascript'/>
<script src='http://twitter.com/statuses/user_timeline/claudiacs.json?callback=twitterCallback2&amp;count=1' type='text/javascript'/>

</li>

</div
Simply replace 'claudiacs' with your own id, it appears twice in the code. The 3 column footer can be used to show blogger widgets of your choice.

Download the Italian Food Blogger Theme