[wordpress插件] Best Related Posts最佳相关职位

wordpress 插件 文章 2020-03-03 11:20 509 0 全屏看文

AI助手支持GPT4.0

评分
100
描述

Best Related Posts is a straight forward and easy to use plug in. It shows related posts for the post user is reading.

最佳相关帖子是一个简单易用的插件。它显示该帖子用户正在阅读的相关帖子。

It also add the first picture in post as thumbnail beside the related post.

它还将帖子中的第一张图片作为缩略图添加到相关帖子的旁边。

It is better than other plugins and widgets as it is good for internal link building and overall pagerank.

它比其他插件和小部件要好,因为它对内部链接构建和整体页面排名很有用。

it Lets you to design the look of your related posts list.

它使您可以设计相关帖子列表的外观。

It lets to write your own HTML and gives you access to some tags (link, title, image etc)

它允许您编写自己的HTML,并允许您访问一些标签(链接,标题,图像等)

安装步骤

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

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

    1. Upload all files contained in best-related-post.zip file to the /wp-content/plugins/best-related-posts/ directory of your web server.
    2. 将best-related-post.zip文件中包含的所有文件上传到Web服务器的 / wp-content / plugins / best-related-posts / 目录中。

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

    5. To add the related post list, usually you have to open the single.php of your current theme and add the PHP code:

      要添加相关的帖子列表,通常必须打开当前主题的single.php并添加PHP代码:

      if (function_exists('boposts_show')) { boposts_show();

        if(function_exists('boposts_show')){boposts_show(); 

      } ?>

      }?>

    or can use Post Layout plugin and add such line of code in the single post bottom.

    或可以使用Post Layout插件并在单个帖子底部添加这样的代码行。

下载地址
https://downloads.wordpress.org/plugin/best-related-posts.1.1.0.zip
-EOF-

AI助手支持GPT4.0