How to create drop down Label widget in blogger easily


Lihat dan hitung, seberapa banyak aplikasi Android yang Anda instal di smartphone Anda? 

Pernahkah terbersit di benak Anda bagaimana cara membuat aplikasi-aplikasi tersebut?

Apakah Anda Saat Ini Ingin Sekali Bisa Bikin Aplikasi Android Sendiri? Seperti aplikasi game edukasi, media pembelajaran, aplikasi berbasis sensor, aplikasi multimedia, dan lain sebagainya?

Tetapi

1. Tidak Ngerti Coding
2. Tidak Tahu Computer Programming
3. Tidak Paham Bahasa Pemrograman Android
4. Dan Sama Sekali Bukan Lulusan IT?

Jangan Khawatir ...
Ternyata, bikin aplikasi Android itu SANGAT MUDAH, bahkan bagi Pemula sekalipun.

Sekarang Anda bisa bikin aplikasi Android dengan Cepat, bahkan TANPA HARUS CODING.

Tak peduli apapun latar belakang Anda, bikin aplikasi Android itu MUDAH, semudah bermain Puzzle.

Anda Hanya Perlu 4 Langkah berikut ini :

1. Drag & drop komponen-komponen yang dibutuhkan
2. Percantik tampilan aplikasi dengan mengatur layout dan desain tampilan
3. Susun blok-blok kode programnya, dan
4. Build aplikasi Anda jadi file instalasi *.APK

Lantas, Bagimana Cara Memulainya?
Mudah kok, karena sudah hadir untuk Anda Di Sini :


Video tutorial yang membahas cara membuat aplikasi Android dengan sangat MUDAH, CEPAT, & TANPA CODING menggunakan tools App Inventor 2. 
Labels or tags are also known categories.You can style your blog's label widget from different ways like adding cloud label styles.But sometimes Label links get more space that blog can't hold.You can interlink up to 2000 labels in a blog with 20 labels per post.But having drop down label widget in your blog,you can save space and manage the slide bars.In this tutorial i will teach you how to make drop down label widget and add it on your blogger blog.Each label titles array alphabetically with number of posts.An example of this widget is below.

drop-down-Label-widget


Step 1: Sign in to your blogger account.
Step 2: If you have added Label widget in your blog,go to Template-->Edit HTML.If you have not installed the label widget yet,go to Layout -->Add gadget and click on Label and install it.Then go to Template-->Edit HTML.
Step 3: Click anywhere on the template editor and press Ctrl+f(windows) or Command+f(Mac).Then find Label1 code in your template.Now you will see a block of code like below.

<b:widget id='Label1' locked='false' title='Labels' type='Label'/>
Step 4: Now replace below codes with above line which you found.

<b:widget id='Label1' locked='false' title='Categories' type='Label'>
<b:includable id='main'>
<b:if cond='data:title'>
<h2><data:title/></h2>
</b:if>
<div class='widget-content'>
<select style='width:100%' onchange='location=this.options[this.selectedIndex].value;'>
<option>Choose a Category</option>
<b:loop values='data:labels' var='label'>
<option expr:value='data:label.url'><data:label.name/>
(<data:label.count/>)</option>
</b:loop> </select> <b:include name='quickedit'/> </div> </b:includable>
</b:widget>

Customization


>>  Replace blue color Categories with your desired title of the label drop down menu.
>>  width:100% define the width of drop down menu.you can change it with pixels.
>>  Change the title of the drop down menu instead of Choose a Category .
>>  If you don't want to display number of posts,remove above (<data:label.count/>) code.

RecommendHow to Create Drop down Menu List

Step 5: Now save your template.

That's all.View your blog to see the drop down label menu widget is appearing in your sidebar.If you need any help ask me anything without hesitate.Happy blogging :D

Pengelola Blog : ABDUL WAHAB

Judul : How to create drop down Label widget in blogger easily
Ditulis oleh : Kejutan Internet pada hari
Rating Blog : 5 dari 5
Terima kasih Anda telah membaca artikel tentang How to create drop down Label widget in blogger easily
Anda boleh menyebar luaskannya atau mengcopy paste-nya jika artikel ini sangat bermanfaat bagi Blog dan teman-teman anda.
Namun jangan lupa harap memberikan link aktif dofollow yang mengarah ke URL ini ya
https://kejutaninternet.blogspot.com/2013/07/how-to-create-drop-down-label-widget-in.html

Dan Terima kasih sekali lagi atas kunjungan Anda.

Kritik dan saran atau apapun bisa anda sampaikan melalui kotak komentar.
Dan mohon maaf jika komentar atau pertanyaan tidak bisa cepat saya respon,
karena Saya tidak bisa selalu online selama 24 Jam.


Mau Di Buatkan Blog Siap Pakai Seperti Ini ?.

Artikel Terkait

Previous
Next Post »