Page Navigation custom permalink - permalinks

I'd like to have a different permalink structure for pagination on a Wordpress website.
For example, a page2 would get the permalink : http://example.com/page2
where as athe page i want will have the permalink : http://example.com/paginas2 or http://example.com/2
I know a little php and css just to edit but i need you help to know where to edit this stuff .
Thanks in advance!

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 Category page (archive.php) == 404 (Not found)

I am trying to set permalinks as:
domain.com/category_name
domain.com/postname
And I can't find a way to make this work.
On screenshot down below you have my settings of permalinks, thats the set-up I want, but I am getting an 404 on category pages.
I tried to reset clear htaccess and flushed permalinks to recreate it. (its writable)
I tried to put "." as category base.
Nothing helps.
If I set in settings custom structure : /%category%/%postname%/, and I set category base to ".". That works, but I get post pages under category and I dont want my post page URL to have a category in it.
Anything is helpful! :) Thank you
Okay, I found some solution if someone needs it in future:
I left my settings in permalink as
Custom structure: /%category%/%postname%/
Category base: .
And I installed plugin: "Permalink Manager Lite" and used it to manually remove category from the URL of each posts.

Making the page content in Wordpress dynamic

Im new in wordpress and i would like to ask if there is a plugin in wordpress to edit its content dynamically? I've seen this example but i can't understand some if the codes provided. Thanks in advance guys.
In wordpress you will have post and pages. Now you can create as many pages you want and they are they are displayed in page.php. For post types likes blog they can be changed in single.php. Also they are already dynamic from the admin panel. You can create/delete/update as many pages and post you wish.

Assign a parent page to all WordPress posts

I am building the actual Website as well as the blog into a single WordPress theme. I've got everything setup, there is a blog page (www.mysite.com/blog/) which is set as the "Posts Page" and all the posts are displayed on this page as excerpts.
However, each post has the following URL: www.mysite.com/post1/, I need all post to have the blog page as their parent, so that their URLs will change to: www.mysite.com/blog/post1/.
How can this be done?
Thanks in advance
Willem
You can do this easily by changing your permalink structure. Just include /blog/ at the start of your custom structure.
It seems to only affect posts and not pages, which is what you want.

Wordpress permalink

I have been having a few problems with my blog and was hoping someone on here may be able to help me out, i have set it up so the the blog is not on the home page but sits on a different page e.g. /blog/.
The permalinks for posts were set to /%category%/%postname%/ and were displaying as so site.com/category/postname, i wanted it to keep the blog prefix (site.com/blog/category/postname) so i changed the permalink structure to /blog/%category%/%postname%/ to work.
Now i want to remove the category base, i have done this by putting /. in the field but this removes /blog/ from my permalink. Is there any way around this?
Sorry if i have missed out any crucial information, let me know and i will add it!
Thanks a lot!
Try this plugin http://wordpress.org/extend/plugins/wp-no-category-base/
You can learn more about this plugin http://tutslog.com/tutorials/plugin-wordpress-supermalink-139.html if you want add dynamic permalink content

Resources