forked from flexseth/press-this-for-the-events-calendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
executable file
·38 lines (26 loc) · 1.25 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
=== Plugin Name ===
Plugin Name: Press This for The Events Calendar
Contributors: flexseth
Donate link: http://flexperception.com
Tags: the events calendar, event management, workflow, Press This, bookmarklet
Requires at least: 3.0.1
Tested up to: 4.4.2
Stable tag: 4.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Modify the Press This bookmarklet to be able to easily post Event types, which will allow you to easily add Events to The Events Calendar, a calendar plugin by Modern Tribe.
== Description ==
Use this plugin to easily add events to your event calendar that uses The Events Calendar plugin by Modern Tribe.
== Installation ==
1. Upload `press-this-for-the-events-calendar.php` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Enjoy.
== Frequently Asked Questions ==
= Do you do The Event Calendar integrations? =
Yes! Please go to flexperception.com and you can contact me.
= Is this software open source =
of course it is. If you want to support and need help, hire a developer.
= Does this work for other custom post types =
yup! Just change the line that says
$data['post_type'] = 'tribe_events';
replacing tribe_events with your custom post type name.