Plugin Directory

Changeset 3371339


Ignore:
Timestamp:
10/01/2025 04:18:55 PM (5 months ago)
Author:
lehelm
Message:

refine readme

Location:
atomic-events-calendar
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • atomic-events-calendar/tags/1.0.3/README.txt

    r3371227 r3371339  
    1717
    1818Instead of starting from scratch on every project, Atomic Events Calendar gives you: 
     19
    1920- A ready-to-use **Events post type** 
    2021- Essential event fields (date, venue, type, etc.) 
     
    2223- A robust **theming structure** for easy overrides and custom designs 
    2324
    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. 
     25Think 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. 
    2526
    2627Perfect for agencies that want full control over their event implementations—without the bloat. 
     
    4344Basic usage is through shortcode:
    4445
    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```
    4849
    4950== Installation ==
     
    54551. Place `[atomic-events]` in your templates
    5556
    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? ==
    6759
    6860The plugin provides a default template for single events, but you can override it in your theme:
     
    82743. If that doesn't work, go to Settings → Permalinks and click "Save Changes"
    8375
    84 == Developer Notes ==
    8576
    8677=== Template Hierarchy ===
     
    120111
    121112**Template Hierarchy Priority:**
     113
    1221141. **Child Theme**: `child-theme/atomic-events/[template-name].php`
    1231152. **Parent Theme**: `parent-theme/atomic-events/[template-name].php`
     
    2071996. **Test thoroughly** before deployment
    208200
     201
     202== Frequently Asked Questions ==
     203
     204= How can I print out Events =
     205
     206Simply 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```
    209211
    210212== Screenshots ==
  • atomic-events-calendar/trunk/README.txt

    r3371227 r3371339  
    1717
    1818Instead of starting from scratch on every project, Atomic Events Calendar gives you: 
     19
    1920- A ready-to-use **Events post type** 
    2021- Essential event fields (date, venue, type, etc.) 
     
    2223- A robust **theming structure** for easy overrides and custom designs 
    2324
    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. 
     25Think 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. 
    2526
    2627Perfect for agencies that want full control over their event implementations—without the bloat. 
     
    4344Basic usage is through shortcode:
    4445
    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```
    4849
    4950== Installation ==
     
    54551. Place `[atomic-events]` in your templates
    5556
    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? ==
    6759
    6860The plugin provides a default template for single events, but you can override it in your theme:
     
    82743. If that doesn't work, go to Settings → Permalinks and click "Save Changes"
    8375
    84 == Developer Notes ==
    8576
    8677=== Template Hierarchy ===
     
    120111
    121112**Template Hierarchy Priority:**
     113
    1221141. **Child Theme**: `child-theme/atomic-events/[template-name].php`
    1231152. **Parent Theme**: `parent-theme/atomic-events/[template-name].php`
     
    2071996. **Test thoroughly** before deployment
    208200
     201
     202== Frequently Asked Questions ==
     203
     204= How can I print out Events =
     205
     206Simply 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```
    209211
    210212== Screenshots ==
Note: See TracChangeset for help on using the changeset viewer.