-
How to show .html or .php in the url of wordpress site
Some people want to show .html or .php in the url of their wordprss site. For SEO these are very handy, you can make your website url far more search engine friendly. Solution: Go to the the wp-admin/ admin panel of your wordpress site. Click settings, then permalink settings, then click custom structure. Now in…
-
Most essential plugins for wordpress
These are my choice cut to enhance your website. Hope this will ignite your website. All in One SEO Pack – http://wordpress.org/extend/plugins/all-in-one-seo-pack/ Google XML Sitemaps – http://wordpress.org/extend/plugins/google-sitemap-generator/ Google News Sitemap – http://wordpress.org/extend/plugins/google-news-sitemap-generator/ Secure and Accessible PHP Contact Form – http://green-beast.com/blog/?page_id=136 Subscribe To Comments – http://wordpress.org/extend/plugins/subscribe-to-comments/ WP Super Cache – http://wordpress.org/extend/plugins/wp-super-cache/ Google Analytics and Feedburner Reports…
-
Git in Windows with TortoiseGIT client & ProjectLocker free Git Hosting

Hello All Hope you all are fine. Today I will show how to work with Git in windows environment with TortoiseGIT client & ProjectLocker Git Hosting. ProjectLocker is a good Git hosting provider for startup a private project, you may check there pricing plan to let know more about the features of different plan. Now…
-
PHP overloading ( method overloading and property overloading)
Hello All Today I will focus on overloading method and property in PHP. Unlike other language Java/C# overloading is working in a little bit different way for PHP. Normally we can overload a method by providing different/varying argument(s) ,but in PHP it should have to create through some magic methods. These magic methods are as…
-
How can notices be turned on in wordpress
When WP_DEBUG is enabled in wp-config.php, it will turn on the notices that deprecated functions were used. When WP_DEBUG is turned off or does not exist, then no reporting will be given. This prevents the notices for everyday users who are uninterested in receiving these reports. As a consequence, only the users who actively enable…
