Download Gravity Forms Addons Plugin on WordPress.org Gravity Forms + Directory Capabilities Since Gravity Forms came out, it’s been transforming how WordPress can be used. It makes a contact form more than a contact form. It makes a contact form the basis for anything you can imagine. The Gravity Forms Addons plugin has added Directory […]
Tag: WordPress Plugins
iContact sent out their Email Marketing Monthly October email and featured the Katz Web Services iContact plugin for WordPress. We’re glad they like it, and hope you do too! Get the iContact Widget for WordPress, and check out iContact for your email marketing.
I am using the ImageScaler plugin for WordPress on a project, and I like what it does, but it adds a non-standards-compliant attribute to images, such as: <img class=”” src=”http://www.example.com/imagescaler/generated-image.jpg” alt=”Example” width=”258″ height=”234″ imagescaler=”http://www.example.com/imagescaler/original-image.jpg” /> To strip imagescaler’s imagescaler attribute, add the following into your functions.php file: add_filter(‘the_content’, ‘strip_imagescaler’); function strip_imagescaler($content) { $content = preg_replace(‘/imagescaler=”(.*?)”.?/s’,”, […]
Rich Text Tags Plugin on WordPress.org The Rich Text Tags plugin allows you to use the WYSIWYG TinyMCE text editor (the WordPress default editor) while editing Categories, Tags, and taxonomies (custom categorization created by the Yoast Simple Taxonomies plugin).
I’ve been using Joost de Valk’s Simple Taxonomies plugin for a couple of projects, and I’ve been very disappointed by the formatting of the terms output code. When configuring the plugin, you have the option of choosing “Add terms to the end of posts” or “Add terms to the end of excerpts.” If you do, […]
Check out our Contact Form 7 Newsletter Plugin Easily add Contact Form 7 form submissions to a newsletter list! Check it out today. Download the Contact Form 7 Modules plugin from WordPress.org Add hidden fields to Contact Form 7 I love the Contact Form 7 plugin, and use it for many of my projects…but one […]
Ever wonder if your widget is activated on an external site? Here’s how to find out. When you register a sidebar widget, you use code like this: register_sidebar_widget(array(‘Name of Widget’, ‘class-of-widget’), ‘widget_function’); If you want to check whether the widget is activated (you may want to for a variety of reasons), you can do it […]
Don’t have VerticalResponse? Try it out for free. This is a portal page for bug reports, recommendations, or feedback on the VerticalResponse Newsletter widget for WordPress. Get the VR widget from WordPress.org Go to the widget’s page on WordPress.org to download the most recent version of the plugin. Bugs, feedback, suggestions: Leave feedback in the […]
This widget adds a Constant Contact signup form to your blog’s sidebar without touching code. Download the Widget Includes options for Title, Button Text, Tag Wrapper, Form ID Code, and Intro Paragraph, show or hide CC link, Safe Subscribe link, and template options. New: add a form in your page or post by writing [constantcontact] […]
You must be logged in to post a comment.