默认 391 0

    如何调出wordpress后台链接管理

    AI摘要:本文介绍了如何调出WordPress后台的链接管理功能。通过在当前主题的functions.php文件中添加一段代码,即可启用链接管理功能。保存并刷新后,链接管理功能就会出现在后台中。

    很多朋友新安装了wordpress之后发现后台没有链接表管理
    解决方法很简单,在当前的主题下修改模板函数 (functions.php)

    //链接管理
    add_filter( 'pre_option_link_manager_enabled', '__return_true' );
    

    添加此段代码在<?php后
    保存刷新即可

    blob.jpg

    是不是出现了呢

    老孙
    资深网民孙先生

    Warning: Undefined array key "HTTP_ACCEPT_LANGUAGE" in /www/sites/imsun.org/index/usr/themes/farallon/comments.php on line 4

    Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /www/sites/imsun.org/index/usr/themes/farallon/comments.php on line 4