Changeset 3318117
- Timestamp:
- 06/26/2025 09:28:13 AM (8 months ago)
- File:
-
- 1 edited
-
dynamic-category-slider/trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dynamic-category-slider/trunk/readme.txt
r3318110 r3318117 1 1 === Dynamic Category Slider === 2 Contributors: Youssef Galal3 Donate Link:2 Contributors: youssefgalal 3 Donate link: 4 4 Tags: slider, categories, posts, elementor, custom post types 5 5 Requires at least: 5.6 … … 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html 11 11 12 A professional and flexible slider plugin that displays WordPress posts by categories with Slick Slider integration and Elementor support. 13 12 14 == 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 16 Dynamic 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. 14 17 15 18 == Installation == … … 23 26 = How do I use the shortcode? = 24 27 Use 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'). 33 36 34 37 = How do I use the Elementor widget? = … … 38 41 39 42 = 1.0.0 = 40 * Initial release. 43 * Initial release. 41 44 42 45 == Upgrade Notice == 43 46 44 47 = 1.0.0 = 45 Initial release 48 Initial release.
Note: See TracChangeset
for help on using the changeset viewer.