WP Songbook adds opportunity to manage song lyrics on your Wordpress based blog. It's simple tool to add song lyrics and share it on internet.
The best of the plugin:
Songs managing
- Custom post type "Songs"
- Using editor you can add and edit song lyrics
- Custom metabox for uploading and linking files to songs, adding video link, song tempo and duration
- Custom taxonomy boxes for Authors, Albums and Genres for sorting and grouping songs
Managing linked files
- Add, sort remove files - Add multiple files by pressing Ctrl key
- Add Google docs or any other links to the files
- Choose if the songs files are visible to public or only to logged-in website users (specify for each file separately or use global option)
- Linked files are shown at the bottom of song content page
Song list
- Select the page you want to use as songs list page or let the plugin create one for you
- The list contains all songs, you created
- You can select how do you want your songs to be ordered
- Show Youtube icon link or linked files icons in the list to easily access it
- Select the structure of the list - display first Authors names and then click to show their songs? No problem
Single song appearance
- Specify the wrapper element that will wrap the lyrics for better look within the theme
- Set to display song authors, albums, song files etc. in the page
Settings page
- Use the settings page to change options the way you want
If you're using v2.0.x, please post to this topic in the forum (I'll get an email announcement. With new topic I won't get anything)
If anything doesn't work, please visit "Support" tab, and leave a topic in forum. I'll also appreciate every idea to improve, so don't hesitate to [leave a topic in support forum]
- Unpack archive contents into plugin folder (/wp-content/plugins/) and activate it in plugin manager, the bookmark "Songs" will appear in admin menu after activation
- Click the Songs admin menu item, and choose settings. Now you can set everything, that you need
= * Since 2.0 (or testing) * Adding backtolist link to the theme
- Open theme file and find place, where you want to put it
- Add this: echo $wpsb->backtolist($link_class,$before,$after);
- The link can be used only once a page, becouse of appearance. To force display it for the nd time, add the fourth parameter true (bool):
’echo $wpsb->backtolist($link_class, $before, $after, true);’