Create Keyword Tags from Text With PHP
We wrote this function back in 2009 and it has since found its way onto hundreds – if not thousands – of other websites. The
We wrote this function back in 2009 and it has since found its way onto hundreds – if not thousands – of other websites. The
Talk Like a Pirate Day originated on June 6, 1995 when John Baur and Mark Summers of Albany, Oregan, started talking – for no particular
I recently had the need to return all images that were imported into a WordPress post or page (except the featured image). Since my specific
When we first started to submit the odd plugin to the WordPress plugin repository, we needed a means of providing an enhanced download link from
is a Web-based Git repository hosting service that offers the typical distributed revision control and source code management functionality of Git, as well as some
This article is as a reference to a few others we have scheduled over the next couple of weeks. Simply because we didn’t want to
Providing your readership with a list of scheduled posts is an effective means of cementing yourself in their minds. By giving them a sneak peak
If you plan on adding any kind of to your website, such as like buttons, integrated videos, comments, or a page plugin, you will be
I was writing an on detecting mobile devices and offering a redirection to a device-optimised design when I started toying with different ideas on how
PHP’s function will delete a single file and will delete an empty directory. However, to delete a directory and all contents below it, we require
As of WordPress version 3.5, the Links Manager and blogroll feature were hidden for new installs or existing installs (when the feature wasn’t used). Existing
A number of years ago I shared a PHP function that I used to truncate strings to a character count. Simply because I had it