【发布时间】:2014-10-17 15:47:19
【问题描述】:
我创建了 html 页面并尝试转换为 wordpress 主题,如何将 html 页面链接到 wordpress 菜单栏中的其他页面 示例代码:
<a href="<?php bloginfo('url')?>/feature.php">Features</a>
此代码不起作用,它显示页面未找到。如何使用 php 代码在 wordpress 中创建此链接。
【问题讨论】:
标签: php wordpress wordpress-theming