PHP Scripts & Tutorials

Web Design Tutorial – Echo ‘last’ class on items

Today I wanted to share a really good little web design tip with you all. It’s a really simple PHP script but something that I think will come in handy. WordPress & Magento use this technique throughout parts of their … Continue reading

Web Design Tutorial – Extending WordPress User Profiles

This week Steve Looks at a handy combination of WordPress plugins that allow you to extend the standard WordPress subscriber profile area. Continue reading

Web Design Tutorial – How to display your latest tweet with PHP

This week we have overhauled our free PHP script that allows you to display your latest tweet on your website. Continue reading

Web Design Tutorial – Using the array_unique PHP function

Today Dan goes through a nice little PHP function to remove duplicate data from an Array. Continue reading

Web Design Tutorial – Create a word count limit PHP function

This week Dan goes through a great little PHP tutorial on how to limit the amouint of words you want to show for a description or content. Continue reading

Web Design WordPress Custom Metadata Queries

This week Luci shows how easy it is to perform search queries on custom metadata queries on your Wordpress website. Continue reading

Web Design Tutorial – Automatic seasonal changes with PHP

In this week’s web design video tutorial we share a PHP Script for automatically changing your website’s logo depending on pre-defined seasons such as Valentines, Easter, Halloween and Christmas. Continue reading

Dynamic Christmas web design background update with PHP

In this week’s video tutorial we share and explain a simple method using PHP to swap your website’s background dynamically for the Christmas months. Continue reading

How to Write Custom Post Type Queries

Custom Post Type queries in Wordpress aren’t difficult – and in today’s post Luci shows you just how easy they can be. Continue reading

PHP splitting arrays / array_chunk – Web Design Tutorial

Today, Dan goes through a short tutorial on how to split arrays into desirable chunks using a problem solving method and a PHP function. Continue reading