I usually check my blog and i found that in the footer of my single post are link called Newest Post-Home-Old post. i think It will be good if we can change with our style
we may want to change the default any posts Newer Post - Home - Old post with your own style or you can also change any posts with the icon.
Just follow this simply step:
1. Enter the Edit HTML and then check the Expand Widget Templates, find this cpde below and just change the red word with your's word
2. for changing own style of any posts you can write directly or if you want to change the living style icon with the code <img src = "http://your-image-url.com/example.jpg" />
<div id='main-wrapper'>
<b:section class='main' id='main' showaddelement='no'>
<b:widget id='Blog1' locked='true' title='Posting Blog' type='Blog'>
<b:includable id='nextprev'>
<div class='blog-pager' id='blog-pager'>
<b:if cond='data:newerPageUrl'>
<span id='blog-pager-newer-link'>
<a class='blog-pager-newer-link' expr:href='data:newerPageUrl' expr:id='data:widget.instanceId + "_blog-pager-newer-link"' expr:title='data:newerPageTitle'><data:newerPageTitle/></a>
</span>
</b:if>
<b:if cond='data:olderPageUrl'>
<span id='blog-pager-older-link'>
<a class='blog-pager-older-link' expr:href='data:olderPageUrl' expr:id='data:widget.instanceId + "_blog-pager-older-link"' expr:title='data:olderPageTitle'><data:olderPageTitle/></a>
</span>
</b:if>
<b:if cond='data:blog.homepageUrl != data:blog.url'>
<a class='home-link' expr:href='data:blog.homepageUrl'><data:homeMsg/></a>
<b:else/>
<b:if cond='data:newerPageUrl'>
<a class='home-link' expr:href='data:blog.homepageUrl'><data:homeMsg/></a>
</b:if>
</b:if>
</div>
it’s done,,happy editing
1 comments:
thank you. . .
I Like it. . . :D
Post a Comment