How to get the most out of WordPress!
Here you will find articles, how-to’s, snippet and reviews of themes and plugins for WordPress.
All for you to get the most out of WordPress regardless if it’s a personal blog, business website or a WooCommerce store.
Latest Reviews
Restrict Content Pro for WordPress Review
Restrict Content Pro for WordPress is an excellent plugin for creating and managing a membership site. It allows you to easily create user profiles, assign
Kadence Theme for WordPress Review
Kadence Theme is an amazing WordPress theme that provides users with a wealth of features that make creating and managing a website easier than ever.
Sucuri for WordPress Review
Sucuri for WordPress is a powerful security plugin that helps protect your website from hackers and malicious software. It provides a comprehensive website security solution,
The Events Calendar for WordPress Review
The Events Calendar for WordPress is an incredibly useful plugin that allows users to create, manage, and share events from their WordPress site. It is
bbPress for WordPress Review
bbPress is a great plugin for WordPress that offers a powerful forum solution for WordPress websites. It is well-supported, easy to use, and provides great
WooCommerce for WordPress Review
WooCommerce for WordPress is a great choice for anyone looking to create an online store. Its user-friendly interface makes setup and customization simple, while its
Jetpack for WordPress Review
Jetpack for WordPress is an amazing plugin that offers a wide range of features to help make your WordPress website more secure, efficient and user-friendly.
Yoast SEO for WordPress Review
Yoast SEO for WordPress is a powerful tool that helps optimize your website for search engine optimization (SEO). It offers a range of features that
Formidable Forms for WordPress Review
Formidable Forms for WordPress is an incredibly powerful plugin for creating custom forms and surveys on your WordPress website. It allows users to quickly and
Latest Snippets
How to enable GZIP output compression in WordPress
There are a few ways to enable GZIP output compression in WordPress: Alternative 1: Edit your .htaccess file: You can add the following code to
How to add support for SVG in WordPress media library
To add support for SVG files in the WordPress media uploader, you can use the following code in your theme’s functions.php file: This code will
How to change /wp-admin URL in WordPress
Changing the default /wp-admin URL of your WordPress website is a great way to improve the security of your website. You can do this by
How to change /wp-login.php URL in WordPress
How to change /wp-login.php URL in WordPress You can do this by using the functions.php file in your WordPress theme. To start, you will need
How to filter search by users in WordPress
To filter the search results in WordPress by user, you can use the pre_get_posts action in your theme’s functions.php file. Here’s an example of how
How to register sidebars in WordPress
To register sidebars in WordPress, you can use the register_sidebar function in your theme’s functions.php file. This function allows you to register multiple sidebars with
How to change the design of WordPress pagination
To modify the design of WordPress pagination, you can use the paginate_links function and customize the output of the pagination links. Here’s an example of
How to add noindex follow automatically to archives pages in WordPress
To add the noindex, follow robots meta tag to WordPress archive pages automatically, you can use the wp_head action in your theme’s functions.php file. Here’s
How to show recent comments list in WordPress
To show a list of recent comments without using a plugin in WordPress, you can use the wp_list_comments function and customize it to your needs.