how to get dynamic data on wordpress from codeigniter?

I made a website with WordPress and Codeigniter. I create 4 pages on Codeigniter then one more blog page in WordPress. I get the footer data dynamically on the Codeigniter based site.

I need to take the same footer data dynamically on my WordPress pages.

Topic wp-query Wordpress

Category Web


If your footer file name is abc.php inside Codeigniter pages and you want to run that file in the WordPress directory. In the footer.php file in WordPress include your abc.php file. Otherwise, you can make your own functions to call or manage the content.

<?php include 'abc.php'; ?>

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.