Is it possible to get page navi (1, 2, 3, 4...50, 51, 52...etc) to also work on catagories, if so how?
It is very easy..hope this can help you: 1 open: archive.php 2. Find this: <?php posts_nav_link(' · ', '« Newer Entries', 'Older Entries »');?> and replace with this: <?php if(function_exists('wp_page_numbers')) : wp_page_numbers(); endif; ?> 3. save Here the sample from my blog: http://thechatter.info/?cat=18
googlecrawl answer your question. I wud like to add one thing do same thing which u did for index.php or home.php You might have categories.php file in ur theme rather than archive.php
yeah I agree with him. If you wanna show pagenavi in your home page you can do it in index.php as my steps just now. Actually in my theme there is categories.php I just have archive.php