A tiny but high in demand widget to post sticky or "featured" posts into any widget area. We would appriciate any assistance you would like …
A tiny but high in demand widget to post sticky or “featured” posts into any widget area. We would appriciate any assistance you would like to provide with coding of enhancments to this plugin.
Using Documentation from core trac default widgets as a guideline for development:
https://core.trac.wordpress.org/browser/trunk/wp-includes/default-widgets.php
Features include:
Features Coming in version 2 Next Version Updates:
Don’t forget to rate our plugin so we know how we are doing!
To install the plugin manually:
*New in 1.2.1
Add the following style to your ClassiPress child themes stylesheet and then upload your own 32px by 32px corner sold ribbon graphics to enhance your ClassiPress theme. Demo available at http://cpmodlite.sethmatics.com/
/* apply new sold corner banner from sm sticky featured widget */
.sold-ribbon {
height: 32px;
width: 32px;
background: url(images/sold_corner_32.png) no-repeat;
position: absolute;
}
Q: How do I make a sticky post?
A: When you publish a post if you look under the “visibility” options you will see an option to make your post sticky.
Q: What is a sticky post?
A: Typically they are posts that you want to “always show on top” of your blog posts regardless of the post date.
In some special cercumstances like ClassiPress, sticky is used to create a “featured” section of the website.
Q: How do I use the plugin?
A: Simple, just install it from your WP-Admin->Plugins page, then you will find a “widget” from the appearance section that you can drag
into any of your sidebar areas. The exact placement will greatly change depending on your selected theme.
Version 1.2.5
– Fixed all widget form notices
Version 1.2.1- added readmore filter for customizing the “…” at the end of the excerpt
– fixed widget title issue regarding widget filter and multi-language support
– Updated for custom post types used in ClassiPress.
– Heavily modified the queries and is now 100% ClassiPress compliant.
– See upgrade notices for more information about each version