Haile’s Angels Pet Rescue has a New Website

Customized WP theme – a great choice for a great organization. Haile’s Angels continues to do some great work in our community focusing on our four legged friends. They take in a good number of pets each month and try to find them forever homes. As a no-kill shelter, some dogs and cats spend a lot of time there but HAPR is committed to them and their well being.

Haile’s Angels Pet Rescue is a not-for-profit organization that helps unwanted animals find forever homes. Our goal is to stop adoptable animals from being euthanized. We want to adopt as many animals as possible into loving and caring homes in which these animals will become lifelong family members.

Livewire will be donating some of our time each month for website updating, pet of the week posts, adding events and even facebook management to help them along. We’re proud and happy to do it. They really are a wonderful organization and everyone at Livewire is thrilled to be a part of it.

Hailes Angels Pet Rescue

More Web Design Blog Content

A Quick Way To Kill Your Facebook Marketing

Facebook is a powerful tool. With millions upon millions of reachable users it is the social media powerhouse. Sharing content is incredibly easy and businesses can so easily engage potential customers that many businesses are putting it to work for them. There are, in fact, many ways to

Budding Biologist has a new website

A cute website for a really neat childrens’ book series by budding biologist. Their new website is responsive, meaning it is mobile ready and will display correctly across all devices and all browsers. Integrated web store and using the latest in HTML 5 and CSS3 media queries. Cloud

OpenCart CCBill Payment Module ★★★★

4 Stars for this plugin. It worked, that part is true but we had to make some modifications and there were some syntax issues with the PHP. Overall though, a solid plugin for opencart and the ONLY one we found worth a darn for CCBill. We think our

Woocommerce Products Per Page

Interestingly Woocommerce does not seem to have a default setting for ‘products per page’. Unsurprisingly, there’s a simple workaround. Add to your functions.php Replace “28” with whatever number you want. add_filter( ‘loop_shop_per_page’, create_function( ‘$cols’, ‘return 28;’ ), 20 );

What makes your website attractive to google?

What makes your website attractive to google? In 2013, Google released Search Quality Evaluation Guidelines to provide transparency in how google rates websites. The main goal of Google’s Search Quality Ratings is to provide results that represent and are beneficial to a specific user and their locale. This

Adding a Fee in Woocommerce

This piggybacks off of a solution I found elsewhere. We modified it to add a single fee for products based on the taxonomy. It comes in handy to categories products and then apply this rule to that category. function action_woocommerce_checkout_calculate_fees( $cart ) { // Initialize $quantity = 0;