Afternoon!
I run Wordpress for the "blog" section of my site. However, I don't need / want most of the features Wordpress offers (such as commenting, etc).
I was therefore thinking of reverting all content to static php pages and then use phpincludes for the header, footer and navifgation, etc.
However, what I can't get my head round is how I can replace each page, without having to create a new URL (if that makes sense).
IE: example.com/blog/article1/ - how can I replace that with a static page but keep the same URL?
OR....would it be easier for me to redirect each page individually using new URLs (but then I'm concerned it could affect SERP placements).
Hope all this makes sense?