This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Calendar-To-Events

Description

Calendar-To-Events – this is a convenient plugin calendar events with the ability to display a certain month and year.

Features

  • Ability to add a calendar using the shortcode [cal2eve month=... year=...]
  • Template for taxonomies
  • Template for custom post type

Demo video

Bundled translations

  • Russian

Demo

Calendar example page

Donate link:

Screenshots

  • Активация
  • Проверка наличия ACF
  • Добавление произвольных полей в ACF
  • Проверка условия отображения
  • Примеры использования shortcode
  • вывод календаря на странице

Installation

This section describes how to install the plugin and get it working.

  1. Upload plugin to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. [OPTIONAL]Demo events, plugin-acf-import-for-cal2eve.json
  4. [OPTIONAL]ACF fields import file, demo-events.xml

FAQ

Ошибка при отображение пользовательских полей: “Город проведения”, “Дата проведения”.

Для корректного отображения данных полей, необходимо установить плагин ACF и создать 2 поля или импортировать файл, который находится в репозитории Github плагина

Как вывести календарь за определенный {YEAR} и {MONTH}?

При вставке шорткода [cal2eve] на страницу, необходимо указать 2 параметра:

  1. year={YEAR}
  2. month={MONTH}

Если какой-то из параметров не указан, то берется текущее значение. Например:

  • [cal2eve] – текущая дата
  • [cal2eve year=0, month=2019] – Январь 2019 (месяц = 0, так как исчесление месяцев находиться в диапазоне 0…11)
После установки появилась страница с названием Страница для Calendar-To-Events (url: …/cal2eve-events). Можно ли её удалить?

Да. Эта страница создается для демонстрации функционала календаря событий.
Если в дальнейшем планируете использовать вставку шорткодом и страницей не собираетесь пользоваться – удаляйте.

Can I contribute?

Yes you can!

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Calendar-To-Events” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Calendar-To-Events” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.0

  • Release