WordPress Parent page slug in permalink - wordpress

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.

Related

How to change post name permalink in 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!

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: the category page display a 404 error when I change the Permalink settings

Each post of my wordpress blog is in a category and I added a Categories widget in my blog. I changed my permalink settings from Plain to Post Name. Now I have an issue:
When I configure my permalink with post name to have friendly URL the page that displays all the posts of a category or when I go to myblog/category/name-category, I have a 404 error. But when I have plain permalinks, each category page display all the posts.
Take an example of what I would like. If I have a category Typing and I put the posts: Post1 and Post4 in this category. I would like to have a page Typing where I can see a list with Post1 and Post4.
Is it because the id can't be translate in friendly URL for the category? Someone know how to configure properly wordpress to display these pages?
I found the solution, some permalink plugins blocked the Post Name permalinks settings so I deactivated them and the category pages are working.

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%/.

Resources