• Hi there

    I’m integrating WordPress and CodeIgniter. All is working really well.

    I’ve got a 1:1 match on CodeIgniter “app” page to WordPress page – so for instance, I’ve got a WordPress page called “my-profile” which uses a php template file called single-my-profile.php

    This works really well. However, as the app grows, so do the pages – and I want to REMOVE all the pages completely from WP Admin, and just use PHP files.

    How can I do this? I’m not sure how else to ask this question! Hope you understand 🙂

    Ideally I’d have a file called my-profile.php, there would be no corresponding WP page, and going to http://website.com/my-profile/ would load the templated page!

    Any ideas?

    Mark

  • The topic ‘Add a new web page without adding a real WP Page?’ is closed to new replies.