In the pagination area. If you are at first page, or last page, text "Page x of y" is not align to the center of page, i.e.
← Older posts Page 1 of 3
← Older posts Page 2 of 3 Newer posts →
Page 3 of 3 Newer posts →
I think it would be more beautify if we could render it in the same position of every page, i.e.
← Older posts Page 1 of 3
← Older posts Page 2 of 3 Newer posts →
Page 3 of 3 Newer posts →
My pull request will write down ← Older posts and Newer posts → instead of not write it at all, then use CSS opacity to hide it if you shouldn't click on the link (if you're on first or last page).
In the pagination area. If you are at first page, or last page, text "Page x of y" is not align to the center of page, i.e.
I think it would be more beautify if we could render it in the same position of every page, i.e.
My pull request will write down
← Older posts
andNewer posts →
instead of not write it at all, then use CSS opacity to hide it if you shouldn't click on the link (if you're on first or last page).