激活Wordpress的链接功能
WordPress 3.5版本以后,制作友情链接所必须的链接功能被屏蔽了 我们需要在你使用的主题中的functions.php最后添加上一行代码:
add_filter( 'pre_option_link_manager_enabled', '__return_true' );
1
这样便是成功了! 参考资料: 免插件使用WordPress链接功能打造友情链接独立页面
预览
除特别注明外,本站所有文章均为 Windcoder网 原创,转载请注明出处来自: activate-a-link-to-wordpress-functions
Loading comments...

预览
暂无数据