=== Month Name Permalink === Contributors: Anand Shah Tags: permalinks, monthname, monthcode Requires at least: 3.7.0 Tested up to: 4.4.1 Stable tag: 0.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html == Description == Based on the original code by Roger Chen (https://gist.github.com/rogerhub/8306875) Plugin enables use of monthname (january, june) or monthcode (jan, jun) in permalinks Supports permalinks in the form of /2014/nov/23/post-name or /2014/november/23/post-name == Frequently Asked Questions == = How do i use it = Navigate to Settings -> Permalinks Select "Custom Structure" and enter the following structure /%year%/%monthname%/%day%/%postname%/ Save the changes == Installation == 1. Upload to the plugins directory 2. Activate the plugin through the 'Plugins' menu in WordPress == Changelog == = 0.1 = first version.