Linux 软件免费装

DaWanda shop plugin

开发者 DMKE
更新时间 2008年9月12日 05:09
PHP版本: 2.2 及以上
WordPress版本: 2.6.2

标签

sidebar shop dawanda

下载

1.0 2.0

详情介绍:

If you have an account at DaWanda and also a shop, you'll be able to include your products from DaWanda in (e.g.) your sidebar. Features

安装:

This section describes how to install the plugin and get it working.
  1. Upload the directory dmke-dawanda to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Configure it through the 'DaWanda Configuration' submenu in 'Plugins'
  4. Wheather you will use the Template Tag, place <?php if(function_exists('dmke_dawanda_template_tag')) { dmke_dawanda_template_tag(); } ?> in your templates, e.g. your sidebar.php. Or configure it as widget.
You'll be able to use CSS (optional)
  1. Open your theme's style.css to edit it (e.g. in the 'Presentation' menu in WordPress)
  2. Add the following lines of code to the end: / DaWanda shop style / div.dmke-dawanda-item {
} div.dmke-dawanda-item a.dmke-dawanda-picture-link { border: none; display: block; } div.dmke-dawanda-item a.dmke-dawanda-picture-link img { width: 160px; height: 120px; border: none; } div.dmke-dawanda-item span.dmke-dawanda-price { float: left; clear: right; width: 70px; } div.dmke-dawanda-item a.dmke-dawanda-shop-link { float: right; clear: both; width: 80px; } 1. Save your theme's style.css