{"id":49567,"date":"2016-07-08T07:50:31","date_gmt":"2016-07-08T07:50:31","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/events-manager-for-wp\/"},"modified":"2016-09-29T17:25:55","modified_gmt":"2016-09-29T17:25:55","slug":"events-manager-for-wp","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/events-manager-for-wp\/","author":11944564,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.2.6","stable_tag":"1.2.6","tested":"4.6.30","requires":"4.5","requires_php":"","requires_plugins":"","header_name":"Events Manager for WordPress","header_author":"Forsite Media","header_description":"","assets_banners_color":"","last_updated":"2016-09-29 17:25:55","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/forsite.media\/","header_plugin_uri":"https:\/\/github.com\/forsitemedia\/events-manager-for-wp\/","header_author_uri":"https:\/\/forsite.media\/","rating":0,"author_block_rating":0,"active_installs":10,"downloads":1763,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog","faq"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.1.0","1.1.1","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.2.6"],"block_files":[],"assets_screenshots":[],"screenshots":[]},"plugin_section":[],"plugin_tags":[2431,1486,5442,5605],"plugin_category":[40],"plugin_contributors":[],"plugin_business_model":[],"class_list":["post-49567","plugin","type-plugin","status-closed","hentry","plugin_tags-event","plugin_tags-events","plugin_tags-events-manager","plugin_tags-genesiswp","plugin_category-calendar-and-events","plugin_committers-defries","plugin_support_reps-defries"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/events-manager-for-wp.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>Events Manager for WP is a simple and lightweight plugin to maintain your events. Works perfectly with the Genesis Framework. It offers the following features:<\/p>\n\n<h4>Features<\/h4>\n\n<ul>\n<li>Simple event registration<\/li>\n<li>Recurring events (soon!)<\/li>\n<li>Multisite support<\/li>\n<li>Genesis support<\/li>\n<li>Location \/ maps support<\/li>\n<li>Event categories<\/li>\n<li>Events widget<\/li>\n<li>Schema.org markup<\/li>\n<\/ul>\n\n<h4>Settings<\/h4>\n\n<ul>\n<li>The Single Event Slug prefix<\/li>\n<li>The Archive Slug<\/li>\n<li>Event Types prefix<\/li>\n<li>Events Overview slug<\/li>\n<li>Optionally hide Post Info on events in case Genesis is used<\/li>\n<\/ul>\n\n<h3>Support<\/h3>\n\n<p>If you would like to file a bug report or ask a question, please do so in the WordPress.org support forums.<\/p>\n\n<!--section=installation-->\n<p>Install and activate the plugin. An \"Events\" menu item will appear in the WordPress admin panel, from which you can add events and alter the URL setup for the plugin.<\/p>\n\n<h4>Adding events<\/h4>\n\n<p>An event needs to have it's title, description (main post content) and start\/end times set. You may also set an event to be a whole day event, and set a location to display a map on the event.<\/p>\n\n<h4>Future events<\/h4>\n\n<p>To create an event scheduled for the future, simply set the start time to a future time.<\/p>\n\n<h4>Displaying a calendar<\/h4>\n\n<p>A calendar can be displayed on a page through use of the <code>[events-calendar]<\/code> shortcode.<\/p>\n\n<h4>Widget<\/h4>\n\n<p>The plugin includes an upcoming events widget. The widget includes settings for the title, number of events and button text for the \"view all events\" button.<\/p>\n\n<h4>Modifying schema.org markup<\/h4>\n\n<p>The following example will allow you to edit the Schema.org event description markup if your theme requires it to be different from what the plugin outputs.\n    `\n&lt;?php<\/p>\n\n<p>add_filter( 'the_content', 'your_prefix_replace_markup' );\n\/**\n * Filter the default EM4WP Schema.org markup.\n *\n * @param string $content Existing content.\n * @return string Amended content.\n *\/\nfunction your_prefix_replace_markup( $content ) {<\/p>\n\n<pre><code>return str_replace( '&lt;div itemprop=\"description\"&gt;', '&lt;div itemprop=\"something-else\"&gt;', $content );\n<\/code><\/pre>\n\n<p>}\n    `<\/p>\n\n<!--section=changelog-->\n<h4>1.2.5<\/h4>\n\n<ul>\n<li>Last Schema.org improvements for the day. We promise.<\/li>\n<\/ul>\n\n<h4>1.2.4<\/h4>\n\n<ul>\n<li>Improve Location handling<\/li>\n<\/ul>\n\n<h4>1.2.3<\/h4>\n\n<ul>\n<li>Further Schema.org improvements to Post Info on single events<\/li>\n<li>Added Location Name metabox<\/li>\n<li>Fixed bug where single events would display all event types<\/li>\n<li>Add setting to hide Post Info on single events entirely<\/li>\n<li>Added some missing text domains<\/li>\n<\/ul>\n\n<h4>1.2.2<\/h4>\n\n<ul>\n<li>i18n all the things..<\/li>\n<\/ul>\n\n<h4>1.2.1<\/h4>\n\n<ul>\n<li>Improve example schema.org example. Props Gary Jones.<\/li>\n<li>By declaring <code>\"use strict\";<\/code>, browsers can use their strict JS engines, which are often faster. Props Gary Jones.<\/li>\n<li>Better default location coordinates<\/li>\n<\/ul>\n\n<h4>1.2.0<\/h4>\n\n<ul>\n<li>Various improvements from schema fixes to enhanced options<\/li>\n<li>Documentation improvements<\/li>\n<\/ul>\n\n<h4>1.1 (2016-07-06)<\/h4>\n\n<ul>\n<li>Initial release on WordPress.org<\/li>\n<\/ul>\n\n<h4>1.0 (2016-06-15)<\/h4>\n\n<ul>\n<li>Initial test release<\/li>\n<\/ul>\n\n<!--section=faq-->\n<dl>\n<dt>Installation Instructions<\/dt>\n<dd><p>Install and activate the plugin. An \"Events\" menu item will appear in the WordPress admin panel, from which you can add events and alter the URL setup for the plugin.<\/p>\n\n<h4>Adding events<\/h4>\n\n<p>An event needs to have it's title, description (main post content) and start\/end times set. You may also set an event to be a whole day event, and set a location to display a map on the event.<\/p>\n\n<h4>Future events<\/h4>\n\n<p>To create an event scheduled for the future, simply set the start time to a future time.<\/p>\n\n<h4>Displaying a calendar<\/h4>\n\n<p>A calendar can be displayed on a page through use of the <code>[events-calendar]<\/code> shortcode.<\/p>\n\n<h4>Widget<\/h4>\n\n<p>The plugin includes an upcoming events widget. The widget includes settings for the title, number of events and button text for the \"view all events\" button.<\/p>\n\n<h4>Modifying schema.org markup<\/h4>\n\n<p>The following example will allow you to edit the Schema.org event description markup if your theme requires it to be different from what the plugin outputs.\n    `\n&lt;?php<\/p>\n\n<p>add_filter( 'the_content', 'your_prefix_replace_markup' );\n\/**\n * Filter the default EM4WP Schema.org markup.\n *\n * @param string $content Existing content.\n * @return string Amended content.\n *\/\nfunction your_prefix_replace_markup( $content ) {<\/p>\n\n<pre><code>return str_replace( '&lt;div itemprop=\"description\"&gt;', '&lt;div itemprop=\"something-else\"&gt;', $content );\n<\/code><\/pre>\n\n<p>}\n    `<\/p><\/dd>\n\n<\/dl>","raw_excerpt":"A full featured Events Manager plugin, including recurring events, maps\/location and multisite support.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/49567","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=49567"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/anonymized-11944564"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=49567"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=49567"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=49567"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=49567"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=49567"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=49567"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}