WordPress Menu Items were unknown to me before I had to create a custom navigation item which has a dynamic URL based on the logged in user. I will introduce you to the WordPress Menu Item as a component which you can easily change as you want.
Category: WordPress
How to Create Sharing Buttons similar to Jetpack
Have you ever used Jetpack Sharing module? This is a great module that displays sharing buttons at your will with enough settings to customise which social media you want to use and how will the buttons be displayed. In this tutorial we will create the sharing functionality similar to Jetpack.
How to add Custom Columns in WordPress with OOP
Learn how to add a custom column to a WordPress post or any other post type you want with an easy OOP approach. In this tutorial we will show the user who last edited a post.
How to create WordPress Menu Pages with OOP
WordPress Menu Pages are all those pages that you are using inside the WordPress admin area. If you have ever tried to add a menu page in WordPress admin area then you are aware of the work that needs to be done for various menu pages. In this tutorial we will create those menu page in a object oriented programming way.
Add a new Tab to BuddyPress Profile Page
BuddyPress is a plugin that transforms your WordPress site in a Social Network. Changing or extending the profile page is a common thing then, especially if you are working on a custom WordPress solution. In this tutorial you will learn how to add an additional tab on the profile page.