Changeset 2146044
- Timestamp:
- 08/27/2019 02:25:58 AM (7 years ago)
- Location:
- custom-fields-list-generator
- Files:
-
- 2 edited
-
tags/0.0.0/readme.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
custom-fields-list-generator/tags/0.0.0/readme.txt
r2145275 r2146044 14 14 == Description == 15 15 16 You can create a custom fields list from field labels on the posts of any type. 17 To find your custom field labels in your posts will be easy. 16 Scroll to a target position and highlight it if you click on the list item. 18 17 19 ■ How to use20 18 21 * The custom fields list is displayed on the target page with a check. 22 * You can hide the custom fields list every post if you input post id separated by comma in textarea. 19 === features === 20 21 * Items name is got from custom field title. 22 * You can create a list of custom fields up to the first level. 23 * You can hide a list for each post type. 24 * And you can hide it for each post if you input post id separated by comma in textarea. 25 * If you sort or show / hide fields on a post, the list will be updated when you reload a browser. 26 27 28 === How to use === 29 30 1. Activate this plugin. 31 2. Check target posts and click on “Save”. 32 3. An icon is shown your post. 33 34 * This is shown next to the public widget in the upper right if you use a Gutenberg Editor. 35 * This is pinned to the screen at the bottom right if you use a Classic Editor. 36 37 4. A custom field list is shown if you click the icon. 38 5. Scroll to a target position if you click on the list item. 39 6. Scroll to a top of page if you click “Back to Top”. 23 40 24 41 -
custom-fields-list-generator/trunk/readme.txt
r2145273 r2146044 14 14 == Description == 15 15 16 You can create a custom fields list from field labels on the posts of any type. 17 To find your custom field labels in your posts will be easy. 16 Scroll to a target position and highlight it if you click on the list item. 18 17 19 ■ How to use20 18 21 * The custom fields list is displayed on the target page with a check. 22 * You can hide the custom fields list every post if you input post id separated by comma in textarea. 19 === features === 20 21 * Items name is got from custom field title. 22 * You can create a list of custom fields up to the first level. 23 * You can hide a list for each post type. 24 * And you can hide it for each post if you input post id separated by comma in textarea. 25 * If you sort or show / hide fields on a post, the list will be updated when you reload a browser. 26 27 28 === How to use === 29 30 1. Activate this plugin. 31 2. Check target posts and click on “Save”. 32 3. An icon is shown your post. 33 34 * This is shown next to the public widget in the upper right if you use a Gutenberg Editor. 35 * This is pinned to the screen at the bottom right if you use a Classic Editor. 36 37 4. A custom field list is shown if you click the icon. 38 5. Scroll to a target position if you click on the list item. 39 6. Scroll to a top of page if you click “Back to Top”. 23 40 24 41
Note: See TracChangeset
for help on using the changeset viewer.