How to Replace Older Post with Numbers



How to Replace Older Posts with Numbers Of course it’s easy buddy bloggers. Hello again, bro, on this occasion the admin will share how to change the text Older Post be a number. Without further ado, please, read on. hehehe….

How to Replace Older Post with Numbers
  • Go to your template, then select edit HTML
  • After that, look for the script ]]> So, after you can copy the script below, just above it.

.showpageArea a {
text-decoration:underline;
}


.showpageNum a {
text-decoration:none;
border: 1px solid #cccccc;
margins:0 3px;
padding:3px;
}
.showpageNum a:hover {
border: 1px solid #cccccc;
background-color:#cccccc;
}
.showpagePoint {
color:#333;
text-decoration:none;
border: 1px solid #cccccc;
background: #cccccc;
margins:0 3px;
padding:3px;
}
.showpageOf {
text-decoration:none;
padding:3px;
margins: 0 3px 0 0;
}
.showpage a {
text-decoration:none;
border: 1px solid #cccccc;
padding:3px;
}
.showpage a:hover {
text-decoration:none;
}
.showpageNum a:link,.showpage a:link {
text-decoration:none;
color:#333333;
}

  • Then, look for the script again, put the script below right above it.