Monday 23 December 2013

Duplicate Title Checker a WordPress plugin to check duplicate post title


WordPress allows to enter same title for multiple posts. Sometimes we already used a title and we are not aware of that and when we create another post with same name, wordpress by default is not providing alert that this title is already used. The benefit of default functionality is that wordpress allows multiple posts with same title and automatically generate unique URLs for duplicate posts which is very helpful.

But what if we need that each post should have unique post title and there are huge number of posts already created ?

In this case this plugin can be used to check that title we are using for new post is unique or not. Right now this plugin is only for post but with minor modification it can be used with custom post types and pages. Although this plugin allows to create multiple posts with same title as it just provides alert that the title used is not unique If you need any information on plugin and suggestions for how to customize for custom post types or pages than please let us know here


Features:
  1. Used to check duplicate post title.
  2. Provide alert on duplicate post title.
  3. Provide alert while entering title and not when saving post.
  4. Also show the message when title is unique.
Installation:

How to install Duplicate Title Checker:
  1. Upload the folder duplicate-title-checker to the /wp-content/plugins/ directory.
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. Create new post with title already exists.
 FAQ:
  
How it will work?

Install and activate plugin, then create new post with title that is already exists, once you enter title and press tab or move to another field it will show highlighted message for duplication.

Can I expand this plugin?

Yes you can customize or expand plugin to also check uniqueness of title for custom post types and pages with minor changes.

Can I save post with duplicate title after alert?

Yes, this plugin only provide message that this title is duplicate but same time it also allow to save the post with duplicate title and it will work as default wordpress functionality.

Does this plugin provides message for unique title?

Yes, this plugin provide unique title message.

What are limitations of this plugin?

It is only available for posts.

Support available?

No, but if you need any suggestions how to customize this plugin then you can let us know here http://www.webconfines.com/contact-us

Download plugin from here:
Duplicate Title Checker

Plugin developed by:
Webconfines

Plugin Screenshots





Monday 30 September 2013

WP-Donate a WordPress donation plugin


WP-Donate is a wordpress plugin by webconfines which provides donation form with AuthorizeNet payment gateway option and most importantly it provides management of donation entries at admin area which allows website owners to keep track on received donations.


Features:
  1. Listing of donation entries at admin area.
  2. Payment gateway settings at admin area which allows to set related details.
  3. From displayed at client side using Shortcode.
  4. Autherize.net payment gateway integration for accepting donation.
Installation:

WP Donate can be used by either calling up a simple shortcode or adding the function to your template as below:
  1. Upload the folder wp-donate to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Go to WP Donate (for both Test & Live)
  4. Place [Display Donate] in your content or <?php wp_donate_form(); ?> in your template.
 FAQ:
  
Will it work on my Theme?

WP-Donate features an inline form so that it can fit any theme. that you can customize it yourself.

Can I expand this plugin

Yes you can customize or expand plugin by adding new payment gateways to receive donation or customization can be made in form related to fields.

About SSL

In order to process transactions in a secure manner, you need to purchase an SSL Certificate. This way consumers can purchase/donate with confidence. There are multiple plugins for then enforcing that SSL be used on your page, here's one.

Support available?

If you need any modification in plugin or need some extra functionality than please let us know here http://www.webconfines.com/contact-us

What are limitations of this plugin?

It is only available to users with Authorize.Net payment gateway to receive donations.

Download plugin from here:
WP-Donate

Plugin developed by:
Webconfines

Plugin Screenshots