【通过管理员在WordPress中编辑页脚内容】我正在尝试在wordpress主题中更改页脚的内容。内容似乎并不来自footer.php文件。我需要在页脚中更改联系信息。有谁知道如何使用wp-admin做到这一点?这就是我的footer.php现在在当前主题中的外观:
<
?php
/**
* Your Inspiration Themes
*
* In this files there is a collection of a functions useful for the core
* of the framework.
*
* @package WordPress
* @subpackage Your Inspiration Themes
* @author Your Inspiration Themes Team <
info@yithemes.com>
*
* This source file is subject to the GNU GENERAL PUBLIC LICENSE (GPL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://www.gnu.org/licenses/gpl-3.0.txt
*/
?>
<
?php
/**
* @see yit_footer
*/
do_action( 'yit_footer') ?>
<
/div>
<
!-- END WRAPPER -->
<
?php do_action( 'yit_after_wrapper' ) ?>
<
/div>
<
!-- END BG SHADOW -->
<
?php wp_footer() ?>
<
/body>
<
!-- END BODY -->
<
/html>
#1请打开function.php或具有主题功能的任何文件, 然后找到wp_footer()来更改页脚内容。
推荐阅读
- get_header操作不起作用
- href标签属性不可点击
- 将meta_value保存为序列化数组时的WP_Query
- wp_enqueue_style未添加版本
- Ubuntu安装MPEG-4 AAC解码器和H.264解码器
- 我们的解决思路是使用图引擎来驱动业务逻辑的执行
- day12作业(toString()方法和equals()方法)
- VMware ESXI 7.0 手动安装INTEL万兆X550-T2网卡驱动教程
- IDEA提交作业(gitee)