Non è possibile modificare l'URL del permalink dopo aver premuto "ok" e "aggiorna"
3 risposta
- voti
-
- 2012-01-03
Haiin qualchemodonascosto/rimossoilmetabox degli slug?(qualcosa delgenere sitrovaneltuofunctions.php?)
function remove_post_meta_box() { remove_meta_box('slugdiv', 'post', 'normal'); } add_action('admin_menu', 'remove_post_meta_box');
Se è così,sta causando l'errore. Esistegià unticket Trac ,ma l'unicomodoper risolverlo attualmente è quello dirimuoverlo.
Have you somehow hidden/removed the slug metabox? (is something like this located in your functions.php?)
function remove_post_meta_box() { remove_meta_box('slugdiv', 'post', 'normal'); } add_action('admin_menu', 'remove_post_meta_box');
If that's the case, it's causing the error. There is a Trac ticket for this already, but the only way to currently solve it is to remove it.
-
- 2012-01-03
Ho cambiatoiltitolo di unapagina cheera "genitore" conpoche altrepagine - come dicituilpermalink continuava atornare altitolo dellapagina originale.Sono riuscito ad aggiornareilmio andando aglielenchi dipagine,selezionando "modifica rapida" dellamiapaginaprincipale (invece dell'opzione "modifica"),quindi ho cambiato lo "slug" conilmionuovotitolo -premi aggiornaper salvare.Questo ha salvato correttamenteilnome delpermalinkper lamiapaginagenitoree tutte lepagine cheeranobambini.Spero che abbia senso.
I changed the title of a page which was a "parent" to a few other pages - as you say the permalink kept going back to the original page title. I managed to update mine by going to the page listings, selecting "quick edit" of my parent page (rather than the "edit" option), then changed the "slug" to my new title - press update to save. This correctly saved the permalink name for my parent page and all the pages which were children. Hope that makes sense.
-
- 2016-02-03
Ho avuto lo stessoproblemanonessendoin grado dimodificareilpermalink,nelmio caso:
http://mysite/action-2
.Qualunque cosaio abbiafatto cercando di cambiarloinhttp://mysite/action
,non hafunzionatonulla.Non avevopagine opostnel cestino,quindi questonon stava causandoilproblema.Dovevaesserci unapagina che occupavailpermalink quindi ho appena digitato:http://mysite/action
edeccola lì,unapagina contenente un'immagine,ma semplicementenon c'era alcunapaginain Wordpresscon quell'immagine quindi ho controllato la libreriamultimedialee hotrovato l'immagine cheera statapresentata suhttp://mysite/action
.Dato chenon ho usato quell'immagine,l'ho cancellata dalla libreriae ho svuotato la cache.quando ho controllatoilpermalink sullapagina,ho visto cheilpermalinkera cambiato automaticamenteneltitolo dellapagina!Problema risolto.:-)I had the same issue not being able to change the permalink, in my case:
http://mysite/action-2
. Whatever I did trying to change this tohttp://mysite/action
, nothing worked. I had no pages or posts in trash so that was not causing the problem. There had to be a page occupying the permalink so i just typed in:http://mysite/action
and there it was, a page containing an image, but there just wasn't any page within Wordpress with that image so I checked the media library and found the image that was presented onhttp://mysite/action
. Since I didn't use that image I deleted it from the library and cleared the cache. when I checked the permalink on the page, I saw the permalink automatically had changed in the page title! Problem solved. :-)
Sto cercando di cambiare alcuni deititoli deimiei poste i rispettivipermalink.Dopo avermodificatoiltitoloe ilpermalinke averfatto clic su "ok",ilpermalink sembraessere cambiatotemporaneamente.Tuttavia,quandofaccio clic su "aggiorna",ilpermalinktorna a quello cheera originariamente.
C'è qualcosa chepotrebbeimpedireil cambiamento che avreipotutotrascurare?