Posts tagged 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 →

Dropdown Menu Widget update 1.6.3

In this update i fixed dropdown menu arguments problem. Now you can easily add multiple menus using the following syntax.
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 →

How to display Nextgen Gallery using php

Nextgen Gallery is a perfect gallery plugin for wordpress. I use it most with my wordpress theme projects. Here i will show you how to display nextgen gallery using php code in your page templates. Read More →

Tutorial : Combining multiple shortcodes in wordpress

Tutorial : Combining multiple shortcodes in wordpress

You can create shortcodes for any function in wordpress. It’s so easy to create one and also so functional. In this post i will show you how to use a shortcode in another shortcode.
Read More →

How to install wordpress using wordpress downloader script

How to install wordpress using wordpress downloader script

If you don’t have a script installer on your server and you need to install wordpress manually, it can be a pain to upload wordpress files to your webhosting server one-by-one via ftp.
Here i will show you how to install wordpress with my wordpress downloader script. Read More →

How to convert database charset to UTF8

How to convert database charset to UTF8

If you need to use UTF8 charset and want to convert your database charset to UTF8 here is a simple way to do it:
Read More →