Access Another Database in WordPress
When accessing the database in WordPress, you need to use the global variable $wpdb. This will take the constants you set in wp-config.php to connect to your database and...
22 comments
When accessing the database in WordPress, you need to use the global variable $wpdb. This will take the constants you set in wp-config.php to connect to your database and...
22 comments
If you’ve already gone through the first two parts of this series, you are well on your way to putting together a WordPress theme. It might seem a little...
1 comment
I run my Web sites on a dedicated virtual server and every once in a while, I need to go in and optimize things to make sure everything runs...
2 comments
This post has been updated in “is_child() Conditional Function for WordPress”. WordPress has some default conditional tags that are really helpful when developing themes and plugins that need specific...
20 comments
Over the past couple of weeks I have been helping people out who have had their WordPress sites hacked into. Having your site hacked is the same as having...
4 comments
WordPress.org currently hosts 6,265 plugins, which makes it kind of hard to figure out which ones are worth using. I have been using WordPress with a long time now...
8 comments
Over the past couple of weeks I have helped out many people who have been hacked. There are many ways in which you can protect your site, but the...
1 comment