Sub Menu1 Sub Menu2 Sub Menu3
Sub Menu1 Sub Menu2 Sub Menu3

Permalink Tags Step How To Make Automatic For Blogspot Blogger

1. First, go to your Blogger Dashboard, then select Layout and then select the Edit HTML tab.
2. As usual, do not forget to check the Expand Widget Templates posts
3. Next, find the code of ]]></ b: skin> (use Ctrl + F to help the search), having met the code, just above it put the following css code:

.makepermalinkblogger
{border: 1px solid #EFF0F1;
padding: 5px;
background: #ffffff;-moz-border-radius:5px;}

.makepermalinkblogger a
{background:none;}
img.float-right {margin: 5px 0px 0 10px;}
img.float-left {margin: 5px 10px 0 0px;}

4. Next, locate the following code:

<data:post.body/> or <p><data:post.body/></p>

If you have found, remove and replace the code with the following code:

<b:if cond="data:blog.pageType == "item">
<p><data:post.body/></p>
<div class="makepermalinkblogger">
<center><small>You're reading an article about <strong><u><data:blog.pageName/></u></strong> and you can find articles <data:blog.pageName/> with this url <strong><data:post.url/></strong>,you can redistribute it or copying and pasting it if the article <strong><data:blog.pageName/></strong> This is very beneficial to your friends, but do not forget to put a link <u><a expr:href="data:post.url"><data:blog.pageName/></a></u> source.</small></center></div>
<b:else/>
<p><data:post.body/></p>
</b:if>

5. Then save Templates, completed: D

or visit pelajaran-blog

0 comments:

Posting Komentar

Recent Post

//**mGm-codetranslate-start**// //**mGm-codetranslate-stop**//