最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

customization - Integrate non-wordpress site into a wordpress site

programmeradmin3浏览0评论

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
Add a comment  | 

1 Answer 1

Reset to default 0
  1. You can use PHP.

    define('WP_USE_THEMES', false); require('wp-load.php');

  2. You can use another language: http://wp-api/

  3. You can use HTML

  4. Or you can use WordPress and just integrate what you have into it, http://codex.wordpress/

发布评论

评论列表(0)

  1. 暂无评论