Interestingly Woocommerce does not seem to have a default setting for ‘products per page’. Unsurprisingly, there’s a simple workaround. Add to ...
Read MoreWordPress: Capturing Post Author Meta
An easy one here from your local Gainesville Web Designer: How to retreive the author information from a post in the ...
Read More
May 31, 2015
Preloading Images with Jquery
There are times when preloading images is an important step in keeping your site/page/program running smoothly. This is especially true in ...
Read MoreWP: Adding a HTML5 Search Form
A simple script from your local Gainesville Web Designer. [code scroll="false" language="htmml"] <form role="search" method="get" class="search-form" action="<?php echo home_url( '/' ); ?>"> ...
Read MoreJquery Simple Fadeout
A cute little snippet to show a simple green bar upon a successful edit. <?php if(isset($_GET[‘edit’])){ ?> <div id=’notifyy’> Edited Successfully ...
Read More