Magento 1.6 在哪里存储其 CMS 页面?

发布于 2024-12-06 03:19:53 字数 103 浏览 0 评论 0原文

我查看了 magento 的管理面板,发现了 cms 菜单,其中有一个页面部分。我无法在 Magento 的文件目录结构中找到本节中列出的页面。我在哪里可以找到所有 cms 页面,尤其是主页?

I was looking around the admin panel of magento, and I came across the cms menu, which has a pages section. I was not able to locate that pages listed in this section in Magento's file directory structure. Where can i find all the cms pages, especially the home page?

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

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

发布评论

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

评论(1

请远离我 2024-12-13 03:19:53

Magento 的页面不是服务器上的文件。它们存储在数据库中。在库存安装中,您将在 cms_page 表中找到它们的内容。

Magento's pages aren't files on the server. They're stored in the database. In the stock installation you'll find their content in the cms_page table.

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