by cathal | Jan 11, 2022 | Tutorials, WordPress Optimisation
Wordpress Optimisation There are a few ways to optimise a wordpress website and increase its performance. In this post we will show you 6 points to improve your website. Remove unused plugins Often many plugins are installed on websites, some of which are also...
by cathal | Dec 9, 2021 | Loading Scripts, Tutorials, Wordpress Web Design
Correctly enqueue javascript and css in WordPress Many web developers using WordPress probably think it is best and easiest to add scripts and stylesheets directly into the header.php file of the theme. Another variant could be to load the script and stylesheet into...
by cathal | Sep 23, 2021 | Tutorials
What Is A WordPress Child Theme? In this article you will learn what parent themes and child themes are, and how to use child themes on your own website. In summary, a wordpress child theme is a theme that “inherits the functionality and styling of another...
by cathal | Sep 23, 2021 | Tutorials
Gutenberg Options Gutenberg Options is a plugin that gives the ability to turn off all or some of Gutenberg options, reverting to classic editor – where needed. Gutenberg (Gutenberg Blocks / Gutenberg Editor) replaced the Classic Editor but there may be times...
by cathal | Jun 22, 2021 | Tutorials
Comments Deletion Plugin Are you looking for a way to easily delete all comments or one type of comments, unapproved comments for example? This plugin allows you to either delete all comments at once or all comments of one comment category or all comments of more...
by cathal | Jun 14, 2021 | Tutorials, Woocommerce
Out Of Stock Badge Are you looking for a way to add a badge to show that a product is Out Of Stock in WooCommerce? This code snippet will allow you to add the functionality to allow your customers to easily see that a product is currently out of stock. You can...