Steps to create new template for WordPress page. This will help you to customize your template for single page. 1) Create new php file, For … Create a template for page in wordpressRead more
Month: August 2011
Posted inAll / Php / Wordpress
Change WordPress Theme Name
Steps to update the wordpress theme name 1) Go to wp-content/themes/{your_active_name} 2) Open style.css 3) Change the “Theme Name:” in comments.
Posted inAll / Php / Wordpress
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 … Facebook login button not displaying in IERead more
Posted inAll / Php
Php session is not storing
There are different reasons for PHP session not working. If the session is using file.(By Default it is File Only) 1) If you are using … Php session is not storingRead more