Cara Membuat Widget Footer di Blog

Tutorial kali ini saya ingin berbagi tentang cara design Footer di Blog. Kolom widget di footer (PALING BAWAH) menjadi trend para blogger. K...

Tutorial kali ini saya ingin berbagi tentang cara design Footer di Blog. Kolom widget di footer (PALING BAWAH) menjadi trend para blogger. Kita sering menemukan beberapa blog dan website profesional yang menerapkan Footer disitus mereka. Nah, jika template blog Anda tidak menyediakannya, ini dia cara Membuat Widget Footer TIGA dan EMPAT Kolom dibagian Bawah Blog Sobat (pilih salah satu).
Tutorial Blogger

Cara Membuat Widget Footer di Blog

Fungsi Widget Footer ini untuk menampilkan link-link penting, seperti link internal (menu, label, posting terbaru, komentar terbaru, dll) atau link eksternal seperti blog list ataupun sponsor. Fungsi lainnya kolom di footer blog ini adalah menjadi navigasi menu seperti halnya navigasi blog yang biasa ada di bawah atau di atas logo (Terserah sobat untuk mendesignnya). Langsung saja menuju Cara Membuat Widget Footer di Blog.
Lihat Demo di bawah ini.
widget footer 3 Kolom

widget footer 3 Kolom

widget footer 4 Kolom

widget footer 4Kolom

Widget Footer 3 Kolom di Blog

Log in ke Blogger >> Template >> Edit HTML >> dan cari kode </body> tag selanjutnya copy kode di bawah ini dan pastekan di atas kode </body>.
<div id='footer-widgets-container'>
    <div id='footer-widgets-containerback'>
        <div class='clearfix' id='footer-widgets'>
            <div class='footer-widget-box'>
                <ul class='widget-container'>
                    <li>
                        <b:section class='footersec' id='footersec1' showaddelement='yes'>
                        <b:widget id='HTML15' locked='false' title='' type='HTML'>
                        <b:includable id='main'>
                        <!-- only display title if it's non-empty -->
                        <b:if cond='data:title != &quot;&quot;'>
                        <h2 class='title'><data:title/></h2>
                        </b:if>
                        <div class='widget-content'>
                            <data:content/>
                        </div>
                        <b:include name='quickedit'/>
                        </b:includable>
                        </b:widget>
                        </b:section>
                    </li>
                </ul>
            </div>
            <div class='footer-widget-box'>
                <ul class='widget-container'>
                    <li>
                        <b:section class='footersec' id='footersec2' showaddelement='yes'>
                        <b:widget id='HTML14' locked='false' title='Gallery' type='HTML'>
                        <b:includable id='main'>
                        <!-- only display title if it's non-empty -->
                        <b:if cond='data:title != &quot;&quot;'>
                        <h2 class='title'><data:title/></h2>
                        </b:if>
                        <div class='widget-content'>
                            <data:content/>
                        </div>
                        <b:include name='quickedit'/>
                        </b:includable>
                        </b:widget>
                        </b:section>
                    </li>
                </ul>
            </div>
            <div class='footer-widget-box footer-widget-box-last'>
                <ul class='widget-container'>
                    <li>
                        <b:section class='footersec' id='footersec3' showaddelement='yes'>
                        <b:widget id='HTML13' locked='false' title='About' type='HTML'>
                        <b:includable id='main'>
                        <!-- only display title if it's non-empty -->
                        <b:if cond='data:title != &quot;&quot;'>
                        <h2 class='title'><data:title/></h2>
                        </b:if>
                        <div class='widget-content'>
                            <data:content/>
                        </div>
                        <b:include name='quickedit'/>
                        </b:includable>
                        </b:widget>
                        </b:section>
                    </li>
                </ul>
            </div>
        </div>
    </div>
</div>
<div style='clear:both;'/>
Langkah berikutnya cari kode ]]></b:skin> dan copy pastekan kode script di bawah ini tepat di atas kode ]]></b:skin>.
#footer-widgets {
    padding: 20px 0 0 0;
}
.footer-widget-box {
    width: 300px;
    float: left;
    margin-left: 15px;
}
.footer-widget-box-last {
}
#footer-widgets .widget-container {
    color: #374142;
}
#footer-widgets h2 {
    font-family: inherit;
    text-shadow: none;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 4px solid #444444;
    padding-bottom: 10px;
}
#footer-widgets .widget ul {
    list-style-type: none;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#footer-widgets .widget ul li {
    padding: 0 0 9px 0;
    margin: 0 0 8px 0;
}
#footer-widgets-containerback {
    width: 980px;
    margin: auto;
}
#footer-widgets-container {
    background: #484848;
    border-top: 10px solid #66b381;
}
.footersec {
    color: #A1A6AF;
    font-size: 13px;
    line-height: 18px;
}
.footersec .widget {
    margin-bottom: 20px;
}
#footer-widgets-container { background: #484848; border-top: 10px solid #66b381; float: left; width: 100%; }
.footersec ul {
}
.footersec ul li {
}

