Category: Tutorials
-
How to customize the style of your WordPress login screen
This post is going to show you how to add a few small code snippets to change the appearance of the WordPress login screen. We’ll walk through the process of changing the default WordPress logo to your own using the login_headertext filter that was added in WordPress 5.2 And I’m going to break down how…
-
Set Featured Images Programmatically in WordPress
Recently, I found myself needing to auto-set 300+ featured images for a customers WooCommerce store. After the initial panic phased itself out, I took a couple of deep breathes and realized I’ve done a few kinda-sorta similar things with custom functions in the past. After a few hours of hacking the code up and reformatting…