how to display post based on a taxonomy term as get the term π Aug 13, 2020 · β 2 min read · π½ john hashim first you will have to get started this will work if youβre using custom post type
how to display post from different post types on the same page π Aug 13, 2020 · β 2 min read · π½ john hashim How to show posts from multiple post types in a single loop
how to get Quantity based pricing table code in your custom theme π Aug 13, 2020 · β 2 min read · π½ john hashim offer a discount to your customers base on the number of units or quantity sold
How to get woocommerce Customers Email by Product ID π Aug 13, 2020 · β 2 min read · π½ john hashim would like to follow up you customers based on products that where purchased by your customers
How to get your Alexa Rank count and Pagevies using php π Aug 13, 2020 · β 2 min read · π½ john hashim have you ever wondered how site value script or webmaster tools get your Alexa ranking number?
How to hide a woocommerce sidebar widget on certain pages π Aug 13, 2020 · β 2 min read · π½ john hashim So youβre building your own store theme or maybe youβre using a commercial theme and it does make sense for you to load the same products
How to redirect non-www URLs to www? π Aug 13, 2020 · β 1 min read · π½ john hashim To redirect your website from non-www to www
How to redirect to a URL in Sapper π Aug 13, 2020 · β 1 min read · π½ john hashim If your working on a Svelte+Sapper application and you run in asituation where you need to redirect to different homepage
How to redirect www URLs to non-www? π Aug 13, 2020 · β 1 min read · π½ john hashim To redirect all requests to non-www, add the following lines at the beginning of your websiteβs .htaccess
How to Sort Woocommerce Cart Items Alphabetically π Aug 13, 2020 · β 1 min read · π½ john hashim make it easier for your customers to be able to check what they have in their cart without so many downs
How to Swap Two Array Element in Javascript π Aug 13, 2020 · β 2 min read · π½ john hashim if your working with javascript array cleaning and sorting your array this would be for you.
how to update product total prices discount based on unit number π Aug 13, 2020 · β 2 min read · π½ john hashim This snipet is for anyone building a wholesale woo-commerce site that sale products in large amount
Hugo and Lunrjs search engine made simple π Aug 13, 2020 · β 5 min read · π½ john hashim Getting Hugo and Lunr playing nice with each other wasnβt too bad, but I had trouble finding a clear walk-through with current versions of the tools.