I was busy this week and I launched 2 new plugins for WordPress!
The first one is SEO Love, a simple click-to-search page add-on:
The plugin allows the author/user to search for the post title on the major search engines, Google, Yahoo, Bing and Ask. The purpose of this search is to check the competition for any given title, or to check the indexation for any given post.
It can be implemented on a page or a post either by using a shortcode or a PHP function.
The second one is Sticky Slider, a simple slider for sticky posts. Really easy to implement, valid and 3.x compatible:
WordPress provides a way to mark certain posts as featured or sticky posts. Sticky posts will appear before other posts when listing them in index.php. This plugin creates a slider from sticky posts.
In order to add a post to the slider, just mark it as sticky. Edit its Visibility in the Publish block while in the post writing page and check “Stick this post to the front page“.
If you use the plugins and find them useful, rate them on WordPress plugin repository. It means a lot.
What else is new?
Portable phpMyAdmin is constantly being improved and the Finance Calculator really helps some people.
8 Responses to New WordPress Plugins Released!
Leave a Reply Cancel reply
Blog Tycoon is a WordPress themes and plugins community, PHP/MySQL tutorials, industry news and personal thoughts on current web trends.
Stay updated
If you want to know about future events, updates and releases, leave your email address below to receive our newsletter.
Recent posts
-
WordPress and phpMyAdmin: Database Management
March 28th, 2011
Read more and discuss (2) » -
PHP/MySQL Date and Time Notes
March 28th, 2011
Read more and discuss (0) » -
Clash of the Titans
March 25th, 2011
Read more and discuss (0) » -
Japan Trials – Part 4
March 21st, 2011
Read more and discuss (0) » -
Japan Trials – Part 3
March 21st, 2011
Read more and discuss (0) » -
Japan Trials – Part 2
March 21st, 2011
Read more and discuss (0) » -
Japan Trials – Part 1
March 21st, 2011
Read more and discuss (0) » -
The Future of Social Gaming, Courtesy of Microsoft
March 18th, 2011
Read more and discuss (0) » -
Quickstory Report: The Success of Foursquare
March 18th, 2011
Read more and discuss (0) » -
Life Elevated: Work at Adobe
March 17th, 2011
Read more and discuss (1) »
Support Donation
If you use our free themes or plugins, please consider making a kind donation via PayPal or any Credit Card!
Recent Comments
- sixsixninenine (1 comments) on How To Export PDF in Photoshop CS4
- Ron (1 comments) on Life Elevated: Work at Adobe
- Chip (280 comments) on WordPress and phpMyAdmin: Database Management
- Gary (2 comments) on How Many Articles Should You Write Each Day
- Winter (1 comments) on I Like Bunnies!
- Chip (280 comments) on PHP Random Images With Links
- Phillip (2 comments) on PHP Random Images With Links
- Phillip (2 comments) on PHP Random Images With Links
- Jason (2 comments) on How To Export PDF in Photoshop CS4
- Chip (280 comments) on PHP Random Images With Links
Latest on the forums!
-
Different rates for different months
by: Matt
March 29, 2011, 22:34 -
Re: WP Finance Calculator "unexpected output"
by: Chip
March 25, 2011, 21:01 -
Re: Euros instead of currency selected
by: Chip
March 22, 2011, 15:33 -
Re: Couldnt find where to post about portable phpMyAdmin
by: Chip
March 12, 2011, 17:02 -
Re: How To Remove a Line?
by: Chip
February 14, 2011, 08:46
HI!
I have just instal your plugin named Sticky Slider, and I do everything right ( I guess so ) and it don’t work for me..
I set the settings on default, and mark 3 posts like sticky posts, and nothing has happent.
Do I need to do something more? If I must, please reply because I really need post slider and your plugin for that should be awesome for me.
Thanks
Goran
Where is the demo for the slider?
Demo is live on the front page!
@Goran: your problem has been solved, thanks for using my plugin.
@Jon: I’ll install it here, just not today. Check back tomorrow!
Hi!
Is is possible to add a pagination on the slider?
also i have a strange problem: right now i have it installed, but it won’t work without this:
$sticky_slides . ’1′,
‘category__in’ => array(8),
‘caller_get_posts’ => 1,
‘order’ => ASC,
‘paged’ => $page,
));
while($slider_loop->have_posts()) : $slider_loop->the_post();
?>
i added the paged for testing only. have any idea about this problem?
thanks and also thanks for the plugin
ok, it’s not showing all code…
Pagination is on the TODO list for this week. Use my ugly contact form here – http://www.blogtycoon.net/contact/ – and send the entire code.
Pagination is done! Along with several small updates. Check version 1.1 now!