[wordpress插件] Advanced Blogroll进阶Blogroll

wordpress 插件 文章 2020-02-06 18:40 588 0 全屏看文

AI助手支持GPT4.0

评分

0

0

描述

Advanced Blogroll Widget displays your bookmarks as you want.

“高级Blogroll窗口小部件”根据需要显示您的书签。

You can customize your blogroll.

您可以自定义您的Blogroll。

You can add how many widgets you want.

您可以添加所需的小部件数量。

You can select the category of your links so that you can seperate your bookmarks in different categories.

您可以选择链接的类别,以便可以将书签分为不同的类别。

Supported Languages

支持的语言

    Options

    选项

    Widget’s options allow you to change your blogroll’s displaying.

    小部件的选项可让您更改博客记录的显示。

    Title

    标题

    Your blogroll’s title on your sidebar.

    侧边栏中的博客标题。

    Category

    类别

    Category of your bookmarks you want to list.

    您要列出的书签的类别。

    Order by

    订购者

    What you want to order by

    您要订购的食物

    Order

    订单

    How you want to order

    您要如何订购

    Display Form

    显示表单

    How to display your bookmarks.

    如何显示您的书签。

    With only names, only images, images and names.

    只有名称,只有图像,图像和名称。

    Image Width

    图像宽度

    Your bookmarks’ image width.

    您的书签的图像宽度。

    Image Height

    图像高度

    Your bookmarks’ image height.

    您的书签的图像高度。

    Number of Bookmarks to Show

    要显示的书签数量

    How many bookmarks you want to show.

    您要显示多少个书签。

    Add rel

    添加rel

    “nofollow” to bookmarks =

    “ nofollow”到书签=

    Allows add rel = “nofollow” to your bookmarks.

    允许将rel =“ nofollow”添加到您的书签。

安装步骤

Installation

安装

    1. Download the zip file and extract the contents.
    2. 下载zip文件并提取内容。

    3. Upload the ‘random-tags-cloud-widget’ folder or ‘random-tags-cloud.php’ to your plugins directory (wp-content/plugins/).
    4. 将“ random-tags-cloud-widget”文件夹或“ random-tags-cloud.php”上传到您的插件目录(wp-content / plugins/)。
    5. Activate the plugin through the ‘plugins’ page in WP.
    6. 通过WP中的“插件”页面激活插件。

    7. See ‘Design’->’Widgets’ to place it on your sidebar.

    8. 请参阅“设计”->“小部件”以将其放置在侧边栏中。

      Set the settings.

    9. 设置设置。

    10. If you add the following CSS codes to your style.css, your bookmarks’ images will have a transparent hover effect:
    11. 如果您在style.css中添加以下CSS代码,则书签的图像将具有透明的悬停效果:

    /* Advanced Blogroll CSS */

    / *高级Blogroll CSS * /

    .ab_images a, .ab_images a:hover {
      

    .ab_images a,.ab_images a:hover {
      

    text-decoration: none;

    文字修饰:无;

    }

    }

    .ab_images a img {
     

    .ab_images img {
     

    filter:alpha(opacity=60);
     

    过滤器:alpha(opacity = 60);
     

    -moz-opacity: 0.6;
     

    -moz-opacity:0.6;
     

    opacity: 0.6;
     

    透明度:0.6;
     

    border:none;

    边框:无;

    }

    }

    .ab_images a:hover img {
     

    .ab_images a:hover img {
     

    filter:alpha(opacity=100);
     

    过滤器:alpha(opacity = 100);
     

    -moz-opacity: 1.0;
     

    -moz-opacity:1.0;
     

    opacity: 1.0;

    透明度:1.0;

    }

    }

下载地址

https://downloads.wordpress.org/plugin/advanced-blogroll.zip

https://downloads.wordpress.org/plugin/advanced-blogroll.zip

-EOF-

AI助手支持GPT4.0