Author Archives: Huseyin Berberoglu

WP Favorite Posts 1.4.1 Released

WP Favorite Posts 1.4.1 released. See Changelog for differences.

The important change is that;

I’ve added two action; wpfp_after_add and wpfp_after_remove. You can use these actions if you want to do something after someone add/remove a post to favorite. Usage example;
add_action('wpfp_after_add', 'my_custom_function');
function my_custom_function() {
// do something
}

Detailed Post

MediaRSS with Post Thumbnail Plugin for WordPress

I’ve released a new wordpress plugin.

This plugin adds <media> tags to your rss feeds with post thumbnail support which came with WordPress 2.9 version. This plugin is based on Andy’s (http://andy.wordpress.com/) MediaRSS plugin. If you use that MediaRSS plugin unactivate it before activating this plugin.

Plugin’s page.

I’m back

Hi all.

I was away for 6 months because of compulsory military service. I came back to home about two weeks ago. I couldn’t look this blog until now.

Firstly i’ll read/answer your accumulated comments. After that I’ll make a development plan for WP Favorite Posts according your comments. I hope the next version of plugin will be published soon.