WordPress

Quick Search

Phone number validation in contact form 7

April 26th, 2011 by admin
3 comments »

If you want to validate you phone number within contact form 7 wordpress plugin. Here is the great example of that. Please follow the give steps .

first, i went to the plugin folder and edited, contact-form-7/modules/text.php
and created a new function (please excuse my mistakes in naming conventions).

1. i inserted this … Read More

WordPress Plugin Development

February 27th, 2010 by admin
13 comments »

Introduction

WordPress Plugins permit easy modification, customization, and enhancement to a WordPress blog.  As an alternative of changing the core programming of WordPress, you can add functionality with WordPress Plugins. Here is a basic explanation:

WordPress Plugin: A WordPress Plugin is a program, or a set of one or more functions, written … Read More