Hand-picked best WordPress admin page designs (UI/UX)
Deluxe Blog Tips - WordPress Tutorials, Tips and Tricks
by Anh Tran
2d ago
Designing a great settings page for a plugin or a theme is not an easy task. It's a crucial part to help users easy to understand the features and navigate through all the settings logically and easily. We've been improving the UI/UX for our plugins several times. And so do other plugin/theme authors. This post […] Source ..read more
Visit website
An easy guide to compress images with CLI to improve loading speed
Deluxe Blog Tips - WordPress Tutorials, Tips and Tricks
by Anh Tran
1w ago
There are many WordPress plugins that optimize images, most do that via an external service and has some limits (like the number of images compressed per month). If you're using a VPS or a dedicated server, you can easily optimize images with command line. It's super fast and just takes a few minutes. And the […] Source ..read more
Visit website
WordCamp Asia 2024 - An unforgetable experience
Deluxe Blog Tips - WordPress Tutorials, Tips and Tricks
by Tran Ngoc Tuan Anh
1M ago
Now is my last day in Taipei and I'm waiting for my team mates shopping at Gloria Outlets. The last 5 days are one of the best experiences I've had in my life. All thanks to WordPress! WordCamp Asia What I found most wonderful about this event was that I had a chance to meet […] Source ..read more
Visit website
Calculating customer lifetime value based on churn rate
Deluxe Blog Tips - WordPress Tutorials, Tips and Tricks
by Tran Ngoc Tuan Anh
2M ago
Lifetime deal is a hot topic in WordPress, both for business owners and users. There are a lot of things to consider when offering a lifetime deal, such as the cost of ongoing support or the pressure to get new customers. One argument to support the lifetime deal is if the deal is offered carefully […] Source ..read more
Visit website
How to view Google Ads stats in Google Analytics 4
Deluxe Blog Tips - WordPress Tutorials, Tips and Tricks
by Tran Ngoc Tuan Anh
3M ago
At eLightUp, we run Google Ads for our products. It's a great way to increase brand awareness for less-known products like Slim SEO or increase sales for popular products like Meta Box. While Google Ads provides a detailed report in its dashboard, we usually use Google Analytics (GA) to view the traffic of the sites. […] Source ..read more
Visit website
MySQL commands for sysadmins
Deluxe Blog Tips - WordPress Tutorials, Tips and Tricks
by Tran Ngoc Tuan Anh
3M ago
I usually forget basic MySQL commands like checking the status and where is the configuration file. So, I collect the most useful and most used commands for MySQL in this post for a quick reference. Note that I use Ubuntu, so the the commands are Ubuntu-specific. These commands are extremely useful, especially when you want […] Source ..read more
Visit website
View and monitor server load
Deluxe Blog Tips - WordPress Tutorials, Tips and Tricks
by Tran Ngoc Tuan Anh
5M ago
I run my products on VPS and need a tool to view and monitor server load, especially during special occasions with high traffic like Black Friday. View the server load To view the server load, use the following command: cat /proc/loadavg 0.08 0.12 0.09 1/413 3599988 The first three fields in this file are load […] Source ..read more
Visit website
Deleting database tables after uninstalling plugins
Deluxe Blog Tips - WordPress Tutorials, Tips and Tricks
by Anh Tran
1y ago
Some plugins like WooCommerce or ProfilePress don't remove database tables after uninstalling. That makes your database bloat with redundant tables if you don't plan to use these plugins in the future. In my situation, we have a multisite for premium WordPress themes demos. Most of them have WooCommerce installed. When we deleted a site in […] Source ..read more
Visit website
WordPress news sources
Deluxe Blog Tips - WordPress Tutorials, Tips and Tricks
by Anh Tran
1y ago
The WordPress ecosystem is changing fast. Many plugins, themes, tools, and blog posts are created every day. And some of them are out of the market or simply forgotten. As a WordPress business owner, I usually need to read WordPress news sources to be updated with the latest changes in the WordPress ecosystem. Here are […] Source ..read more
Visit website
Debugging functions
Deluxe Blog Tips - WordPress Tutorials, Tips and Tricks
by Anh Tran
1y ago
While developing WordPress plugins and themes, I usually need to see values of variables. While PHP already offers print_r and var_dump functions, it's not convenient to use them to output variables in a beautiful way. So I made some debugging helper functions to do that. Simple debugging helper functions These helpers are mostly used by […] Source ..read more
Visit website

Follow Deluxe Blog Tips - WordPress Tutorials, Tips and Tricks on FeedSpot

Continue with Google
Continue with Apple
OR