[wordpress插件] Assign Related Posts分配相关职位

wordpress 插件 文章 2020-02-22 07:00 456 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

This plugin helps to assign related posts to specific post.

此插件有助于将相关帖子分配给特定帖子。

It supports auto search to assign related posts to specific post in admin.

它支持自动搜索,以将相关帖子分配给admin中的特定帖子。

Shortcode
    

简码
    

[assign-related-posts]

[与分配相关的帖子]

Title
    

标题
    

[assign-related-posts title=”My Related Posts”]

[assign-related-posts title =“我的相关帖子”]

Image Size
    

图片大小
    

[assign-related-posts size=”full”]

[assign-related-posts size =“ full”]

Available Sizes: thumbnail, medium, large, full

可用大小:缩略图,中,大,完整

Features

功能

    • Backend settings to select post types.
    • 用于选择帖子类型的后端设置。

    • Auto search functionality to assign posts.

    • 自动搜索功能以分配帖子。

    • Easy shortcode with optional attributes.
    • 带有可选属性的简码。

    • Easy to customize
    • 易于定制

安装步骤

    1. Upload the folder “assign-related-posts” to “wp-content/plugins”.

      将文件夹“与分配相关的帖子” 上载到“ wp-content / plugins”

    2. Activate the plugin through the “Plugins” menu in WordPress back end.

      通过WordPress后端中的“插件” 菜单激活插件。

    3. Go to “Settings -> Assign Related Post” to choose post type for which you want to assign the related posts.

      转到“设置->分配相关帖子” ,以选择要为其分配相关帖子的帖子类型。

    4. Now, set your related posts while creating post in post screen.

      现在,在帖子屏幕中创建帖子时设置相关帖子。

    5. Use shortcode.

      使用简码。

    Put below shortcode in your post editor or widget:

    在帖子编辑器或窗口小部件中的简码下方放置

    [assign-related-posts]

      [assign-related-posts]

    You can also call shortcode in php template file as follow:

    您还可以按照以下步骤在php模板文件中调用简码:

      <?php echo do_shortcode('[assign-related-posts]'); 

    ?>

    ?>

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

AI助手支持GPT4.0