for rtl blog like Persian blog the count must write from right to left
like this :
Last page ... 20 10 Next 6 5 4 3 2 1 First page Page 2 of 90
the count must be inverse
how i can do this ?
for rtl blog like Persian blog the count must write from right to left
like this :
Last page ... 20 10 Next 6 5 4 3 2 1 First page Page 2 of 90
the count must be inverse
how i can do this ?
Unless you provide a link to a page demonstrating the problem, no one will be able to offer much in the way of assistance.
Try adding:
.wp-pagenavi {
direction: rtl;
}
to your theme's stylesheet.
does not work
i think in php file there is a for loop
this loop must be inverse
This topic has been closed to new replies.