Plugin Directory

Changeset 3318117


Ignore:
Timestamp:
06/26/2025 09:28:13 AM (8 months ago)
Author:
youssefgalal
Message:

Updated readme.txt with short description and stable tag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dynamic-category-slider/trunk/readme.txt

    r3318110 r3318117  
    11=== Dynamic Category Slider ===
    2 Contributors:Youssef Galal
    3 Donate Link:
     2Contributors: youssefgalal
     3Donate link:
    44Tags: slider, categories, posts, elementor, custom post types
    55Requires at least: 5.6
     
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1111
     12A professional and flexible slider plugin that displays WordPress posts by categories with Slick Slider integration and Elementor support.
     13
    1214== Description ==
    13 A professional and flexible slider plugin that displays WordPress posts by categories with Slick Slider integration and Elementor support. Features include custom post type support, taxonomy filtering, responsive design, and customizable controls.
     15
     16Dynamic Category Slider is a professional and flexible plugin that displays WordPress posts grouped by category using Slick Slider. It supports Elementor, custom post types, taxonomy filtering, responsive layouts, and customizable navigation.
    1417
    1518== Installation ==
     
    2326= How do I use the shortcode? =
    2427Use the shortcode `[dynamic_category_slider]` with the following optional attributes:
    25 *   `post_type`: Specify the post type slug (default is 'post'). Example: `[dynamic_category_slider post_type="your_custom_post_type"]`
    26 *   `posts_per_page`: Number of posts to display per category (default is 6). Example: `[dynamic_category_slider posts_per_page="10"]`
    27 *   `columns`: Number of columns to show (default is 3). Example: `[dynamic_category_slider columns="4"]`
    28 *   `excluded_posts`: Comma-separated list of post IDs to exclude. Example: `[dynamic_category_slider excluded_posts="1,5,10"]`
    29 *   `show_arrows`: Whether to show navigation arrows ('yes' or 'no', default is 'yes'). Example: `[dynamic_category_slider show_arrows="no"]`
    30 *   `show_dots`: Whether to show navigation dots ('yes' or 'no', default is 'yes'). Example: `[dynamic_category_slider show_dots="no"]`
    31 *   `orderby`: Order by criterion (e.g., 'date', 'title', 'rand', default is 'date'). Example: `[dynamic_category_slider orderby="title"]`
    32 *   `order`: Order direction ('ASC' or 'DESC', default is 'DESC'). Example: `[dynamic_category_slider order="ASC"]`
     28*   `post_type`: Specify the post type slug (default is 'post').
     29*   `posts_per_page`: Number of posts to display per category (default is 6).
     30*   `columns`: Number of columns to show (default is 3).
     31*   `excluded_posts`: Comma-separated list of post IDs to exclude.
     32*   `show_arrows`: Show navigation arrows ('yes' or 'no', default is 'yes').
     33*   `show_dots`: Show navigation dots ('yes' or 'no', default is 'yes').
     34*   `orderby`: Order by (e.g., 'date', 'title', 'rand'; default is 'date').
     35*   `order`: Order direction ('ASC' or 'DESC'; default is 'DESC').
    3336
    3437= How do I use the Elementor widget? =
     
    3841
    3942= 1.0.0 =
    40 * Initial release. 
     43* Initial release.
    4144
    4245== Upgrade Notice ==
    4346
    4447= 1.0.0 =
    45 Initial release 
     48Initial release.
Note: See TracChangeset for help on using the changeset viewer.