WPBrigade Blog
Latest WordPress Tutorials, Lists and Resources
-
Last updated on April 11th, 2026 by Adnan
Learn 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 function that gets the data for you from an API. All you have to do is just put the endpoint as an argument and voila! It’s magic. This function basically takes two arguments 1. $url – Resource to retrieve data from. This must be in a…
-
Last updated on April 11th, 2026 by Adnan
What is HTTPS and How to Setup HTTPS in WordPress Site?
One of the most important features is 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 the use of the most secure transaction system is not that difficult to implement, but it needs a lot of decision-making to enforce a secure transaction process for the user. You would have seen on some websites, their URLs starting with “HTTPS” like Facebook, Google, and many others. An “HTTPS” enabled website adds a security layer to the…
-
Last updated on April 11th, 2026 by Adnan
Create a forum on WordPress without PHP Scripts
WordPress is known as the easiest way to build your own website, with low cost or even free if you use their service. However, it’s also very powerful, with plugins and themes developed daily, so you can do almost anything with it, such as creating a forum on WordPress.
-
Last updated on April 11th, 2026 by Adnan
How to Add Styled Single Post Navigation to Genesis
Beside having related posts under each articles to keeps your visitors staying at your site longer, we could also use the next / previous navigation feature that were built right into the Genesis already. What it does is that it will have 2 text right next to each other but not that close though and under it will be your latest post and then the post before that. It could look something like this. You see, something like that will not help you generate more pageviews and lower down the percentage of bounce rate. We’ve got to do something more…
-
Last updated on April 11th, 2026 by Adnan
How to create a widget below first post excerpt in Genesis
Beside having great SEO built in feature, the Genesis Framework also good for customizations and editing even when you’re just a beginner with small amount of coding knowledge. As your blog is growing you’ll be start making money through several sources such as Google Adsense. Having good spots to place those banners are really important. In today’s post, I’m going to show you how to insert any advertising code or a WordPress widget right under the first post in your Genesis child theme. Actually, this will going to take effect on your homepage only.




