by DataWareHouse UK | Mar 28, 2013 | WordPress Design
It’s certainly not a fun process, but moving a website between servers sometimes becomes necessary. In fact, in recent years, it has become an even more necessary and popular task among many website owners and administrators. That’s because prices continue to decrease...
by DataWareHouse UK | Mar 21, 2013 | WordPress Blog
The WordPress database class is quite extensive and provides a range of methods to work effectively with the database and thereby use the WordPress standard. You can find the class in /wp-includes/wp-db.php where the individual methods are documented. I show the most...
by DataWareHouse UK | Mar 21, 2013 | WordPress Blog
WordPress enjoys great popularity and draw more attention of people who want to gain unauthorized access. As with any open-source software developers and attackers alike can view the code. The risk of spam links, the destruction of the blog and other attacks is...
by DataWareHouse UK | Mar 21, 2013 | WordPress Blog
WordPress has its own cron to automatically and scheduled run certain themes. Therefore WordPress provides several functions to use the cron. In our first example we send every hour a mail with the help of the WordPress function wp_mail(). FYI, this is just a...
by DataWareHouse UK | Mar 21, 2013 | WordPress Blog
With version 3.0 of WordPress, the much anticipated feature of Child Themes was integrated or some might say it was improved, since it was actually possible to use it. I like to show you an example based on the new default Theme TwentyTen how you use it. Another...