Add infos to the events calendar

0

The lightweight plugin “Add infos to the events calendar” provides a shortcode block (image copyright, button with link to events with a special category, link to the website of the

Version
Last updated
Active installations
WordPress Version
Tested up to
PHP Version
pa_languages
Rating
Total ratings
Tags
This plugin is outdated and might not be supported anymore.

Description

The lightweight plugin “Add infos to the events calendar” provides a shortcode block (image copyright, button with link to events with a special category, link to the website of the organizer) to single events for The Events Calendar Free Plugin (by MODERN TRIBE)
The path to the The Events Calendar (TEC) categories is automatically suggested during installation. To be on the safe side, however, you should check this by going to the relevant event after using the shortcut and checking that the links are executed correctly.
As a rule, the short code (description and examples see below) should be one of the last lines of a single event. However, the short code can also be used in principle in posts. In this case, you should usually not use the option “vl”, because this option refers to events, unless you want to link to a specific category in a contribution on events, for example.
Automatically displays the text from “Caption” (see Media, image details) in italics by default for an event or a post. A copyright notice should be entered in this field.

Attention

If the plugin is deleted, the shortcode remains in the posts and events. In this case use a plugin to delete the shortcodes, e.g. Shortcode Cleaner Lite (see wordpress.org). However, there is no guarantee that all shortcodes will be deleted correctly.

Shortcode – Options

  1. link = link e.g. to organizer
  2. vl = list of events
  3. il = e.g. used for internal link

Call Examples

  • [fuss link=”https://externer_link.de” vl=””] –> always shows picture credits, then more info with the link to external website and at vl=”” the link to “more events”.
  • [fuss vl=””] –> always shows picture credits, but no link to external website and at vl=”” the link to “more events”.
  • [fuss] –> always shows picture credits, but no link to external website.
  • [fuss link=”https://externer_link.de” vl=”nature”] –> always shows picture credits, then more info with the link to external website and at vl=”Nature” the link to “more events: nature”.
    (of course the category must exist in The Events Calendar (this is checked by a function). If the category does not exist, the event list will be shown.)
  • [fuss vl=”” il=”http://internal_link.de/example”] –> always shows picture credits, but no link to external website and at vl=”” the link to “more events” and at il=”http://internal_link.de/example” the link to another external or internal webesite.