Loading WordPress stylesheets and scripts using link and script tags is not the best way to load them. Use WordPress functions instead.
Connect To Two Databases In WordPress
Learn how to connect to two databases in WordPress. This allows you to use multiple database connections to manage data.
Lazy Load Maps or Videos With Intersection Observer
By detecting when an element, particularly a dynamic or interactive element, comes into the viewport, you can load this element only when it is necessary and being viewed by the website visitor.
Defer WordPress Javascript Files For Better PageSpeed
Learn how to defer WordPress javascript files to improve your pagespeed score, increase your page snappyness, and improve your rankings.
How To Have A Fixed Header That Doesn’t Move When You Scroll
Having a fixed header is very common. You’ve seen it on other websites you’ve visited. The header stays at the top of the page as you scroll down so that you have easy access to the navigation items.
How To Add A Back To Top Button To Website
Adding a back to top button to your website improves access to the header and navigation items on your web page. Visitors can quickly click a button to gracefully scroll back to the top of the page.
How To Insert WordPress Posts Programatically
You can insert WordPress posts programatically. Create a post without ever opening the Gutenberg editor – and here’s how.
How To Create Rest API Endpoint In WordPress
Create a rest api endpoint in wordpress with a fully working example. Wordpress’s API is simple and intuitive.
Enable SVG Support In WordPress
Unfortunately, WordPress will not allow you to upload SVG’s out of the box due to security concerns. But this does not mean that you can’t use them. Learn how to enable SVG support in WordPress.