Title: Longer Permalinks
Author: antithesisgr
Published: <strong>Mas 6, 2017</strong>
Last modified: Septanm 21, 2025

---

Search plugins

![](https://ps.w.org/longer-permalinks/assets/icon-256x256.png?rev=3365239)

# Longer Permalinks

 By [antithesisgr](https://profiles.wordpress.org/antithesisgr/)

[Download](https://downloads.wordpress.org/plugin/longer-permalinks.1.32.zip)

 * [Details](https://hat.wordpress.org/plugins/longer-permalinks/#description)
 * [Reviews](https://hat.wordpress.org/plugins/longer-permalinks/#reviews)
 *  [Installation](https://hat.wordpress.org/plugins/longer-permalinks/#installation)
 * [Development](https://hat.wordpress.org/plugins/longer-permalinks/#developers)

 [Support](https://wordpress.org/support/plugin/longer-permalinks/)

## Description

This plugin allows you to use longer URLs (permalinks), by allowing much more characters
in your titles and slug. The important is that this is done in a way that is future
compatible with WordPress core updates.
 There is a 200 characters limitation on
WordPress core nowadays and this limit is raised to 3000 with the plugin. Plugin
is always extending the current WordPress core code – your long URLs will work even
after WordPress core updates. This plugin is really useful especially in non-latin
slugs because of the required url escaping that increases the length of your permalinks
a lot.

#### Features

 * Upon activation the available slug length (post title) will become 3000, allowing
   long permalinks.
 * Required functionality is automatically applied without changing WordPress core
   files.
 * Even after core updates, plugin will automatically apply required changes and
   just keep your long URLs working.
 * Plugin requires at least MySQL 5.0.3

## Installation

 1. Upload plugin folder to the `/wp-content/plugins/longer-permalinks/` directory.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
 3. That’s it!

## FAQ

### What can I do with this plugin?

You can enjoy a lot more characters in your slugs and permalinks, without the default
core limitation and have future core compatibility at the same time.

### What do you mean by “future core compatibility”?

The plugin is using PHP reflection to dynamically apply the required changes in 
WordPress core every time you update your WordPress. It automatically detects any
WordPress updates and reapplies the required changes anytime this is needed.

## Reviews

![](https://secure.gravatar.com/avatar/f0ac5f40fe14915e9c39f5825ef7d36b6453642706a704a7fc2dfdda82c64184?
s=60&d=retro&r=g)

### 󠀁[Noice!](https://wordpress.org/support/topic/noice-19/)󠁿

 [svifi](https://profiles.wordpress.org/svifi/) Novanm 25, 2024

Noice! 👍

![](https://secure.gravatar.com/avatar/3fb580b63bb290b46b188bafeaad0a6d25e1f48feae9a8f0a6492be2dd94dd7f?
s=60&d=retro&r=g)

### 󠀁[Excellent plugin](https://wordpress.org/support/topic/excellent-plugin-9289/)󠁿

 [takisbig](https://profiles.wordpress.org/takisbig/) Septanm 1, 2024

Excellent plugin, simply works!

![](https://secure.gravatar.com/avatar/201a6872cd4d12891982449c41e1d0a575d82d7dab05319b3254ab15d779cd1d?
s=60&d=retro&r=g)

### 󠀁[It just works right away!](https://wordpress.org/support/topic/it-just-works-right-away/)󠁿

 [antritsos](https://profiles.wordpress.org/antritsos/) Avril 13, 2024

I was looking for a solution on Google, and I could not find something to help me
increase the 20-character limit on blog post URLs. I found this plugin and I activated
it, and it immediately solves my problem. So thank you!

![](https://secure.gravatar.com/avatar/b5be51e74eb25e8a11f67e8d5886147d161d0cac5049bedb71ddd1ad57218973?
s=60&d=retro&r=g)

### 󠀁[Essential for SEO](https://wordpress.org/support/topic/essential-for-seo-3/)󠁿

 [shadowlmd](https://profiles.wordpress.org/shadowlmd/) Septanm 14, 2021

I just wonder why WP devs still haven’t fixed this.

![](https://secure.gravatar.com/avatar/d834a817a59dc458e54ebcd7b75ab62c6b3eb103784c20ab813e9f51430d31cc?
s=60&d=retro&r=g)

### 󠀁[Work Great!](https://wordpress.org/support/topic/work-great-136/)󠁿

 [liaris](https://profiles.wordpress.org/liaris/) Jiyè 13, 2021

Work Great! with WP All Import & Greek

![](https://secure.gravatar.com/avatar/0ddbe4a074a562091bf0bf250e97991d5465e17f09e3bc3ef665c42d579bb08e?
s=60&d=retro&r=g)

### 󠀁[Great Plugin!](https://wordpress.org/support/topic/great-plugin-31106/)󠁿

 [toulip](https://profiles.wordpress.org/toulip/) Jen 5, 2021

Worked Like A Charm! Good Job Giannis!

 [ Read all 17 reviews ](https://wordpress.org/support/plugin/longer-permalinks/reviews/)

## Contributors & Developers

“Longer Permalinks” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ antithesisgr ](https://profiles.wordpress.org/antithesisgr/)

[Translate “Longer Permalinks” into your language.](https://translate.wordpress.org/projects/wp-plugins/longer-permalinks)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/longer-permalinks/),
check out the [SVN repository](https://plugins.svn.wordpress.org/longer-permalinks/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/longer-permalinks/)
by [RSS](https://plugins.trac.wordpress.org/log/longer-permalinks/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.32

 * Latest WordPress compatibility tests

#### 1.31

 * Bug fix: Fixing regression that came up at v1.30 related to advanced-custom-fields(
   ACF) plugin post types. Credits: @nevma

#### 1.30

 * Bug fix: Properly handle advanced-custom-fields (ACF) plugin post types. Credits:
   @sotosx

#### 1.29

 * Bug fix: Long slugs backup on specific cases preventing some proper slug restores
   on core update. Credits: @sotosx

#### 1.28

 * Refactoring and minor improvements

#### 1.27

 * Refactoring and minor improvements

#### 1.26

 * Refactoring code

#### 1.25

 * Bugfix: correct handling of autosaves and revisions on WP core updates

#### 1.24

 * Bug fixes for WordPress Multi-site compatibility

#### 1.23

 * Tested on WP 5.5.1

#### 1.22

 * Bugfix: lock name should not exceed 64 chars for some MySQL flavors/versions
   *
   te Tested on WP 5.4

#### 1.21

 * Important bugfixes.

#### 1.20 & 1.19

 * Important changes to handle extra load on database upgrades and first installation.
   
   We now use explicit db locks to handle concurrent requests on those situations
   gracefully. (not tested on active database clusters like Galera Cluster or any
   STATEMENT based replication setups)

#### 1.18

 * Tested on 5.3.2

#### 1.17

 * Fix for WordPress upgrade process that needs a separate step for the database
   upgrade – “Database Update Required” cases (credits: @margroup for investigating
   the problem and testing the solution)
 * Proper handling on WordPress upgrades to avoid unnecessary database locks
 * Source code refactoring
 * Uninstall actions update

#### 1.16

 * Minor regex adjustment

#### 1.15

 * IMPORTANT: Please update plugin to latest version BEFORE upgrading your WordPress
   to 5.x if you want to avoid truncated long permalinks.
 * Plugin Major update: long permalinks suvrive the WordPress 5.0 upgrade.

#### 1.14

 * Provide more thorough admin output on edge cases
 * Icon added
 * FAQ updated
 * Minor speed improvement
 * Tested on 4.9.1

#### 1.13

 * Bug fix, fclose was not needed.

#### 1.12

 * Bug fix, $wpdb was not global (credits: @takisbig).

#### 1.11

 * Minor changes

#### 1.1

 * Tested on 4.7.3

#### 1.0

 * Initial release

## Meta

 *  Version **1.32**
 *  Last updated **7 months ago**
 *  Active installations **9,000+**
 *  WordPress version ** 4.0 or higher **
 *  Tested up to **6.8.5**
 *  Language
 * [English (US)](https://wordpress.org/plugins/longer-permalinks/)
 * Tags
 * [long](https://hat.wordpress.org/plugins/tags/long/)[permalinks](https://hat.wordpress.org/plugins/tags/permalinks/)
   [slugs](https://hat.wordpress.org/plugins/tags/slugs/)
 *  [Advanced View](https://hat.wordpress.org/plugins/longer-permalinks/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  18 5-star reviews     ](https://wordpress.org/support/plugin/longer-permalinks/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/longer-permalinks/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/longer-permalinks/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/longer-permalinks/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/longer-permalinks/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/longer-permalinks/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/longer-permalinks/reviews/)

## Contributors

 *   [ antithesisgr ](https://profiles.wordpress.org/antithesisgr/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/longer-permalinks/)