New PHP major versions are always very expected by PHP developers, we already know good things coming when a new release is announced. This time we have a lot of performance improvements and new features that improve our code, using modern programming methods in a badass old-school language. Besides those new features and recommendations, I… Continue reading PHP 8.0 – 4 new features in this latest version
Author: Samuel Silva
Stock Sync – How to sync products in a WooCommerce Multisite
There are a lot of reasons to use the Multisite feature on a WordPress environment – the challenge is when we need to synchronize information between them. Same database, but different tables, languages and product stocks are great examples of common data between all websites. Let’s start from the beginning. What is WordPress Multisite? Using… Continue reading Stock Sync – How to sync products in a WooCommerce Multisite
MySQL and WordPress – How to use native queries in a secure and right way
WordPress requires a MySQL instance to run and store all the data. Although the relational system is a classic and, sometimes, obsolete data structure, MySQL works like a charm on a WordPress environment. Keeping this on the WordPress core, gave us better compatibility with our custom development over time and quick and easy access to… Continue reading MySQL and WordPress – How to use native queries in a secure and right way
WooCommerce – Save the Products’ Stock Status for each Order
Stock Management is a default feature on all Online Store CMS, it’s useful when you manage your stock using WooCommerce, preventing out-of-stock Purchases and of course, preventing your clients’ complaints. Sometimes, beyond this obvious feature, we need to know some more about the stock status. For example: occasionally, for business rules’ reasons, it could be… Continue reading WooCommerce – Save the Products’ Stock Status for each Order
An important recommendation about Web: designed to last
The Development of the Web keeps changing, and at this time seems like the fashion industry: trends come and go. Today I read that post designed to last and I’m writing just to recommend you this lecture: https://jeffhuang.com/designed_to_last/
Cancel WooCommerce not-paid Orders automatically
One way to keep your online store clean and organized is using the order status. Complete, Cancelled, Awaiting Payment are type of status which helps you to pay attention at the most important orders.
Are you a Blogger? Show your old posts in your WordPress blog
“One year ago you posted that …”, “See what you said on this day, in 2012 …”. You already saw something like that on your social media accounts, didn’t you? Remember your own content on the Internet is a really trendy Throwback-Thursday Post. What interesting could be, if we could highlight our old posts, like… Continue reading Are you a Blogger? Show your old posts in your WordPress blog
How to develop a good idea and launch it to the market in less than 24 hours
I’m starting to believe in micro projects. A part of my work right now is testing the market and to try continuously for a market niche. Some topics: Think about your idea Take your time. Quickly to develop a good idea doesn’t mean you can’t to think about it. Think about all the possibilities. Think… Continue reading How to develop a good idea and launch it to the market in less than 24 hours
Security and Health Status – New feature on WordPress 5.2
There are a mount of posts around the Internet saying “Top 10 things” that you need to do on your WordPress website. But this time is different, new WordPress Core released (5.2) gave to us a new important feature.
How to add a Full-Screen Menu to your WordPress website
If you have a personal/commercial website and if you want to improve that website with an additional menu without replace the current menu, just keep reading.