Blog Archive

Our Top 10 WordPress Plugins

Whether you are just starting out or are an experienced web developer, you know that there are thousands (currently over 40,000) of WordPress plugins to choose from for your website(s). It can be overwhelming for [...]

WordPress Custom Content Type Archives by Year and Month

We recently had a client who needed archives of a custom content type by date within their WordPress website. While WordPress does a great job of setting up blog posts to be able to view [...]

Receiptful for emailing your receipts

Receipts are necessary part of business. What if you could use your receipts as a marketing tool? WooThemes Founder Addi Pienaar, launched Receiptful on November 5, 2014. Receiptful is an application programming interface (API) that [...]

WooCommerce: A MUST HAVE Ecommerce WordPress Plugin

There are thousands of WordPress plugins out there. However, trying to find the best plugin to fit your needs and budget can be a challenge. I came across WooCommerce. This is a free e-commerce WordPress [...]

Get Better Search Results with Relevanssi

Are you concerned that the search on your WordPress website isn’t getting the best results for your visitors? Relevanssi is a free WordPress plugin that will replace your current search and use a better search [...]

Easy Watermark Plugin for WordPress

Perhaps you have a website that needs protection from infringement. Easy Watermark is a free plugin for WordPress that allows users to add watermarks on images uploaded to their media library. The plugin gives users [...]

Digg Digg: A WordPress Plugin for sharing social media

Today there are many plugins available for displaying social share buttons on a website or blog. Digg Digg is a floating share bar plugin for WordPress created by Buffer. Digg Digg offers a variety of [...]

Testimonials Plugin for WordPress

Are you looking for an inexpensive testimonial plugin for Wordpress? I came across this $10 gem today while searching for WordPress plugins. I wanted to share and discuss some of the features the plugin had [...]

Resize Large Images with Imsanity

Do you want your website to run faster? Do you have large images that are slowing down your WordPress website? Imsanity is a WordPress plugin that automatically resizes and compresses large images that have been [...]

Useful Wireframing and Web Design Photoshop Plugins

WebZap WebZap is a Photoshop plugin that allows for creating fast web page mockups and wireframes. WebZap costs $19 for an individual or $99 for 10 users. Users must have Adobe Photoshop CS5 or higher. [...]

Get a Clue! Test what people remember on your site

Curious about what people remember from your website? What are their first impressions? From the creators of Zurb, a company that helps designers improve their websites have created an app called Clue. Clue is a [...]

Free Code Snippets with Bootsnipp

Bootsnipp.com is a great tool for web developers or designers to access free HTML snippets. It is specifically designed for the Bootstrap HTML/CSS/JS framework. What kind of elements can be found on Bootsnipp? Navigation Footer [...]

Pass PHP data to Javascript in WordPress using wp_localize_script

The wp_localize_script function is primarily used to allow Wordpress to translate strings into multiple languages.  It has another, more useful, ability though; it allows you to pass any data you like from your PHP scripts [...]

Multiple loops on one page in the same category

  Objective: Display two sets of data on one page both of which will be from the same category. We are using Flutter for this example. Flutter uses write panels to create posts. Whenever a [...]