Changeset 3445428
- Timestamp:
- 01/23/2026 09:03:05 AM (2 months ago)
- Location:
- cardcrafter-data-grids
- Files:
-
- 2 edited
-
tags/1.13.0/readme.txt (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cardcrafter-data-grids/tags/1.13.0/readme.txt
r3445265 r3445428 77 77 == Usage == 78 78 79 **WordPress Native Data (NEW!):** 79 **Display WordPress Posts** 80 Display your blog posts, pages, or custom post types as beautiful cards. 81 `[cardcrafter-data-grids post_type="post"]` 82 83 **Show WooCommerce Products** 84 Display your products in a grid layout. 80 85 `[cardcrafter-data-grids post_type="product"]` 86 87 **Team Directory (Sorted)** 88 Display team members sorted alphabetically by title. 81 89 `[cardcrafter-data-grids post_type="team" wp_query="orderby=title&order=ASC"]` 82 *Display your WordPress posts, pages, or custom post types as beautiful cards* 83 84 **Advanced WordPress Integration:** 90 91 **News Category** 92 Show only posts from the 'news' category. 85 93 `[cardcrafter-data-grids post_type="post" wp_query="category_name=news&posts_per_page=6"]` 94 95 **Featured Products** 96 Display products that have a 'featured' meta key set to 'yes'. 86 97 `[cardcrafter-data-grids post_type="product" wp_query="meta_key=featured&meta_value=yes"]` 98 99 **Team by Author** 100 Show team members created by a specific author (ID 5). 87 101 `[cardcrafter-data-grids post_type="team" wp_query="author=5&orderby=menu_order"]` 88 *Support for categories, custom fields, authors, and complex WordPress queries* 89 90 **ACF (Advanced Custom Fields) Integration:** 102 103 **Portfolio with Custom Fields (ACF)** 104 Map your custom fields to card elements automatically. 91 105 `[cardcrafter-data-grids post_type="portfolio" image_field="project_image" subtitle_field="client_name"]` 106 107 **Product with Descriptions** 108 Use custom fields for price and features. 92 109 `[cardcrafter-data-grids post_type="product" subtitle_field="price" description_field="product_features"]` 93 *Automatic integration with ACF fields - use any custom field as card content* 94 95 **Instant Demo (No Setup Required):** 110 111 **Instant Demo** 112 Automatically loads team demo data with professional banner. 96 113 `[cardcrafter-data-grids]` 97 *Automatically loads team demo data with professional banner* 98 99 **Gutenberg Block (Recommended):** 114 115 **Gutenberg Block (Recommended)** 100 116 1. Add the "CardCrafter" block to any post/page 101 117 2. Configure your data source in the sidebar settings … … 103 119 4. Preview updates live in the editor 104 120 105 **Shortcode (Classic Editor):** 121 **Load from JSON URL** 122 Load data from an external JSON source. 106 123 `[cardcrafter-data-grids source="https://example.com/team.json"]` 107 124 108 **With Options:** 125 **Masonry Layout** 126 Display cards in a Pinterest-style masonry layout. 109 127 `[cardcrafter-data-grids source="https://example.com/products.json" layout="masonry" columns="4"]` 110 128 111 **Shortcode Attributes :**129 **Shortcode Attributes** 112 130 * `source` (optional) - URL of your JSON data. Omit for instant demo mode. 113 131 * `post_type` (NEW!) - WordPress post type to display (post, page, product, etc.) -
cardcrafter-data-grids/trunk/readme.txt
r3445263 r3445428 77 77 == Usage == 78 78 79 **WordPress Native Data (NEW!):** 79 **Display WordPress Posts** 80 Display your blog posts, pages, or custom post types as beautiful cards. 81 `[cardcrafter-data-grids post_type="post"]` 82 83 **Show WooCommerce Products** 84 Display your products in a grid layout. 80 85 `[cardcrafter-data-grids post_type="product"]` 86 87 **Team Directory (Sorted)** 88 Display team members sorted alphabetically by title. 81 89 `[cardcrafter-data-grids post_type="team" wp_query="orderby=title&order=ASC"]` 82 *Display your WordPress posts, pages, or custom post types as beautiful cards* 83 84 **Advanced WordPress Integration:** 90 91 **News Category** 92 Show only posts from the 'news' category. 85 93 `[cardcrafter-data-grids post_type="post" wp_query="category_name=news&posts_per_page=6"]` 94 95 **Featured Products** 96 Display products that have a 'featured' meta key set to 'yes'. 86 97 `[cardcrafter-data-grids post_type="product" wp_query="meta_key=featured&meta_value=yes"]` 98 99 **Team by Author** 100 Show team members created by a specific author (ID 5). 87 101 `[cardcrafter-data-grids post_type="team" wp_query="author=5&orderby=menu_order"]` 88 *Support for categories, custom fields, authors, and complex WordPress queries* 89 90 **ACF (Advanced Custom Fields) Integration:** 102 103 **Portfolio with Custom Fields (ACF)** 104 Map your custom fields to card elements automatically. 91 105 `[cardcrafter-data-grids post_type="portfolio" image_field="project_image" subtitle_field="client_name"]` 106 107 **Product with Descriptions** 108 Use custom fields for price and features. 92 109 `[cardcrafter-data-grids post_type="product" subtitle_field="price" description_field="product_features"]` 93 *Automatic integration with ACF fields - use any custom field as card content* 94 95 **Instant Demo (No Setup Required):** 110 111 **Instant Demo** 112 Automatically loads team demo data with professional banner. 96 113 `[cardcrafter-data-grids]` 97 *Automatically loads team demo data with professional banner* 98 99 **Gutenberg Block (Recommended):** 114 115 **Gutenberg Block (Recommended)** 100 116 1. Add the "CardCrafter" block to any post/page 101 117 2. Configure your data source in the sidebar settings … … 103 119 4. Preview updates live in the editor 104 120 105 **Shortcode (Classic Editor):** 121 **Load from JSON URL** 122 Load data from an external JSON source. 106 123 `[cardcrafter-data-grids source="https://example.com/team.json"]` 107 124 108 **With Options:** 125 **Masonry Layout** 126 Display cards in a Pinterest-style masonry layout. 109 127 `[cardcrafter-data-grids source="https://example.com/products.json" layout="masonry" columns="4"]` 110 128 111 **Shortcode Attributes :**129 **Shortcode Attributes** 112 130 * `source` (optional) - URL of your JSON data. Omit for instant demo mode. 113 131 * `post_type` (NEW!) - WordPress post type to display (post, page, product, etc.)
Note: See TracChangeset
for help on using the changeset viewer.