Skip to content
WebberZone
  • Home
  • PluginsExpand
    • User Retention Suite
    • Contextual Related Posts
    • Top 10
    • Better Search
    • Knowledge Base
    • Snippetz
    • Link Warnings
    • Code Block Highlighting
    • Image Optimizer
    • Auto Close
  • BlogExpand
    • Announcements
    • WordPress Tutorials
  • Help CenterExpand
    • Documentation
    • Support
    • Developer ReferenceOpens in a new window
  • About
WebberZone
WebberZone
Home / WebberZone on WordPress - Page 2

  • WordPress Tutorial: Geolocated pricing for your WordPress site
    Tutorials | WordPress Tutorials

    Geolocated Pricing for Your WordPress Site – A Freemius integration tutorial

    ByAjay 25 September 202425 December 2025 25 December 2025

    I released Contextual Related Posts Pro in June and followed up with Top 10 Pro in September. Both plugins use Freemius to handle licensing. Amongst other things, the benefit of going with Freemius is that I can easily offer licences in USD, GBP or EUR. In this tutorial, you’ll learn how to set up multi-currency plans in Freemius and then configure your website’s…

    Read More Geolocated Pricing for Your WordPress Site – A Freemius integration tutorialContinue

  • Cloudflare Configuration Rules
    Tutorials | WordPress | WordPress Tutorials

    Secure Your WordPress Login: How to protect wp-login.php with Cloudflare

    ByAjay 28 June 202425 December 2025 25 December 2025

    Your WordPress login page, i.e. wp-login.php is the main entry point into your WordPress admin area. While you can use a security plugin that can let you rename your site, I prefer protecting my sites at the server level, or even better, before it can hit the server. I’ve been using Cloudflare on my sites…

    Read More Secure Your WordPress Login: How to protect wp-login.php with CloudflareContinue

  • How to Set Up PHPStan with WordPress and Visual Studio Code
    Tutorials | WordPress | WordPress Tutorials

    How to Set Up PHPStan with WordPress and Visual Studio Code: A Step-by-Step Guide

    ByAjay 7 January 202425 December 2025 25 December 2025

    As a plugin developer, it is imperative to write secure and error-free code. PHP is a widely used programming language, but it has peculiarities and pitfalls that can lead to unexpected errors and warnings in your code. Even simple things like a typo or a missing semicolon can cause problems, and it can be challenging…

    Read More How to Set Up PHPStan with WordPress and Visual Studio Code: A Step-by-Step GuideContinue

  • Add Custom fields to Quick Edit and Bulk Edit
    Tutorials | WordPress | WordPress Tutorials

    Add Custom fields to Quick Edit and Bulk Edit

    ByAjay 13 October 20234 January 2026 4 January 2026

    The next version (3.4) of Contextual Related Posts will see a brand new feature to allow a user to bulk edit posts, pages or custom post types to add the manual related posts. Plugin users will also be able to bulk select which posts they want to exclude from the related posts lists. Before this,…

    Read More Add Custom fields to Quick Edit and Bulk EditContinue

  • Custom Feed Code
    Tutorials | WordPress | WordPress Tutorials

    How to add a custom RSS feed in WordPress

    ByAjay 28 August 202325 December 2025 25 December 2025

    WordPress automatically generates RSS feeds for your posts, categories, tags, comments, and more. You can find your website’s default RSS feed URL by adding /feed/ to the end of your domain name. For example, https://webberzone.com/feed/. However, sometimes, you may want to create a custom RSS feed that includes only specific content from your website. For example, you may…

    Read More How to add a custom RSS feed in WordPressContinue

  • How to disable auto-update notification emails in WordPress
    Tutorials | WordPress | WordPress Tutorials

    How to disable auto-update notification emails in WordPress

    ByAjay 8 July 202325 December 2025 25 December 2025

    WordPress core, plugins and themes are constantly updated with new features, bug fixes, and security enhancements. Some users may forget or neglect to update their WordPress core, plugins, or themes manually which can expose their sites to potential vulnerabilities or compatibility issues. That’s why WordPress offers the option to enable auto-updates. Auto-updates allow WordPress to…

    Read More How to disable auto-update notification emails in WordPressContinue

  • How to show the number of custom post type items in “At a Glance”
    Tutorials | WordPress | WordPress Tutorials

    How to show the number of custom post type items in “At a Glance”

    ByAjay 29 May 202325 December 2025 25 December 2025

    I recently moved all my plugin announcement posts to a custom post type called Announcements. This allows me to keep my blog posts focussed on some awesome WordPress tutorials that I am writing. So, do subscribe to my newsletter to receive them directly in your inbox! By default, the number of posts from a custom…

    Read More How to show the number of custom post type items in “At a Glance”Continue

  • How to Self-Host Google Fonts in WordPress with Kadence
    Tutorials | WordPress Tutorials

    How to Self-Host Google Fonts in WordPress with Kadence

    ByAjay 19 May 202325 December 2025 25 December 2025

    Fonts play a crucial role in creating an appealing and engaging website. They enhance the overall aesthetics and readability of your content. Google Fonts is a popular choice for many website owners due to its vast library of high-quality fonts. However, loading fonts from Google’s servers can have some drawbacks, such as slower performance, privacy…

    Read More How to Self-Host Google Fonts in WordPress with KadenceContinue

  • WordPress Block Development Made Easy: A Series of Practical Tutorials
    Tutorials | WordPress | WordPress Tutorials

    WordPress Block Development Made Easy: A Series of Practical Tutorials

    ByAjay 13 May 202325 December 2025 25 December 2025

    Are you ready to take your WordPress development skills to the next level? I’m excited to introduce you to my tutorial series on Gutenberg block development! Gutenberg is the block editor that allows you to build beautiful and complex layouts with ease. However, if you want to create your own blocks that suit your specific…

    Read More WordPress Block Development Made Easy: A Series of Practical TutorialsContinue

  • WordPress block development: Building multiple blocks
    Tutorials | WordPress Tutorials

    WordPress block development: Building multiple blocks

    ByAjay 20 April 202325 December 2025 25 December 2025

    This is the fifth part of my Gutenberg block development tutorial series. In the past four chapters, we’ve learnt how to build static and dynamic blocks, add custom settings and change styles. Many of my plugins contained a single block which served as an alternative to the shortcode. However, I did need to build two…

    Read More WordPress block development: Building multiple blocksContinue

  • WordPress block development: Building dynamic blocks
    Tutorials | WordPress Tutorials

    WordPress block development: Building dynamic blocks

    ByAjay 2 April 202325 December 2025 25 December 2025

    This tutorial is the fourth part of the WordPress block development series. The first three parts of the series covered creating a simple block using @wordpress/create-block. We then customised the block to display an inline notice/alert with customisable text. In this tutorial, we will create a dynamic block. Unlike static blocks, dynamic blocks are rendered…

    Read More WordPress block development: Building dynamic blocksContinue

  • WordPress Block Development: Customising the Settings Sidebar
    Tutorials | WordPress Tutorials

    WordPress Block Development: Customising the Settings Sidebar

    ByAjay 12 March 202325 December 2025 25 December 2025

    In The first steps in WordPress block development, I introduced the basics of creating a WordPress block. We then dug deeper into the various block files in the second part of this tutorial series, In this chapter, we’ll continue our journey of building WordPress blocks by extending the Sidebar in the Block Editor to add…

    Read More WordPress Block Development: Customising the Settings SidebarContinue

