Title: Shortcake UI
Last modified: September 1, 2016

---

# Shortcake UI

 *  [Viktor Szépe](https://wordpress.org/support/users/szepeviktor/)
 * (@szepeviktor)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/shortcake-ui/)
 * Please consider supporting Shortcake
    [https://github.com/wp-shortcake/shortcake/blob/master/README.md#screenshots](https://github.com/wp-shortcake/shortcake/blob/master/README.md#screenshots)
 *     ```
       add_action( 'register_shortcode_ui', 'ccs_ui_today' );
       function ccs_ui_today() {
           $shortcode_ui_args = array(
               'label' => esc_html__( 'Today', 'shortcode-ui-example' ),
               'listItemImage' => 'dashicons-calendar-alt',
               'attrs' => array(
                   'label'       => esc_html__( 'Date format', 'shortcode-ui-example' ),
                   'description' => esc_html__( 'For details, see the Codex: Formatting Date and Time.', 'shortcode-ui-example' ),
                   'attr'        => 'format',
                   'type'        => 'text',
                   'meta'        => array(
                       'placeholder' => get_option( 'date_format' ),
                   ),
               ),
           );
           shortcode_ui_register_for_shortcode( 'today', $shortcode_ui_args );
       }
       ```
   
 * [https://wordpress.org/plugins/custom-content-shortcode/](https://wordpress.org/plugins/custom-content-shortcode/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [Viktor Szépe](https://wordpress.org/support/users/szepeviktor/)
 * (@szepeviktor)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/shortcake-ui/#post-7543454)
 * It is really user friendly.
 * You may
    – select a shortcode from a list – edit attributes on a proper UI – 
   see!! the output on the backend too
 *  Thread Starter [Viktor Szépe](https://wordpress.org/support/users/szepeviktor/)
 * (@szepeviktor)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/shortcake-ui/#post-7543543)
 * Also there could be a Meta Shortcodes-displaying shortcake:
 * [meta-shortcode id=”115″]
 * with one UI field: a [post_select](https://github.com/wp-shortcake/shortcake/blob/master/inc/fields/class-field-post-select.php).
 * Off: I am working on a Shortcake-based solution when Meta Shortcodes CPT is called“
   Content Blokk”. They cannot be accessed by a shortcode=post title, but only be
   the above described blokk-displaying shortcode called `[blokk]` and its UI.
 * [see here](https://i.snag.gy/vY2o9d.jpg)

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Shortcake UI’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/custom-content-shortcode_766976.svg)
 * [Custom Content Shortcode](https://wordpress.org/plugins/custom-content-shortcode/)
 * [Support Threads](https://wordpress.org/support/plugin/custom-content-shortcode/)
 * [Active Topics](https://wordpress.org/support/plugin/custom-content-shortcode/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/custom-content-shortcode/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/custom-content-shortcode/reviews/)

 * 2 replies
 * 1 participant
 * Last reply from: [Viktor Szépe](https://wordpress.org/support/users/szepeviktor/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/shortcake-ui/#post-7543543)
 * Status: not resolved