Need the ability to filter the WooCommerce products list within admin by tags? Snippet of code below is for you. This concept can be edited for other purposes.
Continue reading...
Programming & Development
Easily remove the Yoast SEO filter options from WordPress posts and pages within the admin. Yoast SEO is a great SEO tool, I install it on most of the websites I build, but somes times I just dont need or want the filters it adds at the top of the admin posts pages.
Continue reading...
I dont like or know how to use VI correctly and by default CentOS likes to open everything in VI, I prefer nano and find when trying to edit the crontab CentOS always wants to use VI.
Continue reading...
Control your Windows Docker instance using Ubuntu Linux subsystem allowing greater controll. Windows 10 Linux subsystems are a very powerful feature and expand the capabilities for Windows based developers greatly, without the need to use VMs or dual booting. One of these is controlling your windows based docker host via your Linux subsystem.
Continue reading...
Install and use Ubuntu as part of your Windows 10 operating system ysing windows subsystems for linux. Perfect for use with Docker and CLI based tools / services where a Linux cli interface is required or better suited.
Continue reading...
A small fix to correct the missing brand and mpn structured data when using WooCommerce. WooCommerce seems to miss off these two fields which can cause warnings to appear within your Google Search Console.
Continue reading...
Some useful bootstrap 3 media queries for both mobile first and non mobile first development styles, to make modifications to your front end simplier and follow the bootstrap 3 standard breakpoints.
Continue reading...
Block unwanted bad bots, scrapers and default CLI user agents commonly used by scrapers and bots, using Apache and .htaccess.
Continue reading...
Redirect HTTP to HTTPS or Non-HTTPS to HTTPS to secure your website traffic with SSL encryption. Keep the internet secure and your visitors happy.
Continue reading...
Easily backup a windows based MySQL server using a scheduled bat file, including archiving and removal of older backups.
Continue reading...