What is the correct way to integrate wordpress with another php application?

I want to integrate wordpress blog with another php application so both will have same theme and when i do changes in wordpress menu or wordpress sidebar, the changes will apply automatically to the other php application pages.

Related posts

Leave a Reply

1 comment

  1. looks like you’d need to insert your code to the existing WordPress site. please follow this logic:

    1. create a WP install.
    2. create a custom template for your app.
    3. migrate the PHP code and see that it works.

    good luck!