In a recent project, I had to create a custom BuddyPress member list. I had to display members by their membership. So, I wanted to write a simple tutorial in which I’ll show you how to display members by their roles. In this article, you’ll learn how to create a custom member tab and how to filter only the users we want.
Make Money with WordPress – Part 2: Products
Learn how to make money with WordPress by selling your own plugins or themes. In this article, I’ll talk about which approaches you can use to sell your own products and present you the options you could use.
Make Money with WordPress – Part 1: Platforms
In this industry where I am, all of us want to make money by developing, creating a product or something similar. In this article, I will talk about 3 platforms that I have used to make money with WordPress.
Using the WordPress Shortcode to Restrict the Content
Restricting content is pretty popular when it comes to membership sites. With a WordPress shortcode, we can restrict access to the content. We don’t have to restrict access to the whole site, we can just restrict one part of the content. In this tutorial, we will create a WordPress shortcode that will do just that.
How to Extend Non Extensible Plugins
When working on various solutions that are based on WordPress, you will most certainly need to extend some part of a plugin. But what if that plugin is not really extensible? How should we solve that?