

Today I was on the forum and wanted to add in a link to our GitHub and GitLab accounts next to the social icons. We use a theme from IPS…
We’re always looking for ways to improve server performance and page speed loading times. Today we finished migrating the rest of our cPanel accounts over to PHP-FPM. It’s straight forward…
After creating another post on absolute position footers we decided to add a quick post on how to create a sticky footer. html{ position: relative; min-height:100%; } body{ margin:0 0…
How do you get a footer to stay at the bottom of a Web page when the content of the page is too short? There are a few options. Option…
Quick and easy explanation of the jQuery command replace. The replace() method returns a new string with some or all matches of a pattern replaced by a replacement. The pattern can be a string or a RegExp,…
WooCommerce has a great plugin for categorizing your products at the brand level called WooCommerce Brands. It helps you group your products by their brand and assigns the correct schema…
This is an example of how to select a child of a parent element using CSS. Most of the time you can add a class or id to the element…
Ever wondered how to count the number of words in one of your WordPress posts? Out of the box WordPress doesn’t include a function to do this, but it’s not…