Wordpress add links manager

本文提供了一种方法,在WordPress V3.5版本后通过安装插件激活隐藏的链接管理器功能,允许用户在侧边栏添加书签链接。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

Wordpress doesn't support links managers from V3.5 anymore, but the function is still there, only in hidden status, if you need to use this function, you need to install the links manager plug-in, after you have installed this plug-in, your wordpress folder will have the additional folder 'link-manager', the link-manager.php file only contain as:

<?php
/* Plugin Name: Link Manager
 * Description: Enables the Link Manager that existed in WordPress until version 3.5.
 * Author: WordPress
 * Version: 0.1-beta
 */

/*
 * See http://core.trac.wordpress.org/ticket/21307
 */

add_filter( 'pre_option_link_manager_enabled', '__return_true' );


Only one line source code, means enable this function, now you can add your bookmark link at the sidebar now. 


Below links are for future reading, add the favicon icon before the bookmark link:

http://www.wpdaxue.com/favicon-links.html

http://zww.me/archives/25533

http://www.qiqiboy.com/2009/11/30/non-javascript-intelligently-beautifying-links-page-favicon.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值