-
27 Sep
Start session in WordPress
WordPress does not use sessions to hold any data. So in order to activate session variables within your WordPress installation the only thing you have to do is call session_start(); before any output is send to the client.
- Category :
- Wordpress
-
25 Sep
Assign a different template to a specific page in Joomla 3
There is an option in Joomla! to switching between two or more templates on the Front-end. This can be done with “Menu Assignment”, so you can set different templates for each menu or only a menu item. This allows specific “pages” that are defined by menu links to set for a “specific” template.
- Category :
- Joomla
-
20 Sep
How To Make An Article In Drupal
If you want to make the Article in drupal use the following steps. Step 1:- Make the Content type Name of Article. Path :- Home › Administer › Content management Step 2:- Then Add Content in the Article Content type. Step 3:- Now Automatically make a one node page of that Article.
Step 4 :- Then make view for all article post display on one page.- Category :
- Drupal
-
17 Sep
How to create a custom widget in wordpress
As in default wordpress we have some limited number of widgets and some time we need to create the multiple widgets that we can display as per our requirement in the files or pages. So here the code and files from where you can create your own custom widget.
- Category :
- Wordpress
-
17 Sep
How to increase or decrease session time out to oscommerce 2.3 ?
By default session time out has 1440 seconds (24 minutes ) in oscommerce 2.3 .Following way we can increase or decrease session time out .
- Category :
- ecommerce
- oscommerce
-
17 Sep
How to improve your zencart site speed?
If you have a very large zencart store with large number of products and categories ,following are some suggestions to improve you zencart site speed.
-
16 Sep
Planning to Develop a Drupal Based Website
Drupal is useful for developing enterprise level websites. Our years of experience in Drupal Development conclude that effective preparation involves examination of two very important areas.
- Category :
- Drupal
-
14 Sep
How To Make A blog In drupal
If you want to make a blog in drupal use the following steps. Step 1:- Enable the Blog Module from Drupal Core module list. Step 2:- Then Add Content in the Blog Entry Content type. Step 3:- Now Automatically make a one node page of that blog.
Step 4:- Then make view for latest 2 blog Post display.- Category :
- Drupal
-
12 Sep
How to add your custom column on post or page list page in wordpress
Want to add your plugin custom column to post or page list page ? here is the code for add column to post listing table
- Category :
- Wordpress
-
12 Sep
Add color picker to your plugin or theme in wordpress 3.5 and heigher version
Want to add new color picker in your wordpress plugin or theme ? Here is step by step guide for how to add new color picker in your plugin or theme
- Category :
- Wordpress