【发布时间】:2017-09-08 08:35:26
【问题描述】:
我在 Wordpress 中有一个通识教育登录页面,这需要一个新主题。我只想更改一个页面,但不影响任何其他页面。我有一个 Wordpress 的商业高级帐户。请帮忙,谢谢。
【问题讨论】:
标签: html css wordpress wordpress-theming wordpress-rest-api
我在 Wordpress 中有一个通识教育登录页面,这需要一个新主题。我只想更改一个页面,但不影响任何其他页面。我有一个 Wordpress 的商业高级帐户。请帮忙,谢谢。
【问题讨论】:
标签: html css wordpress wordpress-theming wordpress-rest-api
您不能只在一页中更改主题。要自定义该页面,您需要通过在服务器上创建模板或文件来创建自定义模板,以仅影响该页面。
类似: Page templates
或者:
page-87.php87 为页面ID
front-page.php如果你要装扮的页面是首页
page-landing.php如果页面名称是“登陆”
这可能会有所帮助:WpBeginner
【讨论】: