[wordpress插件] Blogroll Links博客链接

wordpress 插件 文章 2020-03-07 15:20 498 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

For people who maintain their Web site or blog using the WordPress blog content management system,

对于使用WordPress博客内容管理系统维护其网站或博客的人,

blogroll-links is an open source WordPress plugin that uses WordPress’ built-in Blogroll feature and presents links to friends’ home pages and own pages on social networking sites using XFN in the links.

blogroll-links是一个开源WordPress插件,使用WordPress的内置Blogroll功能,并使用链接中的XFN在社交网站上显示朋友的主页和自己的页面的链接。

Features of this plugin

此插件的功能

    • It can show the links by category in blog posts and WordPress Pages.
    • 它可以按博客文章和WordPress页面中的类别显示链接。

    • It uses WordPress’ standard built-in Blogroll links database.

    • 它使用WordPress的标准内置Blogroll链接数据库。

      There is no hassle of another list of links to maintain.

    • 无需维护其他链接列表。

    • It can be used to show only the links assigned to a particular category, by stating the category slug as defined in that category’s setting in WordPress.
    • 通过说明WordPress中该类别设置中定义的类别标签,可用于仅显示分配给特定类别的链接。

    • It honors the Show/Hidden setting as defined for each link in WordPress.
    • 它遵循为WordPress中每个链接定义的“显示/隐藏”设置。

    • It displays the link in the same window or new window, as specified for each link in WordPress.
    • 它将在WordPress中为每个链接指定的相同窗口或新窗口中显示该链接。

    To learn more about this plugin, please read my blog post about it titled

    要了解有关此插件的更多信息,请阅读我的博客文章,标题为

    Social Graphs API: WordPress Plugin: Blogroll Links

    社交图谱API:WordPress插件:Blogroll链接

    >

    >

    Examples

    示例

    See this plugin in action at the following Posts and Pages powered by WordPress:

    在以下由WordPress驱动的帖子和页面上查看此插件的运行情况:

    www.rajiv.com/friends/

    www.rajiv.com/friends/

    The two lists, first one of links to my own pages on various social networking sites and the second one of links to some of my friends’ pages are generated by this plugin.

    这两个列表,第一个是我在各个社交网站上的页面链接,第二个是我的一些朋友页面的链接,都是由此插件生成的。

    Yes, those social networks’ logo pictures are also taken by the plugin from the WordPress standard Blogroll links.

    是的,这些社交网络的徽标图片也是由WordPress标准Blogroll链接中的插件拍摄的。

    Code:

    代码:

    My Pages on Social Networking Sites

      

    我在社交网站上的页面

    Syntax:

    语法:

    [blogroll-links categoryslug="rajiv-web" sortby="link_name" sortorder="desc"]

      [博客链接类别slug =“ rajiv-web” sortby =“ link_name” sortorder =“ desc”]

    Old syntax for legacy support:
        

    用于旧版支持的旧语法:
        

    <!-blogroll-links category-slug =“ rajiv-web” sort-by =“ link_name” sort-order =“ desc”-> <!-/ blogroll-links->

    Web Sites of Some People I Know

      

    我认识的某些人的网站

    Syntax:

    语法:

    [blogroll-links categoryslug="people" sortby="link_name" sortorder="desc"]

      [博客链接类别slug =“ people” sortby =“ link_name” sortorder =“ desc”]

    www.rajiv.com/charity/

    www.rajiv.com/charity/

    This list of charitable organizations with brief descriptions is generated by the plugin.

    此带有简短说明的慈善组织列表是由插件生成的。

    Code:

    代码:

    Syntax:

    语法:

    [blogroll-links categoryslug="charity"]

      [blogroll-links categoryslug =“ charity”]

    www.rajiv.com/blog/2004/08/02

    www.rajiv.com/blog/2004/08/02

    /search-engines/

    / search-engines /

    This list of search engines is maintained as Blogroll links in WordPress.

    此搜索引擎列表在WordPress中作为Blogroll链接维护。

    Code:

    代码:

    Syntax:

    语法:

    [blogroll-links categoryslug="search-engines"]

      [blogroll-links categoryslug =“ search-engines”]

    www.rajiv.com/

    www.rajiv.com/

    The featured links shown under the “What’s featured here?”

    “此处的特色是什么?”下方显示的特色链接。

    section shows the links I’ve categorized as featured in WordPress’ Blogroll links.

    部分显示了我在WordPress的Blogroll链接中归为特色的链接。

    Code:

    代码:

       

    What's featured here?

    这里有什么特色?

    Syntax:

    语法:

    [blogroll-links categoryslug="featured" sortby="link_name" sortorder="desc"]

      [博客链接类别slug =“功能” sortby =“链接名称” sortorder =“ desc”]

    Thanks to Dave Grega, Adam E. Falk (xenograg) for their contributions to this code.

    感谢Dave Grega和Adam E. Falk(xenograg)对这段代码的贡献。

安装步骤

This section describes how to install the plugin and get it working.

本节介绍如何安装插件并使其正常工作。

    1. Download the .zip file of blogroll-links from the WordPress plugins directory.
    2. 从WordPress插件目录下载blogroll-links的.zip文件。

    3. Unzip it into the /wp-content/plugins/ directory
    4. 将其解压缩到 / wp-content / plugins / 目录

    5. Activate the plugin through the ‘Plugins’ menu in WordPress
    6. 通过WordPress中的“插件”菜单激活插件

下载地址
https://downloads.wordpress.org/plugin/blogroll-links.2.3.zip
-EOF-

AI助手支持GPT4.0