Categories
KWS

Katz Web Services Featured in iContact's Email Marketing Monthly

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.

Categories
WordPress

Strip Extra ImageScaler Attribute from Plugin-Generated Code

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’,”, […]

Categories
Plugins WordPress

Rich Text Tag, Category, and Taxonomy Descriptions for WordPress

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).

Categories
Code WordPress

Simple Taxonomies Formatting — Improve the Plugin's Code Output

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, […]

Categories
Personal Politics

Contact Form 7 Modules – A Plugin

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 […]

Categories
Web Development WordPress

How to Tell if Your WordPress Widget is Active

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 […]

Categories
Personal Plugins

VerticalResponse Widget for WordPress

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 […]

Categories
Code Constant Contact WordPress

Constant Contact WordPress Widget – Add a Newsletter Signup Form to your Sidebar

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] […]