How to Integrate an External API in a WordPress Page In a previous post, we walked through an example of calling an external API from WordPress using a plugin. The plugin then populated a widget. This time we will create a custom page template that will show results from an API call. To change the WordPress theme we will create a child theme and …