Plugin Directory

Changeset 3371365


Ignore:
Timestamp:
10/01/2025 05:56:23 PM (5 months ago)
Author:
lehelm
Message:

update readme.

Location:
atomic-events-calendar
Files:
2 edited

Legend:

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

    r3371363 r3371365  
    4444Basic usage is through shortcode:
    4545
    46 ``
     46```php
    4747[atomic-events filter max='10' columns='3' featured='0' skip_first_x='0' skip skip_first_x_featured='1' order='ASC']
    48 ``
     48```
    4949
    5050== Installation ==
     
    9696The plugin provides a comprehensive template override system. You can override any template by creating files in your theme:
    9797
    98 ``
     98```php
    9999your-theme/
    100100└── atomic-events/
     
    108108    └── content/
    109109        └── single-event.php
    110 ``
     110```
    111111
    112112**Template Hierarchy Priority:**
     
    131131When creating custom templates, you have access to these event fields:
    132132
    133 ``
     133```php
    134134$event_model = new AtomicEventModel(get_the_ID());
    135135
     
    154154$event_model->get_event_image_id();
    155155$event_model->get_permalink();
    156 ``
     156```
    157157
    158158=== Creating Custom Templates ===
  • atomic-events-calendar/trunk/README.txt

    r3371363 r3371365  
    4444Basic usage is through shortcode:
    4545
    46 ``
     46```php
    4747[atomic-events filter max='10' columns='3' featured='0' skip_first_x='0' skip skip_first_x_featured='1' order='ASC']
    48 ``
     48```
    4949
    5050== Installation ==
     
    9696The plugin provides a comprehensive template override system. You can override any template by creating files in your theme:
    9797
    98 ``
     98```php
    9999your-theme/
    100100└── atomic-events/
     
    108108    └── content/
    109109        └── single-event.php
    110 ``
     110```
    111111
    112112**Template Hierarchy Priority:**
     
    131131When creating custom templates, you have access to these event fields:
    132132
    133 ``
     133```php
    134134$event_model = new AtomicEventModel(get_the_ID());
    135135
     
    154154$event_model->get_event_image_id();
    155155$event_model->get_permalink();
    156 ``
     156```
    157157
    158158=== Creating Custom Templates ===
Note: See TracChangeset for help on using the changeset viewer.