Changeset 146467
- Timestamp:
- 08/16/2009 10:34:52 PM (17 years ago)
- Location:
- subscription-options/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
suboptions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
subscription-options/trunk/readme.txt
r146460 r146467 5 5 Requires at least: 2.8 6 6 Tested up to: 2.8.4 7 Stable tag: 0.4. 17 Stable tag: 0.4.2 8 8 9 9 Adds subscription option icons for your RSS Feed URL; your FeedBurner Email Service URL and your Twitter Stream URL. Totally user-defined. … … 43 43 = Can I style the widget in my own way? = 44 44 Yes of course, it's WordPress! You can use your stylesheet.css to override your theme's default widget settings by using the following CSS classes: 45 * the widget container > *div.suboptions_widget* 46 * the RSS feed icon > *img.rss_icon* 47 * the email service icon > *img.mail_icon* 48 * the twitter icon > *img.twitter_icon* 45 46 * the widget container > div.suboptions_widget 47 * the RSS feed icon > img.rss_icon 48 * the email service icon > img.mail_icon 49 * the twitter icon > img.twitter_icon 50 49 51 Please note that the icons' sizes will still need to be set from within the widget admin panel. CSS doesn't let you override that. 50 52 -
subscription-options/trunk/suboptions.php
r146460 r146467 4 4 * Plugin URI: http://digitalcortex.net/plugins 5 5 * Description: Adds subscription option icons for your RSS Feed URL; your FeedBurner Email Service URL and your Twitter Stream URL. Totally user-defined. 6 * Version: 0.4. 16 * Version: 0.4.2 7 7 * Author: freedimensional 8 8 * Author URI: http://digitalcortex.net
Note: See TracChangeset
for help on using the changeset viewer.