Pages

Friday, December 27, 2013

WordPress plugin Duplicate Title Checker to check uniqueness of post title

WordPress by default is not offering any functionality to check uniqueness of title which provide user an alert message when entering new post. Although the great functionality of wordpress is that it allows user to enter multiple posts with same name and automatically converts the URL to unique by adding parameters at the end of URL and prevent conflicts.

But what when any user wants to add a post with unique post title and there are huge number of posts already placed ? 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

Installation:

  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.

What this plugin provides?
  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.

 FAQ:
  1. 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.
  2. 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.
  3. 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.
  4. Does this plugin provides message for unique title?
    Yes, this plugin provide unique title message.
  5. What are limitations of this plugin?
    It is only available for posts.
  6. 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

WordPress donation plugin WP-donate using Authorize.net

WP-donate is a wordpress plugin to receive donations from user using Authorize.net Payment Gateway. It supports credit card processing. The benefit of this plugin is that it provides management of donation entries at admin panel. This management allows website owners to keep track on received donations and manage details about donors.

How to install:
WP Donate can be installed by adding function to your template or calling up a shortcode:
  1. Upload the folder wp-donate to the plugins directory
  2. Activate the plugin
  3. Go to WP Donate (for both Live & Test)
  4. Place [Display Donate] anywhere in content. Or place <?php wp_donate_form(); ?> in your template.

Functionality overview:
  1. Autherize.net payment gateway integration for accepting donation.
  2. Payment gateway settings at admin area which allows to set related details.
  3. From displayed at client side using Shortcode.
  4. Listing of donation entries at admin area.
 FAQ:
  1. 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.
  2. 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.
  3. 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.
  4. 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
  5. 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