Navigation page with permalink
-
Hi,
I insert a navigation page, there is showing the different post in a category and this is on the single.php
see the link : https://www.wwebsolution.com/hemisphere/?p=533
I am using the plugin WP Page Numbers ( I try WP-PageNavi too) and the navigation page is working perfectly only if the permalink setting is by default (https://www.XXX.com/?p=123)
Of course, i would like to have a url friendly for the SEO, do you have an idea ?
See below the code :
<?php query_posts( array( 'cat' => 5, 'posts_per_page' => 8, 'paged' => get_query_var('paged') ) ); ?> <div class="navigation"> <span>By:</span><span>Budget</span><span>Number of Persons</span> <?php if(function_exists('wp_page_numbers')) : wp_page_numbers(); endif; ?> </div><!-- .navigation -->
Thanks
Olivier
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Navigation page with permalink’ is closed to new replies.