All most every WordPress users will use media in their posts, pages and comments. So media files playing a vital role in our WordPress world. WordPress will provide you an option to add media files in to your post by default. But in some cases this button won't solve our problem. Especially when we are... Continue Reading →
Goodbye `get_terms`, Welcome `WP_Term_Query`
From WordPress 4.6, we have a new class called WP_Term_Query which will help us in querying the taxonomies easily. This class will give us more flexibility and ease of use like other classes like WP_Query,WP_User_Query, and WP_Comment_Query in WordPress. The main benefit is the caching and security measures. So you don't need to write complex and... Continue Reading →
WordPress REST API and OAuth 1.0a
WordPress REST API and OAuth is a perfect combination for many applications which runs WordPress as a backend. But for the beginners OAuth handshaking will be a bit complex one to understand. If you are is this category, don't worry you are in the right place to learn about the WordPress REST API and OAuth... Continue Reading →
WordPress: Post/Page creation workflow
Developing WordPress site for client or your own site? Then you should know the basic workflow of Post/Page creation hooks. Okay! Let's get started with the hooks. What is hooks? Hooks are just a functions, which will help us to do some actions or tasks when something is happen. Say for example, we can trigger... Continue Reading →
You must be logged in to post a comment.