keviokevio
Member
Posted 2 years ago #
I use the the plugin Pagenavi (http://wordpress.org/extend/plugins/wp-pagenavi/). By default it displays the home/current page number to the most left, followed by the later page numbers to the right. How can I have it read the other way, where page "1" is displayed on the right side and the other numbers follow on the left?
Essentially:
I don't want (default)-
[Page 1 of 2] [1] [2] [3] [>>]
But I want-
[<<] [3] [2] [1] [Page 1 of 2]
keviokevio
Member
Posted 2 years ago #
My site isn't up yet, right now I'm just using local host. If you need it though... the site be up within in a month, so when it is, I'll just bump this thread or make a new one. Thanks!
(BTW, that should've said "Page 1 of 3" up there.)
Start a new topic when you're ready.
If I remember correctly, wp-pagenavi floats the page links left by default, so you may be able to get away with over-riding the plugin's CSS with a float:right; in your theme's stylesheet.