WordPress subscribe plugin – Navayan Subscribe 1.13 Change log
A long waited fixes and enhancement for new features in wordpress subscription plugin finally rolled out!

A long waited fixes and enhancement for new features in wordpress subscription plugin finally rolled out!
There are various ways to set (and get) wordpress admin directory. I do not understand why wordpress has not included that! Method 1: if (!defined(‘WP_ADMIN_DIR’)) define(‘WP_ADMIN_DIR’, ‘./wp-admin/’); In this method the WP_ADMIN_DIR constant will be very vague and will create … Continue reading →
Well tomorrow is my practical exam, and what I am doing updating my lovely Navayan Subscribe wordpress plugin! Release 1.1.7.3 has one minor and one major change: Checks subscribe email (delivers to users) subject whether the post is New or … Continue reading →
Following are the changes made in v1.1.6: NEW: Custom message if user is logged in – Plugin users didn’t noticed the change in v1.1.5 and was asking continuously why the form is not displaying to them after plugin activation! And … Continue reading →
I am very happy excited to see the release of ‘Navayan Subscribe‘ wordpress plugin to version 1.1.5 with lots of features! NEW: Translate text support NEW: Checks whether user logged in or not NEW: User can Un-Subscribe NEW: Subscriber gets … Continue reading →
In previous post How to create Custom Post Type in WordPress? we have discussed on custom post type, how easily we can create it with our generic function call for multiple custom post types. Here we are going to see … Continue reading →
Here we are going to discuss on how to create custom post type in wordpress and will make a simple function to use. What is Custom Post Type? ‘Custom post type’ is one of the great features of wordpress since … Continue reading →
WordPress widgets is a great feature for displaying your content in sidebar. It is easy to create by extending WP_Widget predefined wordpress class. Constructing Widget class your_widget extends WP_Widget { public function __construct() { $this->WP_Widget( ‘your_widget_unique_id’, __(‘Your Widget Title’), array(‘description’ … Continue reading →
Need of wp prefix change Database of wordpress is a core of your wordpress site or blog. All your posts gets stored in a systematic manner in wordpress’s database table structure. Although wordpress is more popular CMS so the hackers … Continue reading →
‘Navayan Subscribe’ allows your visitors to easily and quickly subscribe to your website with double opt-in process, custom email templates, post/page notifications, spam protection. It can be used as a sidebar widget.