這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

XML News Sitemap

外掛說明

This plugin provides a Google News XML Sitemap for WordPress that lists the most recent 1000 articles published in the past two days that are marked to be included in an auto-generated Google Sitemap News XML file in accordance with the standards detailed on the Creating a Google News sitemap page here: https://support.google.com/news/publisher/answer/74288?hl=en-GB

Created by Web Developer: Justin Norton – https://www.jnorton.co.uk

Sites using this plugin:
http://startups.co.uk/sitemap-news.xml
http://is4profit.com/sitemap-news.xml

安裝方式

  1. Unzip the xml-news-sitemap.zip file.
  2. Upload the xml-news-sitemap folder (not just the files in it!) to your wp-content/plugins folder. If you’re using FTP, use ‘binary’ mode.

常見問題集

Installation Instructions
  1. Unzip the xml-news-sitemap.zip file.
  2. Upload the xml-news-sitemap folder (not just the files in it!) to your wp-content/plugins folder. If you’re using FTP, use ‘binary’ mode.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈XML News Sitemap〉的開發相關工作。

參與者

將〈XML News Sitemap〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.2.5

  • Changing priority of sitemap render function add_filter(‘template_redirect’, array(&$this, ‘renderXML’),0,0);

1.2.4

  • Tested against WP 4.9.x

1.2.3

  • Bug fix for add_filter(‘plugin_action_links_’.plugin_basename( FILE ), array(&$this, ‘add_action_links’)); in gns_xml.php – line 49.

1.2.2

  • Bug fix for missing unserialize for $settings[‘gns_xml_genres’] in /lib/template/gns_xml_output.php – line 90.

1.2.1

  • Bug fixing last commit.
  • Providing better defaults for genres.

1.2.0

  • Changed input type for Genre to textfield due to Google changing guidance on Genre labels. Use a comma separated list of Genre values for this field – thanks to @w-sky for highlighting this issue.
  • Tested against WP 4.8.2

1.1.6

  • Fixed non-english character entities in post titles.
  • Fixed saving configuration options arrays.

1.1.5

  • Fixed PHP warning on Add Post screen.

1.1.4

  • Tweaking default settings.

1.1.3

  • Bug fixing beta tests.

1.1.2

  • First public release!