Automatically puts in the date that the post was published, using the shortcode [post_published].
The short description really says it all. No bullshit, no complex stuff, just a simple shortcode that you can copy and paste to save a few seconds. I really made this so that I wouldn’t have to glance at the date every time that I posted an article; quite lazy, I know, but automating stuff is cool, and now I at least know how to put up a plugin on the WordPress repository.
/wp-content/plugins/plugin-name
directory, or install the plugin through the WordPress plugins screen directly.The first, and probably last, change.
Fully up to date, thanks to a very nice tweet 🙂
<?php code(); // goes in backticks ?>