What’s New: Livewire Seminars

Want to become your own SEO specialist? Need to know how to put your site on page 1 but don’t have the capital to invest hundreds to thousands of dollars in optimization?

We can help!

Our Search Engine Optimization Seminars will teach you how to become your own pro. Nothing about optimizing your website is too difficult even for the novice user. We explain it all for you, give you the right tools to do the job the way it is supposed to be done. Just like with anything else worth doing in this world, you have to put your heart into it to be successful, but optimization is not as mysterious as you might think. Join us for a few hours and learn all the lessons that we’ve learned optimizing successfully for over 5 years.

What we’ll cover.

  • Proper site setup
  • Building your online presence the right way
  • Writing good content
  • Links
  • What NOT to do
  • and Common Scams

When you leave, believe us, you’ll be informed and ready to take on the online world.

We also provide you with continuing support. You can talk to us anytime if you’re unsure about something and/or need some guidance.

Call us at 352.672.7092 or email us at web@blog.livewire.team if you want to get signed up.

More Web Design Blog Content

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

Code School: Woo Shipping Per Product Count Script

Here’s a little snippet that has been useful for woocommerce development. This regulates shipping charges from a simple fee based system to a fee per quantity output. We modified this to allow for a couple of different shipping charge options based on quantity – first by three’s and

Sitemaps

Back in the day a simple website could get away with an on-page sitemap. Just a simple list of pages somewhere on the site. Not so much anymore. Sitemaps – at least the ones we intend for search engines to look at – are all internal. We use

Project Gutenburg

Every heard of it? If not, make sure to check it out. They have tons of books online, free for anybody. Our favorite? A Connecticut Yankee in King Arthur’s Court by Mark Twain http://www.gutenberg.org/ebooks/86 Got a smartphone? Just download a free e-reader and you’re all set. Download the

TOP 3 PROJECT MANAGEMENT TOOLS AND WHY THEY ARE SO IMPORTANT

Whether you are a Freelancer or a small business owner, you know the importance of an accurate project management, here are 3 of the best project management tools that can help you achieve your goals. 1.- Teamwork Projects Teamwork Projects is a cloud-based project management solution it allows you

JSON and PHP

Here at Livewire, Gainesville Web Design headquarters, we have had a couple of projects recently that allowed us to work with JSON and PHP. Initially it may seem a bit strange for PHP experts to want to embed javascript functionality in their code base but the two work