We can create like this
Put the comment in new php file and save it in wordpress theme folder, then new template is created with below name "MyFirstTemplate"
/*
Template Name: MyFirstTemplate
*/
Sunday, August 28, 2011
Facebook login button not displaying in IE
We have to use facebook html tags at the document starting, we can see the button if we use the facebook html tag (those tags will be 2 lines)
Php session is not storing
Open the php.ini file and set the session path. Generally we have to give the temporary directory.
For Example In Windows:
C:\DOCUME~1\Admin\LOCALS~1\Temp ..............like this. In this folder session is saved in a file with random name (The data will be in serilize format)
For Example In Windows:
C:\DOCUME~1\Admin\LOCALS~1\Temp ..............like this. In this folder session is saved in a file with random name (The data will be in serilize format)
Subscribe to:
Comments (Atom)