Linux 软件免费装

MyPlaylist

开发者 leocacheux
更新时间 2007年5月2日 16:09
PHP版本: 2.0.0 及以上
WordPress版本: 2.1.2

标签

music list playlist

下载

详情介绍:

This plugin allows you to create and edit playlists. They can be displayed in the layout of your theme, or directly in your posts by using a tag. A playlist won't be displayed until you activate the "published" checkbox. You can order them by setting the priority of each playlist.

安装:

  1. Unzip the archive in the /wp-content/plugins/ directory.
  2. Activate the plugin through the Plugins menu in WordPress.
  3. Edit your playlists and some options in the Options > MyPlaylist page of your admin.
There are two ways to use the plugin :
  1. Edit your template by adding :
  2. get_playlists($limit = 1000) : Show a list of published playlists. Optionnal parameter can show only the last ones.
  3. get_playlist($id) : Show a specified playlist. You can find the id in the administration section.
  4. get_last_playlist() : Show always the last published playlist (or the playlist with the highest priority).
  5. Insert in your post {playlist_id}. Replace id with the id number of the playlist. You can find this id in the administration section.