Posting untuk memudahkan pengunjung blog

Critical CSS Demo - Unoptimized

In this demo, all the styles load, including the paragraphs not visible inside the accordion containers.

This is an example of a paragraph that uses line breaks for text. This is an example of a paragraph that uses line breaks for text. This is an example of a paragraph that uses line breaks for text. This is an example of a paragraph that uses line breaks for text. This is an example of a paragraph that uses line breaks for text. This is an example of a paragraph that uses line breaks for text. This is an example of a paragraph that uses line breaks for text.

This is an example of a paragraph that uses elipsis for the overflow text. This is an example of a paragraph that uses elipsis for the overflow text. This is an example of a paragraph that uses elipsis for the overflow text. This is an example of a paragraph that uses elipsis for the overflow text.

This is an example of a paragraph that trims text. This is an example of a paragraph that trims text. This is an example of a paragraph that trims text. This is an example of a paragraph that trims text. This is an example of a paragraph that trims text. This is an example of a paragraph that trims text.

Merubah H1 Menjadi H2 dan H3 menjadi H1

Merubah H1 ( Title Blog ) Menjadi H2 pada halaman post : berikut caranya ,,, pertama !!! cari kode H1 dan ,,,,
ganti dengan KODI di bawah ini :

<b:if cond='data:blog.pageType == &quot;index&quot;'>
        <h1 class='title'>
          <b:include name='title'/>
        </h1>
<b:else/>
<h2 class='title'>
          <b:include name='title'/>
        </h2>
</b:if>

Merubah H2 ( post ) menjadi H1 di Halaman / page type berikut caranya :

<b:if cond='data:blog.pageType == &quot;index&quot;'>  
    <b:if cond='data:post.title'>
      <h2 class='post-title entry-title' itemprop='headline'>
      <b:if cond='data:post.link or (data:post.url and data:blog.url != data:post.url)'>
        <a expr:href='data:post.link ? data:post.link : data:post.url'><data:post.title/></a>
      <b:else/>
        <data:post.title/>
      </b:if>
      </h2>
    </b:if>
<b:else/>
<h1 class='post-title entry-title' itemprop='headline'>
      <b:if cond='data:post.link or (data:post.url and data:blog.url != data:post.url)'>
        <a expr:href='data:post.link ? data:post.link : data:post.url'><data:post.title/></a>
      <b:else/>
        <data:post.title/>
      </b:if>
      </h1>
</b:if>


semoga berhasil ya

Menghilangkan Subscribe Posts Comments Atom

Cara menghilangkan Subscribe to : Posts ( Atom ) dan Subscribe to: Post Comments ( Atom ), atau langganan Posts dan komentar atom yaitu dengan cara sebagai berikut :

+ Edit template cari kode kodi berikut ini,

<div class='feed-links'>
                                  <data:feedLinksMsg/>
                                  <b:loop values='data:links' var='f'>
                                    <a class='feed-link' expr:href='data:f.url' expr:title='data:f.name' expr:type='data:f.mimeType' target='_blank'>
                                      <data:f.name/>
                                      (
                                      <data:f.feedType/>
                                      )
                                    </a>
                                  </b:loop>
                                </div>
+ Hapus dan save template.

semoga berhasil.., berhasil..

MENAMPILKAN JUDUL POSTING di SEARCH ENGINE

Cara menampilkan judul posting saja di mesin telusur ( search engine ) dan tidak menampilkan judul blog yang biasanya berada dibelakang maupun di depan judul posting pada mesin telusur, silahkan rubah judul blog anda dengan script di bawah ini :

edit template dan rubah judul blog / title blog

navbar blogger

<script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url:

breadcrumbs seo friendly

Kode ini

.breadcrumbs {padding:5px 5px 5px 0px;margin: 0px 0px 15px 0px;font-size:95%;line-height: 1.4em;border-bottom:3px double #e6e4e3;}

Diatas kode
]]></b:skin>

Kode ini