How to Remove Post Title Link in Blogger


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. 
The blog post title is another valuable part of a blog like Blog title. Post title plays an important role in SEO (Search engine optimization). People who come to your site through search engines see your post titles first. So optimizing the blog title for People & Search engines is a very important factor like writing quality posts. Actually post title is the main reason to attract more people to blog or blog posts. As writing eye-catchy post title, designing the post title is very significant as a blogger who want to increase the inflow traffic from Search engines and multiply the number of page views each visitor get.

Blogger-Post-TitlesIn my previous few tutorials, I explained you how to customize the blog title such as removing the link, making blog title scrollingcustomizing using CSS (Cascading-Style-Sheet) etc.. In the last tutorial about removing the blogger header link, I explained you why you should remove the blog title link and not to use images. But you can use CSS SVG to convert images to codes and add it on your blog. Then there will not want any HTTP request for importing the image and any image hosting company. I will show you how to make an image to some codes and how to use it on a web page. The tool can be found in our Tools blog soon. So stay tuned with us by subscribing or following our official Facebook fan page.

Today in this tutorial I will show you how to remove the blogger post title link and make it a non-clickable position in your post.

1: Sign in to your blogger account.
2: Now go to Dashboard → Template and back up your current template. The downloaded templates are the only one assistance to recover the bugs and reinstall the blog template.

Then click on the Edit HTML button and find below code in your template.

<b:if cond='data:post.title'>

3: Now you could see some block of HTML code similar to below ones.

 <b:if cond='data:post.title'>
      <h3 class='post-title entry-title' itemprop='name'>
      <b:if cond='data:post.link'>
        <a expr:href='data:post.link'><data:post.title/></a>
      <b:else/>
        <b:if cond='data:post.url'>
          <b:if cond='data:blog.url != data:post.url'>
            <a expr:href='data:post.url'><data:post.title/></a>
          <b:else/>
            <data:post.title/>
          </b:if>
        <b:else/>
          <data:post.title/>
        </b:if>
      </b:if>
      </h3>
    </b:if>

OR

<h3 class='post-title'>
  <b:if cond='data:post.link'>
  <a expr:href='data:post.link'><data:post.title/></a>
  <b:else/>
  <b:if cond='data:post.url'>
  <a expr:href='data:post.url'><data:post.title/></a>
  <b:else/>
  <data:post.title/>
  </b:if>
  </h3>
  </b:if>
Please note:- The heading tag (h ⇒ h3) might be different as your blog template design.

4: Now delete on of above codes that you encounter and paste below code instead of them to show the post title without having post link.

<b:if cond='data:post.title'> <h3 class='post-title'>
  <b:if cond='data:post.link'>
  <a expr:href='data:post.link'><data:post.title/></a>
  <b:else/>
  <b:if cond='data:post.url'>
  <data:post.title/>
  </b:if>
  </h3>
  </b:if>
5: Save your Template.

That’s all. Now view your blog and click on a blog post. You could see that the blog post link is removed.

Share your thinking questions,suggestions and views below commenting. Happy blogging day pals!

Pengelola Blog : ABDUL WAHAB

Judul : How to Remove Post Title Link in Blogger
Ditulis oleh : Kejutan Internet pada hari
Rating Blog : 5 dari 5
Terima kasih Anda telah membaca artikel tentang How to Remove Post Title Link in Blogger
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
http://kejutaninternet.blogspot.com/2013/10/how-to-remove-post-title-link-in-blogger.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 »