05 June 2019
0

Berikut langkah-langkahnya :

  1. Cari dan tempelkan code berikut diatas </head>
    <style type='text/css'>
    .post .jump-link {
        display: block;
        float: right;
        padding: 0;
        position: absolute;
        right: 5px;
        bottom: 5px;
    }
    .post .jump-link a:hover {
        background-color: #303030;
    }
    .post .jump-link a {
        display: block;
        padding: 7px 8px;
        text-decoration: none;
        background-color: #1295C9;
        color: white;
    }
    </style>
  2. Cari dan tempelkan code berikut dibawah <data:post.body/>
    <b:if cond='!data:view.isPost or !data:view.isPage'>
      <span class='jump-link'>
        <a expr:href='data:post.url' expr:title='data:post.title'><data:post.jumpText/></a>
      </span>
    </b:if>

0 comments:

Post a Comment