Linux 软件免费装
Banner图

Sewn In XML Sitemap

开发者 jcow
ekaj
更新时间 2017年9月3日 02:52
捐献地址: 去捐款
PHP版本: 3.6.1 及以上
WordPress版本: 4.8.1
版权: GPLv2 or later
版权网址: 版权信息

标签

seo sitemap xml sitemap

下载

1.0.4 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6

详情介绍:

2.0.3 changed default post types used from only 'post' and 'page' to ALL public post types except "attachment". This is a cleaner approach, but may require customization. There is more info on customization below. This site doesn't notify of new support threads, so send a contact through our form to notify of a new thread for a quicker response. Simple way to automatically generate XML Sitemaps when a page or post is saved. Very simple, no cruft or extra features you won't use. There are two main customizations available. It also works well with our Sewn In Simple SEO plugin. When both are installed, they integrate together. Control what post types are added ` /** Remove a specific post from the sitemap A checkbox is added to each post type that is included in the sitemap. Checking it will remove that specific item from the sitemap. This checkbox also removes posts from wp_list_pages, you can turn that off using this filter: add_filter( 'sewn/sitemap/wp_list_pages', '__return_false' ); ` /** Change frequency for a post type, could also be used an a single post basis by checking the the $post-ID or $post->post_name ` /** 兼容性 Works with the Sewn In Simple SEO plugin. When installed, the XML sitemap checkbox integrates with the SEO fields and this plugin will use the SEO post types. The goal is to keep things very simple and integrated.

安装:

屏幕截图:

  • The XML Sitemap panel with checkbox to remove posts in the backend.
  • The [Sewn In Simple SEO](https://wordpress.org/plugins/sewn-in-simple-seo/) panel with XML Sitemap & [Sewn In Simple Social Optimization](https://wordpress.org/plugins/sewn-in-simple-social/) installed.

升级注意事项:

2.0.6 Removed array short syntax, so that we can now support WordPress PHP requirements (5.2.4). 2.0.0 There are some basic compatibility issues with some of the filters and actions from 1.0.x. 1.0.3 This is the first version in the Wordpress repository.

常见问题:

No questions yet.

更新日志:

2.0.6 - 2017-09-02 2.0.5 - 2017-08-30 2.0.4 - 2016-01-29 2.0.3 - 2015-07-27 2.0.2 - 2015-02-13 2.0.1 - 2015-02-13 2.0.0 - 2015-02-12 1.0.3 - 2014-08-03