I have a function which named kriesi_pagination, which is a function for showing page numbers in php. I copied the code into the functions.php for my site.
The I call this function in the index.php file for showing the page numbers on the index page of my site. I use this code like this inside index.php: <?php kriesi_pagination(); ?>
What should I do if I want to show the page numbers in other places such as on category pages? It just shows the page numbers in home page of site not any other places.
I want to have page numbers for the categories like sports, musics, technology, etc.
