Posts related to tag: post


How to check whether it is POST or PAGE in WordPress

In WordPress, is_page() function return true if the current article is a “PAGE” and similarly is_single() function return true if […] Continue reading »

How to get random Posts in WordPress

WordPress introduced WP_Query class in its version 1.5.0 for the custom query. It gives the leverage to execute the custom […] Continue reading »

How to limit post revisions in WordPress

In this tutorial, you will learn how to limit post revisions in WordPress. WordPress post revision can be helpful for […] Continue reading »