WordPress Plugin: CurMusic

CurMusic adds two additional fields to every post, artist and song. You can use them to show your readers what you were listening to when you wrote the post. The information is shown by adding a PHP function to the theme. The style of the artist/song string can be customized through the option page.

Download and Install

  • Download CurMusic 1.0.
  • Unzip the file, upload it to your plugin directory (/wp-content/plugins/) and activate the plugin in the Plugins tab.
  • Edit your theme (Presentation -> Theme Editor) and add this where you want the music announcement to be: <?php echo_curmusic(); ?>. Note that you should know the difference between HTML and PHP before doing this. If you dont, feel free to ask in a comment.

Todo

  • Music statistics
  • Mass-management of songs and artists
  • Overview of songs and artists

Changelog

  • 2006-10-17, version 1.0:
    • Initial release

Leave a Reply

Your email address will not be published. Required fields are marked *