Posts about PHP

New widget : Include Template Widget

New widget : Include Template Widget

Just released a new wordpress widget. Include Template Widget is used to include any php template in your sidebar or widget areas. Using this widget, you can use any php file as a widget! Read details and download here.

How to list files in a directory using PHP

How to list files in a directory using PHP

Using this simple snippet, you can easily get files in a directory as an array. It even allows file type filters.
Read More →

How to display latest tweet on your site

How to display latest tweet on your site

To display your latest tweet on your site just add the following function in your functions.php file.
Read More →

Adding countdown to your theme using php

Adding countdown to your theme using php

For theme designers sometimes #php is better than #shortcodes. So here i will show you how to easily add countdown widget to your theme file. You need to know some php to integrate it with your posts.
Read More →