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.
Tag: oop
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.