Slug-Free Permalinks – Simple ID-Based URLs

描述

Choosing a new slug for every post, term, or language version is extra URL design work. Slug-Free Permalinks lets you move that work out of the publishing flow by using an item’s ID in the permalink instead.

Select the public post types and taxonomies you want to change, choose a URL format, and keep the rest of your site on its existing permalink structure. The plugin is intentionally focused: it changes URL structure without adding content features or front-end UI.

Why use ID-based permalinks?

  • Reduce the number of slug decisions and maintenance steps as your content grows.
  • Keep the URL pattern consistent even when titles, translations, or editorial wording change.
  • Apply the change selectively instead of switching every post type at once.

You can choose between:

  • /post/123/
  • /post-123/

The plugin only affects the post types and taxonomies you enable in the settings screen.

What you can configure:

  • Select individual public post types
  • Select individual public taxonomies
  • Use each selected type’s registered rewrite slug for the ID-based route
  • Choose slash or hyphen based ID permalink format
  • Optionally redirect legacy slug URLs to the current ID-based permalink when WordPress can resolve the request
  • Preserve prefixed permalink bases such as /en/ when another plugin adds them
  • Flush rewrite rules automatically when settings change

A focused, predictable change

Legacy slug redirects are optional and only run when WordPress can already resolve the request. Slug-Free Permalinks does not guess at every 404, so it avoids turning an ID-based permalink plugin into a site-wide slug lookup system.

The plugin is intended for new sites, structured-content sites, or projects that are still defining a permalink policy.

If your site already has many established slug-based URLs, review existing inbound links, search traffic, social shares, and editorial workflow assumptions before enabling it.

Known limitations:

  • The settings screen rejects selected post types or taxonomies with identical registered rewrite slugs.
  • Prefixed ID routes reserve the matching path shape, so language or path prefixes should not overlap existing page routes.

屏幕截图

安装

  1. In the WordPress admin screen, go to Plugins > Add New.
  2. Search for Slug-Free Permalinks.
  3. Click Install Now, then activate the plugin.
  4. Go to Settings > Slug-Free Permalinks.
  5. Choose a permalink format.
  6. Check the post types and taxonomies you want to convert to ID-based permalinks.
  7. Optionally enable legacy permalink redirects.
  8. Save changes.

If you prefer manual installation, upload the plugin folder to /wp-content/plugins/ and activate it from the Plugins screen.

常见问题

Does this change every post type automatically?

No. Only the post types and taxonomies you check in the settings screen are affected.

Does it redirect every old slug URL?

No. Slug-Free Permalinks avoids aggressive 404 slug guessing.
Redirects only run when WordPress can already resolve the request.

This keeps the plugin lightweight and predictable.

Why not attempt slug lookups for every 404?

Performing slug lookups on every 404 can introduce unnecessary database queries and unpredictable behavior.

The plugin prioritizes performance and compatibility with WordPress routing.

Does it support pages?

No. Pages are intentionally excluded to avoid conflicts with typical WordPress page permalink structures.

Does it support taxonomies too?

Yes. Public taxonomies with UI support can be switched to the same ID-based format.

Can a post type and taxonomy share the same slug?

The settings screen rejects selected post types or taxonomies with identical registered rewrite slugs, keeping the ID-based routes unambiguous.

Does it work with Polylang or language-directory URLs such as `/en/`?

Yes. The canonical ID-based permalink stays rooted at the site home, and language-directory plugins can add their own prefix on top of that.

For example, the plugin keeps using /post/123/ as the base shape, while Polylang style setups can expose /en/post/123/ and /en/category/45/.

评价

此插件暂无评价。

贡献者及开发者

「Slug-Free Permalinks – Simple ID-Based URLs」是开源软件。 以下人员对此插件做出了贡献。

贡献者

「Slug-Free Permalinks – Simple ID-Based URLs」插件已被翻译至 1 种本地化语言。 感谢所有译者为本插件所做的贡献。

帮助将「Slug-Free Permalinks – Simple ID-Based URLs」翻译成简体中文。

对开发感兴趣吗?

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

更新日志

1.5.0

  • Use registered rewrite slugs for ID-based post type and taxonomy routes
  • Reject conflicting selections that share a rewrite slug
  • Improve rewrite-rule refresh after post type and taxonomy registration

1.4.8

  • Avoid database writes when settings are normalized during public requests

1.4.7

  • Fix sitemap and indexing compatibility so permalink integrations receive canonical ID-based URLs consistently

For the complete release history, see the English changelog.