https://github.com/jazzsequence/reviews
A WordPress plugin for music reviews, can be used in conjunction with Artists and Releases (or not)
https://github.com/jazzsequence/reviews
Last synced: 5 months ago
JSON representation
A WordPress plugin for music reviews, can be used in conjunction with Artists and Releases (or not)
- Host: GitHub
- URL: https://github.com/jazzsequence/reviews
- Owner: jazzsequence
- License: gpl-3.0
- Created: 2013-10-09T02:20:49.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-14T06:22:29.000Z (about 12 years ago)
- Last Synced: 2024-12-27T11:17:52.611Z (about 1 year ago)
- Language: CSS
- Size: 270 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
- License: license.txt
Awesome Lists containing this project
README
=== Plague Album Reviews ===
Contributors: jazzsequence
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=AWM2TG3D4HYQ6
Tags: plague music, album reviews, music reviews, netlabel, custom post type
Requires at least: 3.0
Tested up to: 3.7.1
Stable tag: 2.0.0
Add album reviews to your blog or music site.
== Description ==
An album review plugin for WordPress, brought to you by [Plague Music](http://plaguemusic.com). Part of the Plague Netlabel-in-a-Box.
Creates a new post type for Album Reviews, which display in the main blog feed. Single reviews automagically display new meta information like release date, rating, track list, etc.
**Coming Soon**
- Shortcode to display an archive of reviews
- Options page to enable/disable home page reviews & any other future options
== Installation ==
1. Upload the plugin to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
== Frequently Asked Questions ==
Nothing to see here (yet).
== Screenshots ==
Nothing to see here (yet).
== Changelog ==
= 2.0 =
* added custom columns to reviews page
* added support for current (legacy) and new plague release post type
* added reviews to the home page and filtered the title to display Review: before the album title
* replaced references to "featured image" with "album cover"
* wrapped the review in a div so it can sit alongside the thumbnail without wrapping
* added release date meta value and jquery-ui datepicker for date
* added new `/inc/functions.php` file which adds `get_the_genres`, `get_the_artist_list` and `get_the_labels`
* added `the_content` filter to display review meta data on review posts
* added artist slug to permalinks
= 1.0 =
* Initial build for plaguemusic.com