Category: PHP

  • 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

    http://mccormicky.com/1297/securing-a-wordpress-page-with-ssl/

  • Template Hierarchy of wordpress

    To understand the template hierarchy i think  this link will help us http://codex.wordpress.org/Template_Hierarchy

  • Installing to http://webupdate24.com/ is not supported. Please use http://webupdate24.com.localdomain/ instead.

    WordPress MU setup problem. I am so sure that 100% users who tried to setup this wordpress MU in their local wamp server, faced this problem. Here is the quick solution of it. just use “127.0.0.1” instead of “localhost” it will solve the problem.

  • 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

    When are actions triggered in wordpress

  • How to work cron job in php ?

    A cron job allows you to run a certain command at times set by the job. For example, you could set a cron job to delete temporary files every week so that your disk space is not being used up by those files. To access the Cron Jobs Menu, click on the icon above the […]