Category: WordPress

  • Web Server (VPS) Optimization Checklist for WordPress

    Web Server (VPS) Optimization Checklist for WordPress

    I have been using VPS as web server since 2005 to host my sites. Before that, I switched among shared web hosting for many reasons. One of them is cost efficiency because I have more than one websites (using WordPress). I also want to try some thing else like Django, Flask which I cannot do […]

  • WordPress textbox autocomplete using Ajax/jQuery

    WordPress textbox autocomplete using Ajax/jQuery

    This tutorial is absolutely for beginner which contains demo source code, wordy explanation. At the end, you will be able to write up a WordPress Plugin that can load data from custom database table and serve it as data source. If you learn faster by reading source code, please feel free to jump in to […]

  • Add Google reCAPTCHA to WooCommerce Signup

    Add Google reCAPTCHA to WooCommerce Signup

    That’s all I need “Add Google reCAPTCHA to WooCommerce Signup Form”. There are ton of plugins out there can satisfy this simple requirement. However they have more than what I need. So I googled the minimum requirement to reach the goal and try it out. Let’s check below and share if you find it helpful. […]

  • Notify Admin On WooCommerce User Registration

    Notify Admin On WooCommerce User Registration

    As web site admin, I am so happy when receiving this kind of email, user registration notification. By default, WordPress will send web site admin notification email upon user registration. However I received none since I’ve used WooCommerce Custom Fields on REGISTER form. The web site didn’t notify admin (me) on user registration. Notify Admin On […]

  • Remove WooCommerce Password Strength Meter

    Remove WooCommerce Password Strength Meter

    One friend of mine signed up for new account. Actually, I invited him to signup for an account using “REGISTER” form that I created in this post so that we could test it one more time. He complained that I couldn’t change his password because the web site thinks his password is so weak (even it isn’t […]

  • Why WordPress Asks for Connection Information?

    Why WordPress Asks for Connection Information?

    Why WordPress Asks for Connection Information? To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host. Why WordPress Asks for Connection Information? I sometime get this get this dialog asks for connection information, […]

  • WooCommerce Registration Custom Fields

    WooCommerce Registration Custom Fields

    There are many reasons for using WooCommerce. Here are mine E-Commerce readiness, prevent user from accessing backend. The second one convinced me significantly. I know there are plugins doing same job. Please share your own reasons if you are using WooCommerce on your WordPress site or blog. This is how WooCommerce My Account looks by […]