- iHerb sells nutritional supplements and other healthy products both domestically and internationally. New customers will save $10 on purchases of $40 or more.
-
Recent Posts
Recent Comments
Categories
Tags
ajax android autocomplete CodeIgniter color data date delete difference edit in place event flush format geolocation Google Maps hybrid imagettfbbox imagettftext jeditable jQuery jquery mobile language listview macaroni mediawiki Mediawiki 1.17.0 mktime mysql order PhoneGap php post query refresh sort spaghetti strtotime suggestion text time to_days user wgSharedUploadDBname wrap Zend FrameworkLinks
Archives
Meta
I like it
Category Archives: WordPress
Show only sticky posts on home page in WordPress
To create a list of posts by WordPress query it is possible to filter it by adding a custom filter to the condition. For example, if you need to show only sticky posts, you have to take a list of … Continue reading
Posted in Programming, WordPress
Tagged filter, posts_where, sticky, sticky_posts, wordpress
Leave a comment
Delete WordPress users with no posts by MySQL query
Back up your database regularly, and always before any upgrade. This query delete wordpress users (and they meta info) with no posts: This query select users with no posts: This query select users with no posts and no comments: