-
Problems
This line enable URL Rewriting . It must be enabled via the RewriteEngine directive! and if your .htaccess file is going to use rewrite rules, you should always include this line. Otherwise, you can’t be sure if its enabled or not. The string “on” is case insensitive.
1)Go to Layout tab
2)then to Edit html to edit your template
3) Search for "blog-pager"
And change following :
#blog-pager-newer-link {
float: left;
padding-left:30px;
}
#blog-pager-older-link {
float: right;
padding-right:30px;
}
#blog-pager {
text-align: center;
margin-top:15px;
}
to
#blog-pager-newer-link {
display: none;
}
#blog-pager-older-link {
display: none;
}
#blog-pager {
display: none;
}
No comments:
Post a Comment