Results for: oop

Custom WordPress Post Status
WordPress

How to Create Custom WordPress Post Statuses

Custom WordPress post statuses are useful when creating different custom post types and their statuses. One of the best example on how to use them is WooCommerce and the order statuses. In this tutorial we will create a simple class that will handle creating custom post statuses with ease.

Read More

Thumbnail image for article
WordPress

How to Create Extendable WordPress Forms

Creating forms in WordPress can be difficult. By using OOP and WordPress hooks, you can create forms that can be extended as needed and also perform various tasks. With popular plugins such as Gravity forms or Contact Form 7, you might not need to create forms on a regular basis, but in some custom solutions you might have to create your own forms.

Read More

Image for Sharing Buttons similar to Jetpack
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.

Read More