I'd like to have a different permalink structure for posts than for pages on a Wordpress website.
For example, a blog post name "This is a nice blog post" would get the permalink : /blog/this-is-a-nice-blog-post
where as a page called "Services Offered" would get the permalink : /services-offered
I know I should use the %postname% in the permalink structure, but how to add the prefix /blog/ to only those blog posts ?
Thanks in advance!