Sorting posts by meta key and value
Posts related additional data are stored in a meta table called postmeta. Sometimes these meta data become very vital from your functionality point of view. Lets say we store the like counts of posts in terms of a meta key as _wti_like_count. This is fine as long as I am just using this to show the like count.