lilatovcocktail
Member
Posted 1 year ago #
I love this plugin. But I want to put a set of buttons in a sidebar and can't figure out how. I tried creating a post and pulling the post content into a sidebar widget using Alkiva SideBar Post, then when that didn't work, Section Widget. With a sidebar widget that can use shortcodes, the buttons show up but their appearance is screwed up. Any ideas?
http://wordpress.org/extend/plugins/wp-css-button/
joghurtkultur
Member
Posted 1 year ago #
If you install the new Version 1.4 its possible to create WP CSS Buttons outside your Post. Just use the following code inside your template.
<?php
if(function_exists("wp_css_button")) {
wp_css_button("Button", "http://www.link.de", "FFFFFF", "000000");
}
?>