Αυτό το πρόσθετο δεν έχει δοκιμασθεί με τις 3 τελευταίες κύριες εκδόσεις του WordPress. Μπορεί να μην αναπτύσσεται ή να υποστηρίζεται άλλο και να έχει προβλήματα συμβατότητας με τις πιο πρόσφατες εκδόσεις του WordPress.

Enhanced Custom Permalinks

Περιγραφή

This plugin is a fork of the Custom-Permalinks plugin. It has some expanded bug patches AND is able to interoperate with the WP-no-category-base plugin.

This plugin will allow you to set permalinks in a more precise way – in short you can include sub-folders. A page could have the permalink http://www.example.com/aFolder/anotherFolder/page.html without having to create the intermediate pages or categories aFolder/anotherFolder/.

Be warned: This plugin is not a replacement for WordPress’s built-in permalink system. Check your WordPress
administration’s “Permalinks” settings page first, to make sure that this doesn’t already meet your needs.

This plugin is only useful for assigning custom permalinks for individual posts, pages, tags or categories.
It will not apply whole permalink structures, or automatically apply a category’s custom permalink to the posts
within that category.

Εγκατάσταση

  1. Unzip the package, and upload enhanced-custom-permalinks to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Edit any post, page, tag or category to set a custom permalink.

Κριτικές

3 Σεπτεμβρίου 2016
this plugin destroys the wordpress admin area, it uses deprecated code. also the author does not seem to use the DEBUG=true setting for plugin development, what is a sign for very bad quality. Do no use, will kill your site!
3 Σεπτεμβρίου 2016
Works great on simple templates, but if you change the permalink of a page using a custom query template with a paged parameter, it returns a 404 error on page/2, page/3, etc.
Ανάγνωση όλων των 14 κριτικών

Συνεισφέροντες & Προγραμματιστές

“Enhanced Custom Permalinks” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.

Συντελεστές

Σύνοψη αλλαγών

0.1.0 Initial Release

0.1.1 Patch
Updates to allow the plugin to work with newer versions of php w/o warnings by removing calls to mysql_real_escape_string and replacing them with prepared statements.