Não é possível alterar o URL de Permalink depois de bater 'OK' e 'Update'
3 respostas
- votos
-
- 2012-01-03
Você de algumaformaescondido/removeu ometabox da lesma?(é algoparecido comissoem suasfunções.php?)
function remove_post_meta_box() { remove_meta_box('slugdiv', 'post', 'normal'); } add_action('admin_menu', 'remove_post_meta_box');
Seforesse o caso,está causando oerro. Há um trac Bilheteparaissojá,mas a únicamaneira de resolver atualmente éremovê-lo.
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
Eumudei otítulo de umapágina queera um "pai"para algumas outraspáginas - como você diz que o Permalink continuou voltando aotítulo original dapágina.Eu consegui atualizar omeu,indopara as listagens depáginas,selecionando "Edição rápida" daminhapáginapai (em vez da opção "Editar")e,em seguida,alterou a "Slug"para omeunovotítulo -pressione Atualizarpara salvar.Isso salvou corretamente onome Permalinkparaminhapáginapaie todas aspáginas queeram crianças.Espero quefaça sentido.
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
Eutive omesmoproblema quenão conseguiamudar o Permalink,nomeu caso:
http://mysite/action-2
.O que quer queeutenhatentadomudarissoparahttp://mysite/action
,nadafuncionou.Eunãotinhapáginas oupostsno lixopara quenãofosse causando oproblema.Tinha que haver umapágina ocupando o Permalink,entãoeu acabei de digitar:http://mysite/action
e láestava,umapágina contendo umaimagem,mas há apenasnenhumapágina dentro do WordPressComessaimagem,entãoeu verifiquei abiblioteca demídiae encontrei aimagem quefoi apresentadaemhttp://mysite/action
.Comoeunão useiessaimagem,suprimi-a dabibliotecae limpei o cache.Quandoeu verifiquei o Permalinknapágina,vi o Permalink automaticamentemudounotítulo dapágina!Problema resolvido.: -)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. :-)
Estoutentandomudar alguns dostítulos dosmeuspostse suas respectivaspermalinks.Depois deeditar otítuloe Permalinke cliqueem "OK",o Permalinkpareceter sido alteradotemporariamente.Noentanto,quando clicoem "Atualização",o Permalinkmuda de voltapara o quefoi originalmente.
Existe alguma coisa quepossaimpedir amudança queeupossateresquecido?