This plugin adds a widget to your widget list that will display a link to a random webcomics sales of books that are in the collective of webcomics that are associated with webcomic planet.
If you would like to participate in this ads widget, contact me via email and submit a 160x300px image and link to be included in the widget.
CSS
- Add this CSS to your companion/style.css/child theme style whatever you use. =
`
.wcp_collective_ads_widget .wcp-ad {
text-align: center;
}
.wcp_collective_ads_widget img {
margin: 0 auto;
border: solid 1px: #000;
-moz-box-shadow: 3px 3px 3px #333;
-webkit-box-shadow: 3px 3px 3px #333;
box-shadow: 3px 3px 3px #333;
}
`
1.0
New widget, new purpose.
- Upload the
wcp_collective_ads_widget
directory to the /wp-content/plugins/
directory
- Activate the plugin through the 'Plugins' menu in WordPress
- GO to appearance -> widgets, drag the WCP Collective Ads widget to a sidebar location.
To take full advantage of this plugin, you'll need at least some understanding of creating or modifying WordPress themes.