Ten Tips for Updating Your Website
If you already have a website that has been up and running for a few years, you might be getting a bit tired of the way that it …
Tips and tricks for developing and creating WordPress plugins and complete solutions. Developing for WordPress requires mastering many different skillsets for different technologies. PHP, HTML, CSS, and JavaScript just to name the basics.
The articles here are meant for developers.
If you already have a website that has been up and running for a few years, you might be getting a bit tired of the way that it …
Create your own WordPress Theme! Sounds intriguing? Keep reading. This is not going to be a mind-blowing theme, but if you want to learn what is going on …
Why learn how to write great code from experience? Sharpen your skills with these top tips that will take you from average to awesome in a flash.
I am a web developer, and it matters a lot to me how fast the FTP clients I use work. I always look for ways to work faster …
A regular task in my work is to improve the speed of a website. There are many places to tweak, but a place I always go to look for some easy improvements is the header.php file.
If your WordPress website has ever been hacked, you know there is a lot of cleaning up to do after cleaning up the database, files and of course …
301 redirects for 404 spam pages – WordPress Style Read More »
Has your WordPress website been hacked? Do you have a lot of 404 errors from spammy urls on your website? Grab a piece of code that automatically 301 redirects 404 urls on your website.
Functions.php code collection hosted on WordPress Answers on Stackexchange.com – The best code collection for your functions.php WordPress.
The functions.php file in your WordPress theme is an underutilized resource for many WordPress powered sites.
$current_screen WordPress Global Variable. What it is, how to use it and a reference table with all the different values.
A quick and simple solution for displaying search results from all subblogs on your WordPress 3 Multisite installation.
A friend of mine recently asked me of how to most effectively control content creation on several WordPress blogs, and that motivated me to dive into this quite lengthy article.
Using logging in WordPress Plugins for better usability for users.
A quick and easy way to remove all 404 errors on your WordPress Blogs and redirect all 404’s with a 301 to your homepage. Never loose linkjuice again.
Getting individual post data outside The Loop in WordPress is easy with a few lines of code…:
Learn how to use WordPress’ built-in function wp_remote_fopen to load external data from other websites.
How a simple MySQL query can remove all your duplicate posts from your WordPress database.
Use get_plugin_data to use a template structure for your WordPress Plugins.
How to assign a Tag to a WordPress Post via PHP using wp_set_object_terms()
A simple PHP-function to check if the cURL PHP-extension is loaded.
How to automatically log in a WordPress user in your PHP Script
How to display properly localized values (numbers) using the number_format_i18n-function in WordPress.
WordPress date_i18n Function Reference and Usage
Use the date_i18n function to properly localize your WordPress Plugin or Theme.