WordPress plugin enables use of monthname (january, june) or monthcode (jan, jun) in permalinks
Supports permalinks in the form of /2016/nov/23/post-name or /2016/november/23/post-name
After installing and activating the plugin:
-
Navigate to Settings -> Permalinks
-
Select "Custom Structure"
- to use monthname in the permalink enter the following structure
/%year%/%monthname%/%day%/%postname%/
resulting permalink will look like http://www.example.com/2016/november/23/post-name
OR
- to use monthcode in the permalink enter the following structure
/%year%/%monthcode%/%day%/%postname%/
resulting premalink will look like http://www.example.com/2016/nov/23/post-name
- Save the changes