I've become a fan! Your videos are great! Can this be done simply as a function in the functions.php or snippets as opposed to making a plugin? Is there a particular advantage to doing as a plugin vs using something like snippets which can be turned on/off? Thanks again
Yes. Please do that in the functions.php however, when you change the theme, be sure to port those code snippets to the new one. See Plugins Vs Functions.php - ruclips.net/video/9LtXEMRNln8/видео.html
Great Job as always. Hey can you do a simple Membership website using Woocommerce with out using any free/premium plugins, just a request :) No need to have a feature rich one, just the basics like take the payment, assign roles list members etc.
Great job, I love your tutorials. Please do you have a beginners course on WordPress themes and plugins developments, pls recommend and also can I get the list of extensions you use to make WordPress development easy. Thanks in anticipation 🙂
Thanks for watching and the kind comments. The theme tutorial you can begin with is ruclips.net/p/PLNqG1qGUllk0uFqUvFFIJ67dSNBKapd7Y and all the other tutorials for plugins I always Endeavour to start from the beginner level.
@@aogunnaike I use marketplace.visualstudio.com/items?itemName=laurencebahiirwa.classicpress-snippets for the auto completion it’s an extension I made for my use.
Can I do the same for address page, where you have Billing address and Shipping address can I change the text to Business address and Business address 2 the same way?
Please make a video about scaling WordPress on the database side by HyperDB ( provide features like database shard ), Redis Object Cache plugin By Till Krüss, RediSearch. There is no video on RUclips regarding this, how safely we implement all three stuff in WordPress
@@TechiePress hyperdb is just wordpress plugin that can extend wordpress's MySQL handling functionality and add some functionality like data sharding. RediSearch is the Redis module that provides similar kind of functionality like Elasticsearch it's extremely useful because wordpress doesn't comes with database indexing. So for RediSearch wordpress also have a plugin, but there is no any perfect tutorial on internet that guide how to integrate all those things. Because hyperdb makes database much more complex & we don't know how to create master ( splitting MySQL database through hyperdb, we can create master without splitting the database but splitting the MySQL into two db is also giving another level of scalability ) & slave. ( Redis as cache act has Slave we can use another MySQL as slave but Redis is much more better approach to make a slave )
@@TechiePress the level content you are creating deserve thousands of like and view 🎉🎉 totally awesome because it's advanced level. & It's unique on RUclips
Almost 2 years later and it stills works!
Thank you so much for posting this!
This has changed my life. Thank you so much for posting this! I needed all of this for a client's site and it is THE PERFECT SOLUTION!
So glad it worked out well. Cheers!
This is great! Works well, thank you! Is it possible to do the same method but for Woocommerce emails?
With the emails, you can change the templates by adding your own in your theme under the woocommerce 📁
Man you are the best thank you so much
I've become a fan! Your videos are great! Can this be done simply as a function in the functions.php or snippets as opposed to making a plugin? Is there a particular advantage to doing as a plugin vs using something like snippets which can be turned on/off? Thanks again
Yes. Please do that in the functions.php however, when you change the theme, be sure to port those code snippets to the new one.
See Plugins Vs Functions.php -
ruclips.net/video/9LtXEMRNln8/видео.html
Thanks for this. It would be handy if you included a link to the code itself (just a suggestion). 😊
It works perfectly! I just inserted the code in my child theme functions.php file.
Great Job as always. Hey can you do a simple Membership website using Woocommerce with out using any free/premium plugins, just a request :) No need to have a feature rich one, just the basics like take the payment, assign roles list members etc.
That’s a tough one but I will look into how to make something usable.
@@TechiePress awesome :)
Great job, I love your tutorials. Please do you have a beginners course on WordPress themes and plugins developments, pls recommend and also can I get the list of extensions you use to make WordPress development easy. Thanks in anticipation 🙂
Thanks for watching and the kind comments. The theme tutorial you can begin with is ruclips.net/p/PLNqG1qGUllk0uFqUvFFIJ67dSNBKapd7Y and all the other tutorials for plugins I always Endeavour to start from the beginner level.
@@TechiePress thanks alot, also list of vs code extensions to help as well, thanks
@@aogunnaike I use marketplace.visualstudio.com/items?itemName=laurencebahiirwa.classicpress-snippets for the auto completion it’s an extension I made for my use.
Thanks for the awesome video
Thanks for watching!
This doesn't work for the Place Order text! Gah, WooCommerce... Perhaps you could share how to do that as well? Thank you!
Can I do the same for address page, where you have Billing address and Shipping address can I change the text to Business address and Business address 2 the same way?
Yes, that is possible. Please go ahead and try it.
which program you are using to edit the files?
I am using VSCode with cobalt2 theme.
@@TechiePress Thank you a lot bro!
Please make a video about scaling WordPress on the database side by HyperDB ( provide features like database shard ), Redis Object Cache plugin By Till Krüss, RediSearch. There is no video on RUclips regarding this, how safely we implement all three stuff in WordPress
Thank you for the question. I fair know about Redis and not much about the others. I will try to look into it.
@@TechiePress hyperdb is just wordpress plugin that can extend wordpress's MySQL handling functionality and add some functionality like data sharding. RediSearch is the Redis module that provides similar kind of functionality like Elasticsearch it's extremely useful because wordpress doesn't comes with database indexing. So for RediSearch wordpress also have a plugin, but there is no any perfect tutorial on internet that guide how to integrate all those things. Because hyperdb makes database much more complex & we don't know how to create master ( splitting MySQL database through hyperdb, we can create master without splitting the database but splitting the MySQL into two db is also giving another level of scalability ) & slave. ( Redis as cache act has Slave we can use another MySQL as slave but Redis is much more better approach to make a slave )
@@TechiePress the level content you are creating deserve thousands of like and view 🎉🎉 totally awesome because it's advanced level. & It's unique on RUclips
Thank you for the kind words. I hope to make more.
How can i change the welcome message after a customer created his/her account on woocommerce when the customer wants to check out.
Which welcome message?
Do you know how I can add a second title like ''billing details'' in the checkout page but with other name ofc?
Yah sure, there is no hook for that but we should be able to use the available hook for that purpose. Let me see if I can dig it up.