Widget Footer 4 Kolom di Blog.

Langkah Pertama cari kode ]]></b:skin> dan copy pastekan kode script di bawah ini tepat di atas kode ]]></b:skin>.
#lower {
margin:auto;
padding: 0px 0px 10px 0px;
width: 100%;
background:#333333;
}
#lower-wrapper {
background:#333333;
margin:auto;
padding: 20px 0px 20px 0px;
width: 960px; // Sesuaikan dengan lebar blog Anda
border:0;
}
#lowerbar-wrapper {
background:#333333;
float: left;
margin: 0px 5px auto;
padding-bottom: 20px;
width: 23%; // Sesuaikan
text-align: justify;
color:#ddd;
font: bold 12px Arial, Tahoma, Verdana;
line-height: 1.6em;
word-wrap: break-word;
overflow: hidden;
}
.lowerbar {margin: 0; padding: 0;}
.lowerbar .widget {margin: 0; padding: 10px 20px 0px 20px;}
.lowerbar h2 {
margin: 0px 0px 10px 0px;
padding: 3px 0px 3px 0px;
text-align: left;
border:0;
color:#ddd;
text-transform:uppercase;
font: bold 14px Arial, Tahoma, Verdana;
}
.lowerbar ul {
color:#fff;
margin: 0 auto;
padding: 0;
list-style-type: none;
}
.lowerbar li {
display:block;
color:#fff;
line-height: 1.6em;
margin-left: 0 !important;
padding: 6px;
border-bottom: 1px solid #222;
border-top: 1px solid #444;
list-style-type: none;
}
.lowerbar li a {
text-decoration:none; color: #DBDBDB;
}
.lowerbar li a:hover {
text-decoration:underline;
}
.lowerbar li:hover {
display:block;
background: #222;} 
Langkah berikutnya cari kode </body> tag selanjutnya copy kode di bawah ini dan pastekan di atas kode </body>.
<div id='lower'>
    <div id='lower-wrapper'>
        <div id='lowerbar-wrapper'>
            <b:section class='lowerbar' id='lowerbar1' preferred='yes'></b:section>
        </div>
        <div id='lowerbar-wrapper'>
            <b:section class='lowerbar' id='lowerbar2' preferred='yes'></b:section>
        </div>
        <div id='lowerbar-wrapper'>
            <b:section class='lowerbar' id='lowerbar3' preferred='yes'></b:section>
        </div>
        <div id='lowerbar-wrapper'>
            <b:section class='lowerbar' id='lowerbar4' preferred='yes'></b:section>
        </div>
        <div style='clear: both;'/>
        </div>
    </div>
Silahkan di pilih taplilan footer yang mana sobat suka. Terakhir klik save dan selesai.Terima kasih telah membaca artikel tentang Cara Membuat Widget Footer di Blog.



COMMENTS

BLOGGER: 9
Loading...
Name

Aceh,23,Adsense,8,BBM,3,Biography,1,Bitcoin,4,Blog,21,Blogger,12,Blogging,55,Business,14,Cerita,3,CPNS,1,Delicious,1,Design,1,DeviantART,1,Digg,1,Dollar,3,Dunia,13,Facebook,5,Flickr,1,Friendster,1,Gambar,2,Game,36,Gmail,1,Google+,4,Hosting,1,Inspirasi,2,Instagram,1,Internet,13,Interview,11,Kesehatan,2,LinkedIn,1,Makalah,7,Marketing,12,Meme,8,Money,3,Motivasi,2,MySpace,1,Outlook,1,Path,1,Pendidikan,10,Pengetahuan,4,Pinterest,1,Plugin,5,PNS,1,Reddit,1,Review,4,Seo,53,Smartphone,5,Social Media,38,Sukses,3,Sumatera Barat,16,Sumatera Utara,3,Templates,1,Tips,6,Toko Online,3,Top10,18,Tumblr,1,Tutorial,29,Tutorial Blog,146,Twitter,3,Umum,9,Vimeo,1,VK,1,Weebly,1,WhatsApp,1,Widget,55,Wisata,4,WordPress,14,Yahoo,1,Youtube,3,
ltr
item
Blog iTapuih.com: Cara Membuat Widget Footer di Blog
Cara Membuat Widget Footer di Blog
https://4.bp.blogspot.com/-dpvIf4HabeM/Wkp7yzEN04I/AAAAAAAANjI/OuVGklEwu78lf1V9fk6bA5WLeBw0jq8CgCLcBGAs/s1600/Widget-Menu.png
https://4.bp.blogspot.com/-dpvIf4HabeM/Wkp7yzEN04I/AAAAAAAANjI/OuVGklEwu78lf1V9fk6bA5WLeBw0jq8CgCLcBGAs/s72-c/Widget-Menu.png
Blog iTapuih.com
https://blog.itapuih.com/2015/02/cara-membuat-widget-footer-di-blog.html
https://blog.itapuih.com/
https://blog.itapuih.com/
https://blog.itapuih.com/2015/02/cara-membuat-widget-footer-di-blog.html
true
2732475762120586724
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