Changeset 3371339
- Timestamp:
- 10/01/2025 04:18:55 PM (5 months ago)
- Location:
- atomic-events-calendar
- Files:
-
- 2 edited
-
tags/1.0.3/README.txt (modified) (7 diffs)
-
trunk/README.txt (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
atomic-events-calendar/tags/1.0.3/README.txt
r3371227 r3371339 17 17 18 18 Instead of starting from scratch on every project, Atomic Events Calendar gives you: 19 19 20 - A ready-to-use **Events post type** 20 21 - Essential event fields (date, venue, type, etc.) … … 22 23 - A robust **theming structure** for easy overrides and custom designs 23 24 24 Think of it as a lightweight **framework disguised as a plugin**: everything you need to set up events quickly, with the freedom to extend and customize as you like.25 ✨ Think of it as a lightweight **framework disguised as a plugin**: everything you need to set up events quickly, with the freedom to extend and customize as you like. 25 26 26 27 Perfect for agencies that want full control over their event implementations—without the bloat. … … 43 44 Basic usage is through shortcode: 44 45 45 ``` [atomic-events filter max="10" columns="3" featured="0" skip_first_x="0" skip skip_first_x_featured="1" order="ASC"]46 ``` 47 46 ``` 47 [atomic-events filter max='10' columns='3' featured='0' skip_first_x='0' skip skip_first_x_featured='1' order='ASC'] 48 ``` 48 49 49 50 == Installation == … … 54 55 1. Place `[atomic-events]` in your templates 55 56 56 == Frequently Asked Questions == 57 58 = How can I print out Events = 59 60 Simply place a shortcode in your page content area like so: 61 62 ``` 63 [atomic-events filter="future" max="10" columns="3" featured="0" skip_first_x="0" skip_first_x_featured="1" order="ASC"] 64 ``` 65 66 = How can I customize the event template? = 57 58 == How can I customize the event template? == 67 59 68 60 The plugin provides a default template for single events, but you can override it in your theme: … … 82 74 3. If that doesn't work, go to Settings → Permalinks and click "Save Changes" 83 75 84 == Developer Notes ==85 76 86 77 === Template Hierarchy === … … 120 111 121 112 **Template Hierarchy Priority:** 113 122 114 1. **Child Theme**: `child-theme/atomic-events/[template-name].php` 123 115 2. **Parent Theme**: `parent-theme/atomic-events/[template-name].php` … … 207 199 6. **Test thoroughly** before deployment 208 200 201 202 == Frequently Asked Questions == 203 204 = How can I print out Events = 205 206 Simply place a shortcode in your page content area like so: 207 208 ``` 209 [atomic-events filter="future" max="10" columns="3" featured="0" skip_first_x="0" skip_first_x_featured="1" order="ASC"] 210 ``` 209 211 210 212 == Screenshots == -
atomic-events-calendar/trunk/README.txt
r3371227 r3371339 17 17 18 18 Instead of starting from scratch on every project, Atomic Events Calendar gives you: 19 19 20 - A ready-to-use **Events post type** 20 21 - Essential event fields (date, venue, type, etc.) … … 22 23 - A robust **theming structure** for easy overrides and custom designs 23 24 24 Think of it as a lightweight **framework disguised as a plugin**: everything you need to set up events quickly, with the freedom to extend and customize as you like.25 ✨ Think of it as a lightweight **framework disguised as a plugin**: everything you need to set up events quickly, with the freedom to extend and customize as you like. 25 26 26 27 Perfect for agencies that want full control over their event implementations—without the bloat. … … 43 44 Basic usage is through shortcode: 44 45 45 ``` [atomic-events filter max="10" columns="3" featured="0" skip_first_x="0" skip skip_first_x_featured="1" order="ASC"]46 ``` 47 46 ``` 47 [atomic-events filter max='10' columns='3' featured='0' skip_first_x='0' skip skip_first_x_featured='1' order='ASC'] 48 ``` 48 49 49 50 == Installation == … … 54 55 1. Place `[atomic-events]` in your templates 55 56 56 == Frequently Asked Questions == 57 58 = How can I print out Events = 59 60 Simply place a shortcode in your page content area like so: 61 62 ``` 63 [atomic-events filter="future" max="10" columns="3" featured="0" skip_first_x="0" skip_first_x_featured="1" order="ASC"] 64 ``` 65 66 = How can I customize the event template? = 57 58 == How can I customize the event template? == 67 59 68 60 The plugin provides a default template for single events, but you can override it in your theme: … … 82 74 3. If that doesn't work, go to Settings → Permalinks and click "Save Changes" 83 75 84 == Developer Notes ==85 76 86 77 === Template Hierarchy === … … 120 111 121 112 **Template Hierarchy Priority:** 113 122 114 1. **Child Theme**: `child-theme/atomic-events/[template-name].php` 123 115 2. **Parent Theme**: `parent-theme/atomic-events/[template-name].php` … … 207 199 6. **Test thoroughly** before deployment 208 200 201 202 == Frequently Asked Questions == 203 204 = How can I print out Events = 205 206 Simply place a shortcode in your page content area like so: 207 208 ``` 209 [atomic-events filter="future" max="10" columns="3" featured="0" skip_first_x="0" skip_first_x_featured="1" order="ASC"] 210 ``` 209 211 210 212 == Screenshots ==
Note: See TracChangeset
for help on using the changeset viewer.