WPBrigade Blog

  • How To Create Custom Post Types In WordPress Admin?

    Last updated on September 11th, 2025 by WPBrigade Staff

    How To Create Custom Post Types In WordPress Admin?

    Now a days, WordPress is not just a blogging platform. From past few years, WordPress has become a robust content management system. By default, WordPress has two main post types: but you can create your own custom content types you want, these custom content types are referred as custom post types.  So when the WordPress […]

    Continue Reading

  • How To Interact With An API Using WordPress Standard Functions?

    Last updated on September 11th, 2025 by WPBrigade Staff

    How To Interact With An API Using WordPress Standard Functions?

    To interact with APIs is a very common thing in Web Development, WordPress gives us the utility functions to interact with APIs. As you know to interact with an API requires good knowledge of cURL and many other things, WordPress takes this responsibility and wrap the inner stories into utility functions for you. “wp_remote_get“ is the […]

    Continue Reading

  • What is HTTPS and How to Setup HTTPS in WordPress Site?

    Last updated on September 11th, 2025 by WPBrigade Staff

    What is HTTPS and How to Setup HTTPS in WordPress Site?

    One of the most important features which you should have to ensure that your WordPress website is secure and safe for those users who want to exchange their important information on your website while shopping or doing other stuff. Setting up your WordPress website to force use the most secure transaction system is not that […]

    Continue Reading

  • What is a cron job and how to implement it in WordPress?

    Last updated on September 11th, 2025 by WPBrigade Staff

    What is a cron job and how to implement it in WordPress?

    What is a cron? A cron was first used in UNIX operating system to execute specific commands automatically on a specific time instead of executing them manually. In simple words “a cron is a time-based scheduler“. What is a WordPress Cron? A  WordPress cron refers to “pseudo-cron system”, WordPres cron job is a scheduled job that runs on […]

    Continue Reading

  • Create a forum on WordPress without PHP Scripts

    Last updated on September 11th, 2025 by WPBrigade Staff

    Create a forum on WordPress without PHP Scripts

    WordPress is known as the easiest and simplest solution to make your own website with a low cost or even free if you use their service. However, it’s also very powerful with plugins and themes being developed daily, this means that you can do anything with it such as creating a forum on WordPress. bbPress […]

    Continue Reading