Can you please link to an example of a page where the pagination numbers are too small so we can take a look at the code?
Sure, here you have it . I just made a lorem ipsum post to show you 🙂
http://tutorial-z.com/test/
Sorry 😀 .. I fixed it . I replaced something in the widgets.php file 😀
I changed
function Arras_Widget_Tag_Cloud() {
$this->WP_Widget_Tag_Cloud();
}
TO this :
function Arras_Widget_Tag_Cloud() {
parent::__construct();
}
I forgot to say that I can’t login because the same error appear