Plugin Directory

Changeset 3165069


Ignore:
Timestamp:
10/08/2024 02:26:57 PM (17 months ago)
Author:
56degrees
Message:

readme update

Location:
fsdpe-events
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • fsdpe-events/tags/1.0.1/README.txt

    r3165056 r3165069  
    28282. Activate the plugin through the 'Plugins' menu in WordPress.
    29293. 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.
     304. 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.
    31315. 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"].
    3232
     
    5151
    5252The 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.
     53Example: [fsdpe_events_calendar show-list="false" events-per-page="10"] - this will display only Calendar and Cards view with 10 events per page.
    5354
    5455For 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  
    28282. Activate the plugin through the 'Plugins' menu in WordPress.
    29293. 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.
     304. 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.
    31315. 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"].
    3232
     
    5151
    5252The 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.
     53Example: [fsdpe_events_calendar show-list="false" events-per-page="10"] - this will display only Calendar and Cards view with 10 events per page.
    5354
    5455For 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.