From 2f6ea3eea97b29ed7aa308ffc7f5c0ca30916270 Mon Sep 17 00:00:00 2001 From: Takashi Matsuyama Date: Mon, 21 Jun 2021 16:08:12 +0900 Subject: [PATCH] dev.1.3.0 : Update README.md and readme.txt files. --- README.md | 1 + readme.txt | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ff63e31..346a29a 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ The logged-in user's data is saved in the user meta. Other user's data is saved You can show only specific post types. * **Shortcode:** `[ccc_browsing_history_list_results post_type="post"]` * **Shortcode:** `[ccc_browsing_history_list_results post_type="post, page, custom"]` + default: "any", It doesn't need "post_type". ## Installation diff --git a/readme.txt b/readme.txt index 4eacd67..3486166 100644 --- a/readme.txt +++ b/readme.txt @@ -23,7 +23,11 @@ The logged-in user's data is saved in the user meta. Other user's data is saved * **Shortcode:** `[ccc_browsing_history_list_results title="" posts_per_page="" class="" style=""]` -Detailed usage is under preparation. +You can show only specific post types. +* **Shortcode:** `[ccc_browsing_history_list_results post_type="post"]` +* **Shortcode:** `[ccc_browsing_history_list_results post_type="post, page, custom"]` + +default: "any", It doesn't need "post_type". == Installation ==