Wordpress permalinks issue with blog posts & portfolios -


i'm using wordpress theme contains portfolio posts. currently, consider 'pages' 'portfolio' posts.

the site using 'post name' permalink structure, e.g.

domain.com/sample-post/

this means blog posts shown as:

domain.com/post-name

while portfolio pages displayed

domain.com/portfolio/portfolio-name

i want blog posts listed in subfolder this:

domain.com/blog/post-name

short of creating page templates , migrating portfolio content onto pages, alternative have found use following custom permalink structure:

/%category%/%postname%/

this fixes 'visual' challenge, means cannot use informative categories posts.

am overlooking more simple solution? please help!

p.s. kudos this post getting me point. have tried research, haven't had luck far.

the theme name clarify how permalinks defined custom post type 'portfolio'.

however, current permalink structure, can create top-level category called 'blog' , move posts it. (migration easy admin side using bulk-edit facility). can create informative categories sub-categories of blog. blog posts listed in desired sub-folder (domain.com/blog/post-name) , portfolio should remain unchanged* (domain.com/portfolio/portfolio-name) *this depends on how permalinks set portfolio custom post type


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

How to get multiresult with multicondition in Sql Server -