Plugin Directory

Changeset 3424374


Ignore:
Timestamp:
12/20/2025 08:41:41 PM (3 months ago)
Author:
yafarhad
Message:

Update readme.txt in 0.1.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpt-commands/tags/0.1.4/readme.txt

    r3424323 r3424374  
    88License: GPLv2 or later
    99
    10 Adds a set of new search results to the site editor command palette (CMD+K/Ctrl+K) for all custom types except those ignored from the settings page.
     10Adds a set of new search results to the site editor command palette (CMD+K/CTRL+K) for all posts under custom types except those ignored from the settings page. This enables quick jumps through the posts of custom types in addition to the built-in Post and Page types.
    1111
    1212== Description ==
    1313
    14 WordPress has a great time-saving feature— the command palette. It is very useful to perform quick commands and also navigate between pages or posts using keyboard alone. However, this built-in feature is limited to the default Posts and Pages types. It does not return entries from other content types. So, those using the site editor with Custom Types setup, this is workflow partially breaks.
     14WordPress has a great time-saving feature— the command palette. It is very useful to perform quick commands and also navigate through pages or posts using keyboard alone. However, it is limited to the core Post and Page types. It does not populate entries from other content types. So, for those using the site editor with Custom Post Types setup, this is workflow partially breaks.
    1515
    16 CPT Commands fills the gap. Side-by-side with WordPress default types, it injects **custom type** entries into the menu. Requires no setup. Just install, activate and you are good to go!
     16CPT Commands fills up the gap in WordPress core. Side-by-side with WordPress default types, it injects **Custom Type** entries into the command palette. This plugin requires no setup. Just install, activate and you are good to go!
     17
     18If you find this plugin useful, then please leave an appropriate review.
    1719
    1820== Installation ==
     
    3133== Frequently Asked Questions ==
    3234
    33 = Is **CPT Commands** free? =
     35= Is CPT Commands free? =
    3436Absolutely free and it will remain free forever.
     37
     38= I cannot see any custom types in the command palette. Why? =
     39You must have at least one custom post type registered with code or using a plugin like SCF, ACF, Pods, Simple CPT, etc. CPT Commands does not create any custom post types (except inside the preview/playground). It only injects existing posts from registered custom post types into the command palette.
     40
     41= I have registered a custom post type, but I cannot see it in the command palette. Why? =
     42Make sure that you have some posts saved under the custom post type. If there is no posts, then there is nothing for the plugin to inject into the command palette.
     43
     44= It takes too long for the posts to appear inside the command palette. What can I do? =
     45If you have too many custom types registered and you don't need to jump through all of them, then turn off unnecessary types from the **Settings** → **CPT Commands** options page.
    3546
    3647== Changelog ==
Note: See TracChangeset for help on using the changeset viewer.