Need to change page location for a Wordpress site
- by PhilipK
UPDATED
I'm building a WP blog around an existing website.
http://uk2canadapensiontransfers.com/news.php
When I use the following default code...
<?php wp_get_archives('title_li=&type=postbypost&limit=10'); ?>
or previous and next page links...
Wordpress attaches strings like... ?p=%post_id% to index.php
But I need them to attach to news.php, e.g. news.php?p=%post_id%
How can I change the Wordpress settings so that news.php can be my index and index.php remaind outside of the WP system.