Color to change the pagination numbers instead of next / previous
-
Hello everyone I am returning to this forum because I want as I said above to change the pagination numbers, I’ve even tried to find an answer to this question I found this forum more or a similar question to mine, I’ve also tried it I do this even alter, the question is, which means that these do-Aryan PHP or HTML code that works and I do not conce-chi make this code …
Now to help better understand how to do is change that I’ll leave a link here on this blog http://www.seisdigitos.com/page/2/ pagination appears from what I have been appearing on my blog …
Well I thank you for all the tips and help that they were to receive. Much health and success to all required
Put this in Child theme style sheet or on Graphene Options –> Display –> Custom CSS. Play with colours. Do not hack the theme/plugin core files. You should probably update you theme-loop file.
.wp-pagenavi a, .wp-pagenavi a:link {
background-color: #BBBBBB;
border: medium none;
color: #FFFFFF;
font-size: 0.9em;
margin: 2px;
padding: 3px 6px;
text-decoration: none;
}
.wp-pagenavi a:hover {
background-color: #888888;
color: #FFFFFF;
}
.wp-pagenavi span.current {
background-color: #888888;
border: medium none;
color: #FFFFFF;
font-size: 0.9em;
margin: 2px;
padding: 3px 6px;
text-decoration: none;
}Hello Prasanna Thanks for answering my pregunta so fast, Prasanna sequiante this is the code you showed me is a CSS code tions as to I have to understand CSS enough to solve this.
Now as to the PHP and HTML I still do not understand enough PHP / html to create a code that covers change the pagination of the previous / next to numbers I’ve even noticed that the code that pulls the paging file is on the theme-loop . php actually I’ve tried to make changes to the code that pulls the paging more minutes that did not work.
Well I actually want two things I need a php or html code that is covers modify the paging numbers, two I also where should I put this code is that you’ve said that I should not modify the core theme and in this case the solution would I create in my child theme with the name of theme-loop.php or should I place the code in another.
Thank you for your attention
Nothing to do with theme-loop.php file. Just install these two plugins and you can customize to your heart!
First install WP-PageNavi. It replaces default
Older posts
andNewer posts
with page numbers. – http://wordpress.org/extend/plugins/wp-pagenavi/Then install WP PageNavi Style for styling this! – http://wordpress.org/extend/plugins/wp-pagenavi-style/
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.