Adds the ability to enter contact information and output the in your posts, pages or templates..
Use the shortcode to display any of the contact details, or use the function call..
Upload the folder to the wp-content plugins directory..
Navigate to the settings page by clicking on Settings on the left hand menu, and then Contact Details option...
Yes, it's possible to modify the contact detail fields using the contact details filter. add filter { Add text input $details = Add new textarea $details = array, 'input => 'textarea ) Remove existing field unset You must always return the modified array return $details } )..
The parameter passed to contact detail determines whether the value is returned, by setting the value to false. $phone = contact detail.
The above code will fetch the number stored and wrap the bold tags...
To do this add the the attribute include to the shortcode tag, e.g...
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Added the ability to modify the fields shown to the details page..
Read more