
內容簡介
Digital Blasphemy(網址:http://digitalblasphemy.com/)是一個非常好的桌布網站。
這個 WordPress 外掛可以讓您顯示免費桌布的縮略圖。通常會有大約50個免費的桌布提供下載。
您可以選擇顯示一個隨機的縮略圖,或者是最新的免費桌布。
使用方法
外掛已包含一些基本的 CSS。如果您不希望使用它,可以將以下代碼放置在您的主題 functions.php 文件中或選擇的插件文件中。
function db_styles() {
return false;
}
add_filter( 'digitalblasphemy-styles', 'db_styles' );
外掛標籤
開發者團隊
原文外掛簡介
Digital Blasphemy ( at http://digitalblasphemy.com/ ) is a great desktop wallpaper site.
There are always about 50 free wallpapers available. This WordPress widget allows you to show thumbnails of the free wallpapers.
You can choose to show a single random thumbnail from the pool, or the latest freebie.
Usage
Some basic CSS is included. If you’d like to turn it off, drop this code into your theme functions.php file or a plugin of your choosing.
function db_styles() {
return false;
}
add_filter( 'digitalblasphemy-styles', 'db_styles' );
