redirect wordpress calls to a page

I’m not really sure what is the best way to do this. Say you have set up a page like so:

www.myblog.com/page1

Is it possible to, specify that the request to any of the subpages under page1 be redirected to a single page? Say if I had page1.php as one of my pages, any URL that is prefixed with:

Read More
www.myblog.com/page1/...

wordpress would use that file to generate the page.

Basically, I have some custom content that I want fetched with php, and it depends on which subpage is being loaded. The format of the custom content is always the same, only the ‘arguments’ differ. Is there a way to do this within WordPress? And if not, where should I should I start looking to implement this?

Thanks

Related posts

Leave a Reply

1 comment