Ideal for your next website design project! Last updated: October 19, 2022Updated: June 7, 2018Updated: March 4, 2018Updated: November 19, 2017Published: November 2, 2017 This is an internal …
Troublehshooting not secure badge on chrome
There are various tools for checking that your website is secure. These tools are great as a starting point but aren't fully bulletproof so the below is a good workflow if you fixed all instances …
Continue Reading about Troublehshooting not secure badge on chrome →
WordPress Get_Terms OrderBy Not Working
There are a few reasons this will happen: 1. There is a taxonomies order, or drag and drop re-order plugin overriding it. 2. You're calling it "orderby" when it should be "order". See codex …
Continue Reading about WordPress Get_Terms OrderBy Not Working →
Woocommerce Ultra Custom Front Page
Answer Summary Output Woocommerce Brands field in a custom Woocommerce loop: $args = array('post_type'=>'product','product_cat'=>'cameras'); $loop = new WP_Query( $args ); while …
Continue Reading about Woocommerce Ultra Custom Front Page →
Add Typekit to Your WordPress Site
When you're given the embed code for Typekit and you're using Wordpress, you have a couple options for how to add it to your site:Devin's code snippetUse a pluginUse a head tag hookMy code snippet …
Flush rewrite registered custom post types to fix args on theme switch
A common problem wordpress developers run into when registering new custom post types (CPTs) is having incorrect arguments, that generate slugs, or public single instances of the post type, and then …
Continue Reading about Flush rewrite registered custom post types to fix args on theme switch →