url rewriting - Wordpress rewritten URL structure -


my wordpress site can broken in 2 parts:

  1. content type pages, having urls like: site.com/page/subpage/
  2. content type posts, having urls like: site.com/category/postname/.

the url site.com/blog/ page having "blog posts" template. if open 1 of listed posts, redirected site.com/category/postname, but i'm interested have /blog/ in front of it, following: site.com/blog/category/postname. also, if try access blog post without /blog/ in front, want redirected correct url.

another thing, archive of form site.com/01/2013/, but like: site.com/blog/archive/01/2013.

my question is: how can rewrite urls can bolded above; have /blog/ in front of /category/ , /blog/archive/ in front of /01/2013/

you have set settings described here.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -