Changeset 3165069
- Timestamp:
- 10/08/2024 02:26:57 PM (17 months ago)
- Location:
- fsdpe-events
- Files:
-
- 2 edited
-
tags/1.0.1/README.txt (modified) (2 diffs)
-
trunk/README.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fsdpe-events/tags/1.0.1/README.txt
r3165056 r3165069 28 28 2. Activate the plugin through the 'Plugins' menu in WordPress. 29 29 3. Navigate to 'Events' in the admin panel to start creating events. 30 4. To display the calendar on your page, you can either add it via the Gutenberg block or by using the shortcode [fsdpe_events_calendar] if you're not using Gutenberg.30 4. To display the calendar on your page, you can either add it via the Gutenberg block (Events view) or by using the shortcode [fsdpe_events_calendar] if you're not using Gutenberg. 31 31 5. The "Add to Calendar" block is automatically included on every event single page, displaying an image along with event details such as the time and description. If your site is not using Gutenberg or if you prefer, you can also add it manually using the shortcode [fsdpe_add_to_calendar id="your-event-id"]. 32 32 … … 51 51 52 52 The show-calendar option controls the visibility of the calendar view, while show-cards controls the visibility of the card view. The show-list option determines the visibility of the list view. You can set the number of events displayed in the card and list views using the events-per-page option, which defaults to 5. 53 Example: [fsdpe_events_calendar show-list="false" events-per-page="10"] - this will display only Calendar and Cards view with 10 events per page. 53 54 54 55 For adding events to your calendar, [fsdpe_add_to_calendar] displays the event details on the single event page, including an image and the "Add to Calendar" button. You can also specify an event ID with [fsdpe_add_to_calendar id="1346"] to display a specific event in any location. -
fsdpe-events/trunk/README.txt
r3165056 r3165069 28 28 2. Activate the plugin through the 'Plugins' menu in WordPress. 29 29 3. Navigate to 'Events' in the admin panel to start creating events. 30 4. To display the calendar on your page, you can either add it via the Gutenberg block or by using the shortcode [fsdpe_events_calendar] if you're not using Gutenberg.30 4. To display the calendar on your page, you can either add it via the Gutenberg block (Events view) or by using the shortcode [fsdpe_events_calendar] if you're not using Gutenberg. 31 31 5. The "Add to Calendar" block is automatically included on every event single page, displaying an image along with event details such as the time and description. If your site is not using Gutenberg or if you prefer, you can also add it manually using the shortcode [fsdpe_add_to_calendar id="your-event-id"]. 32 32 … … 51 51 52 52 The show-calendar option controls the visibility of the calendar view, while show-cards controls the visibility of the card view. The show-list option determines the visibility of the list view. You can set the number of events displayed in the card and list views using the events-per-page option, which defaults to 5. 53 Example: [fsdpe_events_calendar show-list="false" events-per-page="10"] - this will display only Calendar and Cards view with 10 events per page. 53 54 54 55 For adding events to your calendar, [fsdpe_add_to_calendar] displays the event details on the single event page, including an image and the "Add to Calendar" button. You can also specify an event ID with [fsdpe_add_to_calendar id="1346"] to display a specific event in any location.
Note: See TracChangeset
for help on using the changeset viewer.