How to Remove Link in Blogger Header


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. 
blogger
The blogger header is the one of top elements that user sees first. We can see the blogger header is located in above of fold On every page such as home page, post pages, archive pages, stand-alone pages and also search-results pages. Most of bloggers use this space for adding the logo and make their blogs more professional. Probloggers are intelligent to add the motto on blog header and extend the online presence. So now you know the importance of the blog header. But unfortunately some bloggers don’t make use of blogger header section so that strengthen the SEO (Search Engine Optimization) status. As well using blog header cleanly and attractively will give you many benefits.

In a past tutorial at PBT I explained you how to make the blog header title more attractive one using CSS. It was a really good opportunity for who know to code to build their own blog title without using any single image. Now in these days, loading speed is cause to search engine rankings and especially for LEADS. So using minimum images will deduct the HTTP requests. Obviously minimum request means loading the blog/website in no time. Think a moment, If Google gets more time to load, will people use Google regularly ?

Blog-Title-in-Header

This tutorial is for a friend who wanted to know how to remove the header link and make it a unique element. Generally in most of blogger templates have been added the blog title in header with link option.  Some people don’t like to retain the link. So here in this tutorial I will show you how to remove the link in the header and make it a non-clickable position.

1: Sign in to your blogger account.
2: Go to Template  and backup your current template.
3: After downloading a copy of your blog template, click on the EDIT HTML button and find below code which is located in the template.

<div class='titlewrapper'>

4: You should see a piece of HTML code followed by above code similar to below one.

<div class='titlewrapper'>
  <h1 class='title'>
  <b:if cond='data:blog.url == data:blog.homepageUrl'>
  <data:title/>
  <b:else/>
  <a expr:href='data:blog.homepageUrl'><data:title/></a>
  </b:if>
  </h1>
  </div>

5: Now immediately remove above code and paste below code instead.

 <div class='titlewrapper'>
        <h1 class='title'>
          <b:include name='title'/>
        </h1>
      </div>

6: Save your Template.

That’s all. Now view your blog and see that the blog title in header section is non-clickable.

Leave your questions,views and comments below. Happy blogging day pals ;)

Pengelola Blog : ABDUL WAHAB

Judul : How to Remove Link in Blogger Header
Ditulis oleh : Kejutan Internet pada hari
Rating Blog : 5 dari 5
Terima kasih Anda telah membaca artikel tentang How to Remove Link in Blogger Header
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/10/how-to-remove-link-in-blogger-header.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 »