How to change post name permalink in Wordpress? - wordpress

I have a Wordpress website, and the current URL link to access the post page is http://localhost/wordpress/wordpress/sample-post/. After several changes I moved the wordpress folder, so I want to change the URL link into http://localhost/wordpress/sample-post/ (no double /wordpress). The problem is Wordpress doesn't allow me to change the permalink in the permalink settings menu. I have attached the screenshot of the menu below.
Wordpress Permalink Settings Menu
Are there any alternatives to change it? Thanks in advance!

Related

WordPress Blog Slug Issue

Recently I have made a website and since then I am trying to post my new posts on my blog page but it's not showing there.
I have updated settings also where I have made my blog page as a post page.
Whenever I am trying to go to my blog page from my website it is showing index/blog/
And parent directory underneath that.
If anyone can help me in this I would be more than happy.
Check if the Permalink is set to Post Name. If not try to set Post Name as Permalink from Settings > Permalink. (https://i.imgur.com/jJZ9wJo.png)

I cant find the page which is I know permalink in wordpress for editing

I know the permalink: "mysite.com/2017".
But I can't find the page in WordPress.
I create a page. And I was given the permalink "mysite.com/2017" to this page. But WordPress automatically change the permalink to "mysite.com/2017-2"
I used a plugin called List all URLs. But plugin not showed "mysite.com/2017". The page exists but I can't find in WordPress.
My Questions:
Can I force the WordPress for the change the new page permalink to
"mysite.com/2017"?
Or How can find the page "mysite.com/2017" in WordPress for editing
permalink?
Probably you had another version with the same name before, so Wordpress renamed the page slug to "2017-2".
But when you edit the page (calling it from the "All Pages" list in the backend), below the title and next to the permalink there, you can click the "Edit" button to change the permalink of that page to whatever you like.

WordPress Parent page slug in permalink

Hi i am using WordPress salient theme and uber menu plugin for navigation. But i am facing issue that parent page slug not appearing in permalink.
Like:
Post showing
/post-name
i want to show it like
/blog/post-name
My permalink setting is
/%postname%/
Thanks for help.

Wordpress: How to change the clean URL of posts under a parent page?

I managed to create a page for all my posts and it works ok. But I want to change the clean URL of my posts. How can I change that via the wp admin area? or do I have to fiddle with the code?
For instance,
http://wordpress-4.com/hello-world/
to
http://wordpress-4.com/blog/hello-world/
I have a page called Blog and its url is,
http://wordpress-4.com/blog/
So I need to have blog/ in front of all my posts.
Any ideas?
Go to Settings -> Permalinks in the WordPress admin.
Under custom enter into the field blog/%postname%/.

Wordpress - remove parent's slug from URL

I'm trying to remove parent's pages slug from my URL's in Wordpress. Ie., instead of:
http://domain.com/grandparent/parent/child
I would need URL:
http://domain.com/child
Anyone knows how to do this? Thanks
You can change the links your site generates by changing your Wordpress Permalinks structure
From your dashboard
Settings > Permalinks

Resources