[wordpress插件] Digital Blasphemy Widget数字亵渎小工具

wordpress 插件 文章 2020-04-17 03:11 491 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

Digital Blasphemy ( at http://digitalblasphemy.com/ ) is a great desktop wallpaper site.

Digital Blasphemy(位于 http://digitalblasphemy.com/ )是一个很棒的桌面墙纸网站。

>

>

There are always about 50 free wallpapers available.

总有大约50种免费壁纸可用。

This WordPress widget allows you to show thumbnails of the free wallpapers.

这个WordPress小工具可让您显示免费墙纸的缩略图。

You can choose to show a single random thumbnail from the pool, or the latest freebie.

您可以选择从池中显示单个随机缩略图,也可以选择显示最新的免费赠品。

Usage

用法

Some basic CSS is included.

包括一些基本的CSS。

If you’d like to turn it off, drop this code into your theme functions.php file or a plugin of your choosing.

如果您想将其关闭,请将此代码放入主题functions.php文件或您选择的插件中。

function db_styles() {    

  function db_styles(){    

return false;

返回false;

}

}

add_filter( 'digitalblasphemy-styles', 'db_styles' );

add_filter('digitalblasphemy-styles','db_styles');

安装步骤

    1. Upload the /digital-blasphemy-widget/ folder to the /wp-content/plugins/ directory
    2. / digital-blasphemy-widget / 文件夹上载至 / wp-content / plugins / 目录

    3. Activate the plugin through the ‘Plugins’ menu in WordPress
    4. 通过WordPress中的“插件”菜单激活插件

    5. Visit Appearance -> Widgets in the admin and place the widget in a sidebar
    6. 访问外观->管理员中的小部件,然后将其放置在边栏中

下载地址
https://downloads.wordpress.org/plugin/digital-blasphemy-widget.1.3.zip
-EOF-

AI助手支持GPT4.0