Title: User Post Collections
Author: Mauricio Galetto
Published: <strong>2022 年 8 月 10 日</strong>
Last modified: 2026 年 6 月 15 日

---

搜索插件

![](https://ps.w.org/user-post-collections/assets/banner-772x250.png?rev=2783097)

![](https://ps.w.org/user-post-collections/assets/icon.svg?rev=2783097)

# User Post Collections

 作者：[Mauricio Galetto](https://profiles.wordpress.org/tauri77/)

[下载](https://downloads.wordpress.org/plugin/user-post-collections.0.9.3.zip)

 * [详情](https://cn.wordpress.org/plugins/user-post-collections/#description)
 * [评价](https://cn.wordpress.org/plugins/user-post-collections/#reviews)
 * [开发进展](https://cn.wordpress.org/plugins/user-post-collections/#developers)

 [支持](https://wordpress.org/support/plugin/user-post-collections/)

## 描述

This plugin allows users to create lists of different types (simple, numbered, cart
and poll) and share them.
 The items of these lists are the posts of the types to
configure (Ex: post, page, product, other CPT, etc). Create classic lists like Favorites,
Bookmarks, Wish List. Or poll lists like “Which one should I buy?”, or shopping 
cart lists of every month, etc. It is flexible and extensible. The plugin adds custom
endpoints to the wordpress REST API and includes a client that will display operations
on user lists in a modal.

### Default lists types

The plugin comes with 6 types of lists:
 * **Simple:** Simple list sorted according
to their items added. * **Numbered:** List with your numbered items. You can edit
the order in which the items will be displayed. * **Poll:** You can ask others for
their opinion. * **Shopping Cart:** List to add items to a virtual cart ( only on
Woocommerce ). * **Favorites** This type of list conceptually always exists for 
users, that is, the user does not create them but simply adds items. * **Bookmarks**
Equivalent to favorites.

All list types can be disabled.

If you are a developer, and you are making a theme you can register your own list
types.

### Features

 * Roles that can create lists is configurable (for each type of list).
 * Post type that can be added to lists is configurable (per list type).
 * Title and description of the lists can be editable (configurable in each type
   of list)
 * List items can be saved with a comment (configurable in each type of list)
 * The lists can be private or public (configurable options in each type of list)
 * Max items per list (configurable in each type of list)
 * Share buttons for public lists

### Collections Archive

The plugin adds a new page to the site where all the collections of the users are
shown. This page can be disabled/enabled on the plugin settings.
 This page is also
used as the basis for displaying each list, but disabling the archive page from 
the plugin settings does not disable the pages of each collection.. Archive URL 
example: https://domain.com/user-post-collection/ Collection URL example: https://
domain.com/user-post-collection/list-x-by-tauri/

### Shortcode

You can use the shortcode [user_posts_collections] to show the lists. Example:

    ```
    [user_posts_collections type="vote" tpl-items="cards" exclude="32,45"]
    [user_posts_collections author="23" tpl-items="list"]
    [user_posts_collections limit="5" pagination="1" tpl-cols="4,4,4,3,2,1"]
    [user_posts_collections author-name="tauri" orderby="title" order="ASC" limit=10 pagination=1]
    [user_posts_collections include="23,31,412"]
    ```

#### Shortcode options

 * **type:** simple|numbered|vote|favorites|bookmarks|cart
 * **author-name:** Author username
 * **author:** Author ID
 * **include:** Lists ID to include (comma separated)
 * **exclude:** Lists ID to exclude (comma separated)
 * **orderby:** ID|views|vote_counter|count|created|modified|title
 * **order:** ASC|DESC
 * **limit:** Max lists to show
 * **pagination:** Show pagination. Set to 1 for enabled. Default: 0
 * **id:** Set unique string. Only letters, numbers and “-“. Used for pagination.
 * **tpl-items:** (card|list) List type
 * **tpl-cols:** Number of columns, comma separated: xxl,xl,lg,md,sm,xs (for card
   list type) Default: 4,4,4,3,2,1
 * **tpl-cols-(xs|sm|md|lg|xl|xxl):** (1|2|3|4|5) Number of columns (for card list
   type)
 * **tpl-thumbs:** Default thumbnails layout. Set to “off” to not show
 * **tpl-thumbs-(xs|sm|md|lg|xl|xxl):** (0|2×2|2×3|3×2|4×1|[1-4]x[1-4]) Thumbnails
   layout
 * **tpl-desc:** (on|off) Show description. Set to “off” to hide description
 * **tpl-user:** (on|off) Show author. Set to “off” to hide user
 * **tpl-meta:** (on|off) Show meta. Set to “off” to hide meta

## 屏幕截图

[⌊Add item button⌉⌊Add item button⌉[

Add item button

[⌊Item comment⌉⌊Item comment⌉[

Item comment

[⌊Select list⌉⌊Select list⌉[

Select list

[⌊Select type of list to create⌉⌊Select type of list to create⌉[

Select type of list to create

[⌊Edit list details⌉⌊Edit list details⌉[

Edit list details

[⌊Share link for the list⌉⌊Share link for the list⌉[

Share link for the list

[⌊Poll list page⌉⌊Poll list page⌉[

Poll list page

## 常见问题

### How to add an entry in the menu with the user lists?

You can add a link, with the url “#my-lists”. Then when the user clicks there will
appear the modal with the user’s lists.

### Can I disable a list type?

Yes, all list types can be disabled from the plugin settings.

### I am a developer. Do you have api documentation?

Yes, you can read the api documentation by visiting [https://tauri77.github.io/user-post-collections/api.html](https://tauri77.github.io/user-post-collections/api.html)

## 评价

![](https://secure.gravatar.com/avatar/618371816545c570449966418d376155b3e96cada80af2c51015cc36253024db?
s=60&d=retro&r=g)

### 󠀁[Currently, the best bookmarking/list saving free plugin](https://wordpress.org/support/topic/currently-the-best-bookmarking-list-saving-free-plugin/)󠁿

 [Billy Wilcosky](https://profiles.wordpress.org/wilcosky/) 2023 年 12 月 22 日

I hope the developer can continue updating this as needed. I accidentally found 
this today and it’s fantastic!

![](https://secure.gravatar.com/avatar/f01d3a1dcaa4279456264fe8d8864cef6fe913149a9535a29b53036907fbde84?
s=60&d=retro&r=g)

### 󠀁[In advance](https://wordpress.org/support/topic/in-advance/)󠁿

 [raifs](https://profiles.wordpress.org/raifs/) 2023 年 1 月 28 日

5 for the potential it has 🙂

 [ 阅读所有2条评价 ](https://wordpress.org/support/plugin/user-post-collections/reviews/)

## 贡献者及开发者

「User Post Collections」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ Mauricio Galetto ](https://profiles.wordpress.org/tauri77/)

[帮助将「User Post Collections」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/user-post-collections)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/user-post-collections/)，
查看[SVN仓库](https://plugins.svn.wordpress.org/user-post-collections/)，或通过[RSS](https://plugins.trac.wordpress.org/log/user-post-collections/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/user-post-collections/)。

## 更新日志

#### 0.9.3

 * Fix MG_UPC_Woocommerce::get_list_schema
 * Tested on WP 7.0

#### 0.9.2

 * Added “My Lists” to Woo account menu
 * Tested on WP 6.9

#### 0.9.1

 * Fixes in translations

#### 0.9.0

 * Added archive option
 * Added shortcode [user_posts_collections]

#### 0.8.32

 * Added show list helper

#### 0.8.31

 * Fix “Edit Comment” button
 * Added to the configuration “Add to…” string
 * Tested on WP 6.1

#### 0.8.30

 * Add some themes helper

#### 0.8.29

 * Update preact

#### 0.8.28

 * Fix some uninstall options
 * Fix errors on plain permalinks

#### 0.8.27

 * Update author url

#### 0.8.26

 * Remove unsafe IP option and use rest_is_ip_address

#### 0.8.25

 * Sanitize client IP

#### 0.8.24

 * Validate client IP

#### 0.8.23

 * First version of the plugin

## 额外信息

 *  版本 **0.9.3**
 *  最后更新：**2 周前**
 *  活跃安装数量 **10+**
 *  WordPress 版本 ** 4.9.6 或更高版本 **
 *  已测试的最高版本为 **7.0**
 *  PHP 版本 ** 7.0 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/user-post-collections/)
 * 标签
 * [user lists](https://cn.wordpress.org/plugins/tags/user-lists/)[woocommerce wishlist](https://cn.wordpress.org/plugins/tags/woocommerce-wishlist/)
 *  [高级视图](https://cn.wordpress.org/plugins/user-post-collections/advanced/)

## 评级

 5 星（最高 5 星）。

 *  [  2 条 5 星评价     ](https://wordpress.org/support/plugin/user-post-collections/reviews/?filter=5)
 *  [  0 条 4 星评价     ](https://wordpress.org/support/plugin/user-post-collections/reviews/?filter=4)
 *  [  0 条 3 星评价     ](https://wordpress.org/support/plugin/user-post-collections/reviews/?filter=3)
 *  [  0 条 2 星评价     ](https://wordpress.org/support/plugin/user-post-collections/reviews/?filter=2)
 *  [  0 条 1 星评价     ](https://wordpress.org/support/plugin/user-post-collections/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/user-post-collections/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/user-post-collections/reviews/)

## 贡献者

 *   [ Mauricio Galetto ](https://profiles.wordpress.org/tauri77/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/user-post-collections/)

## 捐助

您愿意支持这个插件的发展吗?

 [ 捐助此插件 ](https://www.paypal.com/donate/?hosted_button_id=XNASRT5UB7KBN)