Calling pagination code in index.php
-
pagination plugins doesn’t work on my theme. (Radiate theme)
So I tried to paginate with coding.
I add the code in function.php, style it in style.css
But I do not know why I can not call it in index.php. wherever I paste it in index.php, it doesn’t work.
finally I had to paste it in footer.php which doesn’t looks good as you see in my site (WWW.cinemagap.com)
So anyone can tell me where should I paste this code in index.php to work below page?this is the code:
<?php if (function_exists("pagination")) { pagination($additional_loop->max_num_pages); } ?>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Calling pagination code in index.php’ is closed to new replies.