Plugin hau ez da probatu WordPressen azken 3 bertsio garrantzitsuenekin. Baliteke, jada, mantentze edo euskarririk ez izatea, eta, WordPressen bertsio berriagoekin erabiltzen denean, bateragarritasun arazoak izan ditzake.

Rebuild Permalinks

Deskripzioa

This WordPress plugin will rebuild the permalinks based on the post title for the following post types:

  • Posts.

  • Pages.

  • Attachments.

Pantaila-argazkiak

  • Rebuild Permalinks settings screen.

Instalazioa

  1. Download Rebuild Permalinks.
  2. Unzip the ZIP archive.
  3. Upload the folder to /wp-content/plugins/.
  4. Login into your WordPress Admin Panel.
  5. Go to [Plugins/Installed].
  6. Activate the Rebuild Permalinks plugin.
  7. Under Settings there is a new option called Rebuild Permalinks.

MEG

Have any questions? Leave them in the comments!

Berrikuspenak

2021(e)ko apirilaren 22(a)
I tried all kinds of plugins but this one managed to solve my problem of old permalinks with strange characters that gave 404's after the hosting company moved the site to a new server and those links stopped working. ie /My old' link (19.02.11) I can't review the PHP code, but it worked superfast with more than a thousand posts.
2020(e)ko otsailaren 5(a)
The PHP code is very simple, but does it effectively. A few notes: - as someone else noted, you'll find it under Tools - get access to your database and back up your wp_posts table - the plugin doesn't check for duplicates, so after running it you can do SQL like this (for a Woocommerce product table): SELECT post_name, count(*) occurrences from wp_posts where post_type = 'product' group by post_name having count(*) > 1 - the plugin only re-generates for non-private posts Kudos to the developer
2019(e)ko abenduaren 27(a)
I was a bit skeptical about using this plugin due to the negative review and the support ticket comments by users. But I decided to give it a try. This plugin turned out to be super fast at fixing my permalink to match the title of the page. Also, if you are using a page cache plugin such as w3 total than you will need to empty for cache before you see the changes take place in your website. Note for the author of this plugin. In the installation instructions you stated the following in step 7 "Under Settings there is a new option called Rebuild Permalinks." I actually found this "rebuild permalink" in the "Tools" menu and not in settings menu.
2018(e)ko abenduaren 6(a)
Flawlessly rebuilds nice permalink structure.
2016(e)ko irailaren 3(a)
Does what it says it does (rebuilds permalinks by putting the post title on the URL). Not sure what the other reviewer was expecting. This plugin came in handy. I cloned my blog onto another domain and wanted to make the URLs different than the source blog. This did the trick. Quick and easy.
Irakurri 6 berrikuspenak

Laguntzaileak eta Garatzaileak

“Rebuild Permalinks” software librea da. Ondoko pertsonek egin dizkiote ekarpenak plugin honi.

Laguntzaileak

Aldaketen loga

1.6

Tested up to WP 5.4

1.4

Added French translation.

1.3.1

Move option to Tools menu.
WordPress 5.1 compatible.

1.1

  • Replace custom function with remove_accents().

1.0

  • Initial release.