简体   繁体   English

您如何将wordpress博客整合到现有网站中

[英]How do you integrate a wordpress blog into an existing website

So I have a client that has a website customized in PHP that does not use an actual Content Management System. 因此,我有一个客户端,该客户端具有一个用PHP定制的网站,但未使用实际的内容管理系统。 The website presently has a Blog and News section, also coded in PHP without a CMS. 该网站目前具有“博客和新闻”部分,该部分也使用不带CMS的PHP进行编码。

My client now wants to have only the Blog and News Sections created with Wordpress, but seamlessly go with the existing site. 我的客户现在只希望使用Wordpress创建博客和新闻部分,而与现有站点无缝结合。 The benefits in their mind is that they only need to hire bloggers and give them access to the Wordpress aspect of the site, while leaving the other parts of the site administered by his staff. 他们心中的好处是,他们只需要雇用博客作者并使他们可以访问网站的Wordpress方面,而保留网站的其他部分由其员工管理。

I think that this will require obviously a Wordpress installation, and perhaps some shared database resources. 我认为这显然需要安装Wordpress,也许还需要一些共享的数据库资源。

If anyone has ever done or seen this, please let me know. 如果有人曾经做过或看到过,请告诉我。

Check this out from wordpress codex itself - http://codex.wordpress.org/Integrating_WordPress_with_Your_Website 从WordPress的法典本身检查了这一点- http://codex.wordpress.org/Integrating_WordPress_with_Your_Website

The easiest way to have both news & blog would be to " create 2 different categories within the blog" and display them differently using "The Loop" 同时拥有新闻和博客的最简单方法是“在博客中创建2个不同的类别”并使用“ The Loop”以不同的方式显示它们

http://codex.wordpress.org/The_Loop#Style_Posts_From_Some_Category_Differently http://codex.wordpress.org/The_Loop#Style_Posts_From_Some_Category_Differently

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM