将 WordPress 添加到网站

发布于 2024-10-07 13:02:06 字数 352 浏览 0 评论 0原文

我开始使用 Dreamweaver 开发一个新的 HTML 旅行网站。我还计划集成 Wordpress 来管理网站内容。

我的问题是,

  1. 在哪里可以找到将 Wordpress 集成到本地主机上的 HTML 网站的教程(用于测试目的)?
  2. 我可以使用 WordPress 添加新网页吗?
  3. 如果我想从 HTML 迁移到 ASP.NET 等,可以吗?

I'm starting to develop a new HTML website for traveling using Dreamweaver. I'm also plans to integrate Wordpress to manage content of the website.

My questions are,

  1. Where can i found tutorials to integrate Wordpress to my HTML website on localhost (for testing purposes)?
  2. Can i add new web pages using wordpress?
  3. If i want to migrate from HTML to ASP.NET etc., will it be possible?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

来日方长 2024-10-14 13:02:06
  1. WordPress 使用 HTML。 WordPress 生成的所有标记都是 HTML。
  2. 是的。就像选择新页面一样简单。
  3. 它们不是同一件事。使用 .net 将意味着您将使用 HTML 进行标记。 .net 只是您使用的一个框架。

如果您想要开发网站并更好地了解标记和代码,请使用 Dreamweaver 的代码视图。

  1. Wordpress uses HTML. All the markup WordPress generates is HTML.
  2. Yes. It is easy as selecting new page.
  3. They are not the same thing. Using .net will mean you will use HTML for the markup. .net is just a framework you use.

If you want to develop websites and have a greater understanding of the markup and code, use the code view of Dreamweaver.

玩物 2024-10-14 13:02:06

要在本地运行 WordPress,您需要安装本地服务器环境(例如 XAMPP、MAMP、WAMP),然后您就可以像在普通服务器上一样进行安装。这是本地安装 WordPress 的好指南

To run WordPress locally, you'll need to install a local server environment (e.g. XAMPP, MAMP, WAMP), and from there you can pretty much install just like you would on a normal server. Here's a good guide to installing WordPress locally.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文