But I would like to set my website’s permalink structure (to suite the Google News URL guidelines) like this: /%category%/%postname%-%year%%monthnum%%day%/
So, an example URL would look like this:
http://example.com/internet/hello-world-20120322/
But this permalink structure appears to be against the quote from WP codex. Do you see any problems with my custom permalink structure? Please advise.
In a word, No. As long as you have
%postname
somewhere in there you should be fine. Having it at the end, beginning, or middle shouldn’t matter. Although the Codex is a great resource it’s also edited and written by other WordPress users.