My permalink settings is simply /%postname%/ (yes I read from the codex that this is bad performance practice). The result is:
- a page url might look like
site.com/pagename - a blog post looks like
site.com/post-title - a portfolio (custom post type) post will look like
site.com/portfolio/item-1
I would like my blog post page (single.php) to have a URL like site.com/blog/post-title. How might I do that?