Need to change page location for a Wordpress site

Posted by PhilipK on Stack Overflow See other posts from Stack Overflow or by PhilipK
Published on 2011-11-13T23:08:23Z Indexed on 2011/11/16 1:51 UTC
Read the original article Hit count: 160

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about php

Related posts about Wordpress