Linux 软件免费装

Plugin Name

开发者 itmatio
更新时间 2019年10月1日 04:56
捐献地址: 去捐款
PHP版本: 3.5.1 及以上
WordPress版本: 5.2.3
版权: GPLv2 or later
版权网址: 版权信息

标签

rss jobs stories

下载

1.2 1.0

详情介绍:

Creates custom post types for the various data feeds from https://data.interserve.org and automatically imports data from those feeds once a day. Shortcodes In the above, shortcode parameters are Widgets Settings The Plugin settings page is in the Settings menu: Settings: Interserve Data Styling The html tag surrounding each content type has a isdata_job_meta, isdata_story_meta etc class applied to it to help you customise styling. Where relevant, inner elements also have isdata_* classes you can use to further refine your styles.

安装:

Requires at least PHP7
  1. Upload to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Edit wp-config.php and add define("DISABLE_WP_CRON", true);
  4. Set up a cron job to call the cron.php (see the codex for wp_cron)
The feed update takes a long time: several minutes on first load, and 20+ seconds for each refresh so it needs to be run as a real system cron job that calls wp-cron.php once every 12 hours at the most. See Why WP-Cron Sucks. Note: the feed data is only updated once a day, so calling more often than once every 12 hours is a waste of CPU time and bandwidth. Repeat abusers will be blacklisted. The plugin settings page (in the Settings main menu) has two fields for each custom post type. Use this to insert raw html or a shortcode into the page above or below a singular job posting, story, contact etc. If a google maps API key is provided, a google map showing the location of each office will be displayed underneath the office contact details. Sign up for the Google Maps platform before your first sync / update to ensure offices are geocoded correctly.

更新日志:

0.1 24 March 2013 0.1.1 23 Oct 2014 1.0 29 Oct 2014 1.1 31 Jan 2017 1.1.5 21 Aug 2018 1.1.6 25 Aug 2018 1.1.7 15 Dec 2018 1.1.8 13 Jan 2019 1.2 1 Oct 2019 to do