-
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…
-
Securing a WordPress Page with SSL using wp ecommerce plugin
-
Template Hierarchy of wordpress
-
Installing to http://webupdate24.com/ is not supported. Please use http://webupdate24.com.localdomain/ instead.
-
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…
-
When are actions triggered in wordpress
-
How to work cron job in php ?