Snippets: WP/CP

Add Theme Support for Title Tag

It used to be that the way to add the Title Tag to WP sites was to add this in the theme’s header.php: <title><?php wp_title(); ?></title> [...]
Template Tags, WP/CP | Type: PHP

Connect to Separate Database

The wpdb object can be used to access any database and query any table. Absolutely no need to be WordPress related, which is very interesting. The [...]
DB Query, WP/CP | Type: PHP