Sometimes, you need to get some information from your wordpress database and display it outside your WP application. Here are some useful custom queries that you can use to get data from your Wordpress database.
1. Get and display recent posts query.
//get recent posts function
$query = "Select * from wp_posts
WHERE post_type = 'post'
AND post_status = [...]
Wicked Wordpress Themes is offering 38 premium WooThemes Wordpress themes for us to download free! All themes are updated and working at Wordpress 2.8+ .The themes is for all types of web publishers,may it be for a personal blog, portfolio,news,CMS,business or multimedia type of Wordpress application,WooTheme Wordpress MegaPack is for us download and enjoy!
To download [...]