Include Sticky Post in Page Posts Count?
This is doable, and as I stated in a comment, you need to follow the following steps Get a count the amount of sticky posts. This can be done by simply counting get_option( ‘sticky_posts’ ) which holds the ID’s of the sticky posts in the form of an array You would also need to get … Read more