Currently viewing the category: "Wordpress"

Do you know how to make url friendly links in wordpress. Its easy to do this.
First login to your admin panel and go to Settings Panel in your dashboard on left side as shown in figure below.

On settings panel there is link of Permalinks. Click on it. It will open Permalink [...]

Continue Reading

sample wordpress plugin file

On May 27, 2011 By

In this post i will give you code of sample plugin file. The sample plugin file should contain plugin header in which you put plugin name and plugin url atleast. You can put GNU license in it also.

The sample plugin file looks like this:-

<?php
/*
Plugin Name: My Plugin
Plugin [...]

Continue Reading

wordpress url functions

On May 27, 2011 By

There are many url functions in wordpress which will tell you what is the address of different directories in wordpress.

Let me discuss each of these:-
plugins_url() gives you address of plugins directory. For example http://www.yoursite.com/wp-content/plugins
includes_url() gives you address of wp-includes directory. For example http://www.yoursite.com/wp-includes
content_url() gives you address of wp-content [...]

Continue Reading

First of all i want to tell you why we use query_vars[‘suppress_filters’].
suppress_filters is optional argument. When its value is set to false that means you disable the function from not using any filters on it’s query. That mean any filter if applying to the query will be disabled and it gives you result [...]

Continue Reading

Looking for something?

Use the form below to search the site:


Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Visit our friends!

A few highly recommended friends...

Set your Twitter account name in your settings to use the TwitterBar Section.