to identify if we are on blog index or detail page.
When on detail page: On page load, the header slideshow is hidden, allowing
for JS at bottom of page to update the image and then show main image in
header slideshow without flashing content while image is updated.
*/
var el = document.querySelector('body');
var className = false ? "blog-detail" : "blog-index";
if (el.classList) { el.classList.add(className); }
else { el.className += " " + className; }
Author
Shop Hop Inc
Shop Hop Inc is a marketing company that coordinates statewide shop hop events for community quilt shops across the United States. They do all the behind-the-scenes organizing and orchestrating of the events so that store owners can focus on running their businesses. Shop Hop Inc's program is structured around their mission statement of helping brick-and-mortar quilt shops thrive. The sales of the signature (and very popular) magazine go directly back to supporting the stores helping them recoup their marketing investment. For more information about a statewide shop hop event happening near you, please contact jen@shophopinc.com.
There is nothing quite like walking into a quilt shop and being surrounded by inspiration and creativity everywhere you look. From floor to ceiling your eyes are flooded with a sea of colors and prints tantalizing the quilting taste buds of quilters and sewing enthusiasts from across the state. You…
Read More