Title: Shortcode attributes
Last modified: March 8, 2021

---

# Shortcode attributes

 *  Resolved [entreevous](https://wordpress.org/support/users/entreevous/)
 * (@entreevous)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/shortcode-attributes-9/)
 * Is there a posted list of all command line attributes for each shortcode?
 * I basically want to be able to present a category archive’s content via shortcode.
   
   Not really via a grid, but just like it’s showing up on the archive page (i.e.
   with the Description field displayed).
 * This file doesn’t give a list:
    [How to Use Shortcodes to Display Docs in BetterDocs?](https://betterdocs.co/docs/use-shortcodes-display-docs/)

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

 *  Thread Starter [entreevous](https://wordpress.org/support/users/entreevous/)
 * (@entreevous)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/shortcode-attributes-9/#post-14155403)
 * For [Betterdocs_Catagory_Grid] it appears to be:
    ‘sidebar_list’ => false, ‘post_type’
   => ‘docs’, ‘category’ => ‘doc_category’, ‘post_counter’ => true, ‘icon’ => true,‘
   masonry’ => ”, ‘column’ => ”, ‘posts_per_grid’ => ”, ‘nested_subcategory’ => ”,‘
   terms’ => ”, ‘multiple_knowledge_base’ => false, ‘disable_customizer_style’ =
   > false,
 *  Plugin Support [Abid Hasan](https://wordpress.org/support/users/abidhasan112/)
 * (@abidhasan112)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/shortcode-attributes-9/#post-14178619)
 * Hi [@entreevous](https://wordpress.org/support/users/entreevous/) ,
 * First of all, sorry for the late response.
    Here is the all shortcode lists and
   their attributes:
 * **betterdocs_category_grid**:
    ‘sidebar_list’ => false, ‘post_type’ => ‘docs’,‘
   category’ => ‘doc_category’, ‘post_counter’ => true, ‘icon’ => true, ‘masonry’
   => ”, ‘column’ => ”, ‘posts_per_grid’ => ”, ‘nested_subcategory’ => ”, ‘terms’
   => ”, ‘multiple_knowledge_base’ => false, ‘disable_customizer_style’ => false,
 * **betterdocs_category_list**:
    ‘post_type’ => ‘docs’, ‘category’ => ‘doc_category’,‘
   masonry’ => ”, ‘column’ => ”, ‘posts_per_page’ => ”, ‘nested_subcategory’ => ”,‘
   terms’ => ”, ‘multiple_knowledge_base’ => false
 * **betterdocs_category_box**:
    ‘post_type’ => ‘docs’, ‘category’ => ‘doc_category’,‘
   column’ => ”, ‘nested_subcategory’ => ”, ‘terms’ => ”, ‘multiple_knowledge_base’
   => false, ‘disable_customizer_style’ => false
 * **betterdocs_feedback_form**:
    ‘button_text’ => ‘Send’
 * **betterdocs_social_share**:
    ‘title’ => ‘Share This Article :’, ‘facebook_sharing’
   => ‘1’, ‘twitter_sharing’ => ‘1’, ‘linkedin_sharing’ => ‘1’, ‘pinterest_sharing’
   => ‘1’

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

The topic ‘Shortcode attributes’ is closed to new replies.

 * ![](https://ps.w.org/betterdocs/assets/icon-256x256.png?rev=2953105)
 * [BetterDocs – AI Documentation, Knowledge Base, Docs, Wikis, FAQ with Chatbot](https://wordpress.org/plugins/betterdocs/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/betterdocs/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/betterdocs/)
 * [Active Topics](https://wordpress.org/support/plugin/betterdocs/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/betterdocs/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/betterdocs/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Abid Hasan](https://wordpress.org/support/users/abidhasan112/)
 * Last activity: [5 years, 3 months ago](https://wordpress.org/support/topic/shortcode-attributes-9/#post-14178619)
 * Status: resolved