Linux 软件免费装

Events Manager for WordPress

开发者 forsitemedia
更新时间 2017年9月19日 02:47
捐献地址: 去捐款
PHP版本: 4.5 及以上
WordPress版本: 4.6.1
版权: GPLv2 or later
版权网址: 版权信息

标签

event events genesiswp events-manager

下载

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

详情介绍:

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: Features Settings

安装:

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. Adding events 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. Future events To create an event scheduled for the future, simply set the start time to a future time. Displaying a calendar A calendar can be displayed on a page through use of the [events-calendar] shortcode. Widget 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. Modifying schema.org markup 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. ``` <?php add_filter( 'the_content', 'your_prefix_replace_markup' ); /* * Filter the default EM4WP Schema.org markup. * * @param string $content Existing content. * @return string Amended content. / function your_prefix_replace_markup( $content ) { return str_replace( ' ', ' ', $content ); } ```

更新日志:

1.2.5 1.2.4 1.2.3 1.2.2 1.2.1 1.2.0 1.1 (2016-07-06) 1.0 (2016-06-15)