Somebody guide me to implement tag subscription plugin.

The way I would approach this is: Create several AJAX calls using the nopriv hook bound to the subscribe/follow button clicks. Within the PHP callback functions, I would insert value of the tag or the followed user into the logged-in user’s meta using add_user_meta, get_user_meta, delete_user_meta. Lastly, I would create a conditional function to use … Read more

New post email alert

There are often issues with setting up email subscriptions. Hosting providers are very tired of spam and often put harsh restrictions on email rate and volume, especially for cheaper hosting plans. In practice such feature is often implemented with help of external service. FeedBurner is popular for this, because a lot of people use it … Read more