如何在wordpress中创建多个自定义页面?

发布于 2024-09-27 16:02:18 字数 88 浏览 2 评论 0原文

我正在使用 WordPress 设计一个网站。我有 1 个自定义主页 &另一个是单一主题页面。现在我想添加一些具有不同设计的登陆页面。我怎样才能得到这个?

I am designing a website in wordpress. I have 1 custom home page & another are single themed pages. Now I want to add some more landing pages with different design. How can I get this?

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

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

发布评论

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

评论(1

无悔心 2024-10-04 16:02:18

在主题目录中创建新的 php 文件,将其添加到 php 文件的顶部:

<?php
/*
Template Name: your template name
*/
?>

通过在帖子选项上选择页面模板来使用模板。

create new php file in your theme directory, add this on the top of your php file:

<?php
/*
Template Name: your template name
*/
?>

use the template by choosing page templates on post option.

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