This section describes how to install the plugin and get it working.
dmke-dawanda to the /wp-content/plugins/ directory<?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)
style.css to edit it (e.g. in the 'Presentation' menu in WordPress)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; }
style.css



