Modifikasi Tampilan Author Box Template Viomagz Agar Lebih Stylish

Kak Her

<b:includable id='postauthorbox' var='post'>
<b:if cond='data:post.authorAboutMe'>
<div class='author-profile' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<b:if cond='data:post.authorPhoto.url'>
<img expr:src='data:post.authorPhoto.url' itemprop='image' width='90px'/>
</b:if>
<div>
<a class='g-profile' href='/' itemprop='url' rel='author' title='author profile'>
<span itemprop='name'><data:post.author/></span>
</a>
</div>
<span itemprop='description'><data:post.authorAboutMe/></span>
</div>
</b:if>
</b:includable>

Kemudian ganti dengan kode HTML di bawah ini.

<b:includable id='postauthorbox' var='post'>
<!--Author Box idnxmus.com-->
<b:if cond='data:post.authorAboutMe'>
<div class='author-profile' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<div class='img-follow'>
<b:if cond='data:post.authorPhoto.url'>
<img expr:src='data:post.authorPhoto.url' itemprop='image' width='90px'/>
</b:if>
<a href='https://www.blogger.com/follow.g?view=FOLLOW&amp;blogID=1234567890123456789' rel='nofollow noopener' target='_blank' title='Ikuti Blog'>Follow</a>
</div>
<div class='writer'>
<a class='writer-name' href='/' itemprop='url' rel='author' title='author profile'><span itemprop='name'><data:post.author/></span></a>
<svg style="width:16px;height:16px" viewBox="0 0 24 24">
<path d="M23,12L20.56,9.22L20.9,5.54L17.29,4.72L15.4,1.54L12,3L8.6,1.54L6.71,4.72L3.1,5.53L3.44,9.21L1,12L3.44,14.78L3.1,18.47L6.71,19.29L8.6,22.47L12,21L15.4,22.46L17.29,19.28L20.9,18.46L20.56,14.78L23,12M10,17L6,13L7.41,11.59L10,14.17L16.59,7.58L18,9L10,17Z" fill="#55acee"></path>
</svg>
<span itemprop='description'><data:post.authorAboutMe/></span>
</div>
</div>
</b:if>
</b:includable>

Perhatikan tanda yang saya beri highlight. Silahkan ganti dengan kode id blog anda.

Informasi :
Anda dapat menemukan id blog pada kotak url browser pada halaman dashboard blog.

Artikel Terkait

Bagikan:

Satu pemikiran pada “Modifikasi Tampilan Author Box Template Viomagz Agar Lebih Stylish”

Tinggalkan komentar