该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Numeric Slugs

描述

When using /sample-post/ or /%postname%/ permalinks and a slug consisting of only numbers, WordPress incorrectly interprets this as pagination and doesn’t handle things correctly. This plug-in will send users to the correct post.

安装

The best way is always to install through the WordPress back-end.

If you want to do it manually:

  1. Upload the numeric-slugs directory to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.

常见问题

Which post titles does this affect?

Posts with titles and slugs made entirely of numbers seem to be considered pagination by WordPress. Instead of getting paginated summary pages or “post not found” errors, this plug-in allows for the correct posts to be shown.

What about WordPress 3.6?

WordPress seems to have addressed this issue internally, so this plug-in is no longer required.

评价

此插件暂无评价。

贡献者及开发者

“Numeric Slugs” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

将“Numeric Slugs”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.0.1

  • Updated plug-in to work with all titles/slugs of any length that are entirely numbers.
  • Expanded readme.txt

1.0.0

  • Initial release