Hide Author Name in Blogger Posts


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. 
Author
There might have some reasons to hide the author name in blog post pages.Like in Contact post page,About me post page,Site map page and Terms & Policy post page you will not display your or author's name.Because it is not giving a professional look for your site.But it is not too necessary what  hiding author's name in those pages.In my last post i showed you how to hide Label tags appearing in the blog posts easily.This time i will explain you how to hide author's name in any post page without having any trouble.Are you ready..?So follow below steps respectively.


Hide-Author-Name

Step 1: Sign in to your blogger account.
Step 2: Now go to Template and full download your current template first.It will be helpful in some occasions like you get something wrong in your template.
Step 3: Click on "Edit HTML" button.Now search for below piece of code in your template.

<span class='post-author vcard'>

and just below it you will see a large code similar to the one shown below,

<span class='post-author vcard'>
                                        <b:if cond='data:top.showAuthor'>
                                          <data:top.authorLabel/>
                                          <b:if cond='data:post.authorProfileUrl'>
                                            <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
                                              <meta expr:content='data:post.authorProfileUrl' itemprop='url'/>
                                              <a expr:href='data:post.authorProfileUrl' rel='author' title='author profile'>
                                                <span itemprop='name'>
                                                  <data:post.author/>
                                                </span>
                                              </a>
                                            </span>
                                            <b:else/>
                                            <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
                                              <span itemprop='name'>
                                                <data:post.author/>
                                              </span>
                                            </span>
                                          </b:if>
                                        </b:if>
                                      </span>
                                      <span class='post-timestamp'>
                                        <b:if cond='data:top.showTimestamp'>
                                          <data:top.timestampLabel/>
                                          <b:if cond='data:post.url'>
                                            <meta expr:content='data:post.canonicalUrl' itemprop='url'/>
                                            <a class='timestamp-link' expr:href='data:post.url' rel='bookmark' title='permanent link'>
                                              <abbr class='published' expr:title='data:post.timestampISO8601' itemprop='datePublished'>
                                                <data:post.timestamp/>
                                              </abbr>
                                            </a>
                                          </b:if>
                                        </b:if>
                                      </span>

Now you just need to add peice of code before and after above bolded blue color codes.As your demand follow one of below methods hiding author name from all blog posts or from selected Posts.


Hiding Author Name in All Blog Posts



<b:if cond='data:blog.pageType != "item"'>
<span class='post-author vcard'>
....................
.................................
......................
........
Rest of above codes......
....................
.................................
......................
........
</span>
</b:if>

 Hiding Author Name in Selected Blog Posts



<b:if cond='data:blog.url != "URL OF Selected Post"'>
<span class='post-author vcard'>
....................
.................................
......................
........
Rest of above codes......
....................
.................................
......................
........
</span>
</b:if>

How to Hide Author name From more than one page ?



If you want to hide the author name on more than one blog post page also,just repeat above process.Now i want to hide author name on four blog post pages.So i add above code four times to the code.Look at below instance.

<b:if cond='data:blog.url != "URL OF Selected Post-1"'>
<b:if cond='data:blog.url != "URL OF Selected Post-2"'>
<b:if cond='data:blog.url != "URL OF Selected Post-3"'>
<b:if cond='data:blog.url != "URL OF Selected Post-4"'>
<span class='post-author vcard'>
....................
.................................
......................
........
Rest of above codes......
....................
.................................
......................
........
</span>
</b:if>
</b:if>
</b:if>
</b:if>

Now replace  URL OF Selected Post-n with your post page URL which you want to display without Author name.

Step 4: Now Save your Template.

That's all.

Need help?


If you need any help on hiding Author name in the Blogger posts,just leave a comment below.

Don't forget to subscribe to get news to your mailbox instantly.
If you'd like this tutorial,Do share this Author name hiding tutorial among your socialized friends.

Happy blogging buddies :)

Pengelola Blog : ABDUL WAHAB

Judul : Hide Author Name in Blogger Posts
Ditulis oleh : Kejutan Internet pada hari
Rating Blog : 5 dari 5
Terima kasih Anda telah membaca artikel tentang Hide Author Name in Blogger Posts
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/07/hide-author-name-in-blogger-posts.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 »