Posts about Tutorials

Video tutorial : How to create a custom dropdown menu on your site

Get dropdown menu widget here.

Any thoughts? Share in the comments below..

Create a Dropdown Menu Using CSS3 Transitions

Create a Dropdown Menu Using CSS3 Transitions

With the most recent developments in the browsers, CSS shadows, transitions and animations made popular amongst web site design. So i decided to create a basic tutorial on how to create a simple dropdown menu using those brand new attributes. Let’s start!

Read More →

How to add categories dropdown to the end of Dropdown Menu Widget

I recently added hooks to the dropdown menu widget and using those hooks you can enlarge your navigations easily. Here i will show you how to add a categories dropdown to the end of pages menu, as seen on my site.
Read More →

Adding javascript to your theme using wp_enqueue_script

TO add a javascript file to your theme its easy to use header.php in your theme folder. However if there are plugins using same script libraries (like jquery, scriptaculous ) it may cause errors. Here i will show you how to add javascripts to your theme in a safe way using wp_enqueue_script.
Read More →

How to change default embed size using filters

Embedding videos from video sites to your posts is a very simple task in wordpress. You can easily embed videos just pasting URL of the video to your posts. It automatically displays the video depending on your media settings. What if you wanted a different video size in single 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 →

How to get your site back when it stuck in maintenance mode

How to get your site back when it stuck in maintenance mode

Automatic update is a great feature within wordpress. But sometimes it can get stuck if you navigate away from the update process.
This may seem a huge trouble, but fixing is quite simple. To get your site back to normal, all you need is an FTP access to your site’s root. Read More →

Adding jquery tooltips to your wordpress theme

Adding jquery tooltips to your wordpress theme

To use a jquery plugin within your wordpress site you need to load jquery manually along with the jquery script files. In this step by step tutorial i will explain you how to add a simple jquery tooltip plugin to your site.
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 →