Some people may think if possible to replace Older post, Home and Newer post with other words? Of course you can replace those with other words. In this article, I will explain how to go about.
1- Click on Dashboard > Layout > Edit Html
2- Tick the box for (Expand Widget Templates)
3- And search for these lines:-<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>
4- Change those colored portions as follows:-<data:newerPageTitle/>
---> change to Future<data:olderPageTitle/>
---> change to Past<data:homeMsg/>
-----------> change to Present
5- Save the template.
As shown above, you may chose your own words as you wish.
2008-05-06
Blogging Tip : Replace Older post, Home and Newer post with other words
Posted by
Is
|
at
8:00 PM
|
Labels:
Blogging Tips
|
Estou lendo: Blogging Tip : Replace Older post, Home and Newer post with other wordsTweet this!
| Feed.
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment
1. Comments posted must be accompanied by names or pseudonyms.
2. Anonymous posting and those containing profanities will be rejected.
3. Comments are moderated due to spam problems. I have to approve the comment before it will show up.