WordPress


我使用的是The WordPress XSPF Player Plugin 這個plugin可在這裡下載

下載後解壓縮到wp-content/plugins目錄下,在wp-admin裡做下列設定

1.Plugins中將Xspf_player Active

2.Options->XSPF Player中,勾選Autostart與Repeat,Width自行設置,Player Mode我設為Slim

3.Manage->XSPF Player中,在MP3 Track URL鏡中新增要播放MP3的URL

4.將wp-content\themes\目前佈景主題中的sidebar.php中的適當位置加入以下這行,適當位置就是你想要這個plugin出現的位置

簡單幾步,搞定收工

在wp-admin之中 Options -> Permalinks -> Custom, specify below 設定以下格式 /%year%/%monthnum%/%day%/%post_id%  

另外,在wordpress目錄下,必需要有.htaccess這個檔案,權限設為666 

Apache的httpd.conf需有以下設定 LoadModule rewrite_module modules/mod_rewrite.so Options FollowSymLinks AllowOverride All  

一些設定可以參考http://tinyurl.com/efjgr