Speed up your WordPress Development

Login/Logout and user welcome in WordPress

We should welcome the users on our site to make them comfortable and also to enhance the design of our site. Insert this code to add a login/logout message. Paste the code in the function.php file in the child theme. In the above code first, we are checking if the user is login or not

How to customize login logo in WordPress

This is great to add more branding to your site or for your client’s site it gets more attractive to your user when you take care of such things to improve your branding. First, add the logo to your theme’s images folder if you don’t find any such folder then create it and add the

How to increase memory limit in WordPress

Are you looking for a way to increase the built-in memory limit in WordPress? Well here is the small snippet which can be used to increase the limit. Edit your wp-config.php fileAdd the following to the wp-config.php file. Above the line that says /* That’s all, stop editing! Happy blogging. */ Edit your PHP.ini fileIf

Add custom order status in WooCommerce

There are many options available for order status but what if our business needs more customized options like Shipment Arrival, Awaiting shipment, or many more. These statuses are necessary to be added according to different business requirements. So The main agenda for this snippet is to see how we can add more information to orders.

Remove product meta on a single product in WooCommerce

By default WooCommerce product meta is displayed on the single product page. Such data can reveal a bit about business information and tricks. In the below image you can clearly see the product meta before applying any snippet to it. Now let’s remove the meta from the single product. Here is an easy solution that

Hide quantity on the cart page in WooCommerce

This would sound extraordinary, but in some cases, the quantity field is not needed like when we sell show tickets or movie hall tickets. All the information is already on the product page. So to change the ticket number on the cart page will not be logical.Here we can add this small snippet to fulfill

Scroll to Top