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 retrieve…
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 retrieve…
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 daunting…
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 smoothly.…
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 functions…
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 your…
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 and…
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 most…