简体   繁体   English

更改wp属性的永久链接

[英]Change permalink in wp-property

I have set default property page so in the property url it shows /lima-investments/property-name. 我已经设置了默认属性页,因此在属性url中显示了/ lima-investments / property-name。 But I want to remove /lima-investments from the url. 但是我想从URL中删除/ lima-investments。

I want to change following url 我想更改以下网址

http://example.com/lima-investments/miraflores-apartment-for-rent-terrace/ http://example.com/lima-investments/miraflores-apartment-for-rent-terrace/

to

http://example.com/miraflores-apartment-for-rent-terrace/ http://example.com/miraflores-apartment-for-rent-terrace/

Please help. 请帮忙。

Change the permalink in the admin->settings->permalink 在管理员->设置->永久链接中更改永久链接

add

%postname%

in Custom permalink 在自定义永久链接中

This means that "miraflores-apartment-for-rent-terrace" is a sub page of "lima-investments", right? 这意味着“ miraflores-for-rent-terrace的公寓”是“ lima-investments”的子页面,对吗? Try to Remove the parent page of "miraflores-apartment-for-rent-terrace". 尝试删除“ miraflores-apartment-for-rent-terrace”的父页面。 Edit "miraflores-apartment-for-rent-terrace" page. 编辑“米拉弗洛雷斯公寓出租露台”页面。 Go to Page Attribute section. 转到页面属性部分。 Change the Parent drop-down to (no parent) 将父级下拉菜单更改为(无父级)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM