How to Add a Featured Tag with Text Over an Image

Category: Tutorials

In this tutorial I will show you how to place a featured tag over an image using CSS3 ::before pseudo elements. A common use case for this is eCommerce where you might want to visually show a product is featured, on sale, or out of stock. Since your products are displayed dynamically using a database, […]

Continue Reading

Check Page Level Depth If Condition in WordPress

Category: Code Snippets

The code snippet below is handy when you are trying to check if the current page is a parent or a child in a WordPress theme. You can then use the conditional to output different code depending on the page depth it is <?php // gets page depth global $wp_query; $object = $wp_query->get_queried_object(); $parent_id = […]

Continue Reading

10 Ways to Bootstrap an eCommerce Business

Category: Articles

The Bootstrap Creative Manifesto Before we begin talking about how to bootstrap your creative business lets first define what bootstrapping is. Bootstrapping is relying on your own resources (time and money) to start and run your business instead of getting a loan or outside investment. This allows you to start a business with lower risks and […]

Continue Reading