I am investigating a project where a site that has already been built needs to be integrated into a wordpress site that is currently under development. Essentially the preexisting site consists of two sections / pages. The first is a simple list with links to the second which is an interactive chart. FWIW that stack was developed using Angular JS on the client.
Both sides are cooperating / in partnership, so some work can be done on each side.
I suspect I could try some sort of iframe type of plugin, or perhaps a custom page hosted off of the same server as the wordpress site.
Honestly I know little about WP and am just looking to get pointed in the right direction. Anything is appreciated.
I am investigating a project where a site that has already been built needs to be integrated into a wordpress site that is currently under development. Essentially the preexisting site consists of two sections / pages. The first is a simple list with links to the second which is an interactive chart. FWIW that stack was developed using Angular JS on the client.
Both sides are cooperating / in partnership, so some work can be done on each side.
I suspect I could try some sort of iframe type of plugin, or perhaps a custom page hosted off of the same server as the wordpress site.
Honestly I know little about WP and am just looking to get pointed in the right direction. Anything is appreciated.
Share Improve this question asked Nov 3, 2014 at 22:44 akaphenomakaphenom 1011 bronze badge 1- You can just use templates, they can be entirely custom code and you assign a "page" in the administrator section to them: codex.wordpress/Page_Templates – Andrew Bartel Commented Nov 3, 2014 at 23:27
1 Answer
Reset to default 0You can use PHP.
define('WP_USE_THEMES', false); require('wp-load.php');
You can use another language: http://wp-api/
You can use HTML
Or you can use WordPress and just integrate what you have into it, http://codex.wordpress/