Page navigation

Previous PagePrevious 1 2 3 Next PageNext

WordPress tips and release notes. No filler.

WebberZone

WordPress plugins that keep Readers reading.

Opens in a new window Opens in a new window Opens in a new window Opens in a new window Opens in a new window

WordPress Plugins

User Retention Suite

Contextual Related Posts

Top 10

Better Search

Knowledge Base

Link Warnings

Image Optimizer

Code Block Highlighting

Snippetz

AutoClose

Resources

Announcements

Blog

Newsletter

Documentation

Developer ReferenceOpens in a new window

Contact us

Company

About Us

Brand Assets

Privacy Policy

Terms

Refund Policy

Disclosure

Sitemap

Copyright © 2004-2026. WebberZone. A Beyond Develop Ltd brand. All rights reserved.

Visit BeyondDevelop.comOpens in a new window

The WordPress® trademark is the intellectual property of the WordPress Foundation, and the Woo® and WooCommerce® trademarks are the intellectual property of WooCommerce, Inc. Uses of the WordPress®, Woo®, and WooCommerce® names in this website are for identification purposes only and do not imply an endorsement by WordPress Foundation or WooCommerce, Inc. WebberZone or Beyond Develop are not endorsed or owned by, or affiliated with, the WordPress Foundation or WooCommerce, Inc.

External URL:
Scroll to top
  • Home
  • Plugins
    • User Retention Suite
    • Contextual Related Posts
    • Top 10
    • Better Search
    • Knowledge Base
    • Snippetz
    • Link Warnings
    • Code Block Highlighting
    • Image Optimizer
    • Auto Close
  • Blog
    • Announcements
    • WordPress Tutorials
  • Help Center
    • Documentation
    • Support
    • Developer ReferenceOpens in a new window
  • About
Search