Setting for permalink structure

Is it the correct setting for permalink structure?
An example:
/blog/%postname%/
/blog/%category%/%postname%/
or we put posts outside blog folder structure?
/%postname%/

Depends on how you want to handle the URL rewrite - your choice.

I personally would pick /%category%/%postname%/ but that’s just me.

Hey toplisek, both work fine—/%postname%/ is cleaner, but /blog/%postname%/ adds structure if your blog is just one part of a bigger site.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.