Sorting posts by meta key and value
Posted by Webtechideas on November 8, 2012
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..... More this article →
0