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
https://www.youtube.com/watch?v=61ihTLWOwMc
Bundled translations
- Russian
Demo
Donate link:
Screenshots
Installation
This section describes how to install the plugin and get it working.
- Upload plugin to the
/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- [OPTIONAL]Demo events, plugin-acf-import-for-cal2eve.json
- [OPTIONAL]ACF fields import file, demo-events.xml
FAQ
- Ошибка при отображение пользовательских полей: “Город проведения”, “Дата проведения”.
-
Для корректного отображения данных полей, необходимо установить плагин ACF и создать 2 поля или импортировать файл, который находится в репозитории Github плагина
- Как вывести календарь за определенный {YEAR} и {MONTH}?
-
При вставке шорткода
[cal2eve]
на страницу, необходимо указать 2 параметра:year={YEAR}
month={MONTH}
Если какой-то из параметров не указан, то берется текущее значение. Например:
[cal2eve]
– текущая дата[cal2eve year=0, month=2019]
– Январь 2019 (месяц = 0, так как исчесление месяцев находиться в диапазоне 0…11)
- После установки появилась страница с названием Страница для Calendar-To-Events (url: …/cal2eve-events). Можно ли её удалить?
-
Да. Эта страница создается для демонстрации функционала календаря событий.
Если в дальнейшем планируете использовать вставку шорткодом и страницей не собираетесь пользоваться – удаляйте. - Can I contribute?
-
Yes you can!
- Join in on my GitHub repository
- Add to friends Facebook
- Add to friends Vkontakte
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.
ContributorsTranslate “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