Huseyin Berberoglu | blog

Wordpress Hacker / Web Developer

Archive for the ‘wp favorite posts’ tag

I’m back

without comments

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.

Written by Huseyin Berberoglu

February 7th, 2010 at 3:02 am

Posted in Other

Tagged with ,

WP Favorite Posts 1.3.2 Released!

with one comment

I’m writing this post for announce new version of WP Favorite Post plugin. If you want to read details (installation etc.), you can go  project page of WP Favorite Posts.

There is no major changes. With this version these are changed;

  • “Favorite Posts” setting page moved under Setting tab on WP admin panel. Before it was under Plugins panel but i see all other plugins placing their setttings page to Settings tab and i placed it to it’s right place…
  • Added wpfp_get_users_favorites() function which returns an array which includes current user’s favorite posts ids.

That’s all folks.

Written by Huseyin Berberoglu

July 31st, 2009 at 9:35 pm

WP Favorite Posts 1.3.1 Released!

with 3 comments

I’m writing this post for announce new version of WP Favorite Post plugin. If you want to read details (installation etc.), you can go  project page of WP Favorite Posts.

  • Added Before Link Image feature.
  • Refactor code and imporve DRY
  • Fixed bug: Most favorite list’s string sorting problem 2 > 11
  • Fixed bug: Clear link not updating post’s favorited count

Before link image feature looks like that;

Written by Huseyin Berberoglu

June 12th, 2009 at 11:00 pm

Coming with next version

with 2 comments

“Before Link Image” feature coming with next version of WP Favorite Posts plugin.

Written by Huseyin Berberoglu

June 8th, 2009 at 1:29 pm

WP Favorite Posts 1.3 Released !

without comments

I’m writing this post for announce new version of WP Favorite Post plugin. If you want to read details (installation etc.), you can go  project page of WP Favorite Posts.

There is two change with 1.3 version a new feature and a bug fix;

  • Fixed bug: Plugin was working wrong in pages with links includes # character.
  • Added template tag for Most Favorite Posts. There was already a widget for this.

Template tag’s usage;

<h2>Most Favorited Posts</h2>
<?php wpfp_list_most_favorited(10); ?>

The parameter for limiting post count of list. Default value is 5 posts.

Written by Huseyin Berberoglu

May 31st, 2009 at 12:32 pm