A client was having an issue resetting their password on their Woocommerce website recently.
They would request a new password via WordPress’s built-in reset form, receive the email with a …
Some tips and tricks related to Web development, SEO, WordPress from time to time.
A client was having an issue resetting their password on their Woocommerce website recently.
They would request a new password via WordPress’s built-in reset form, receive the email with a …
As I travel (or have travelled 🦠) a fair bit, adding image galleries to my blog was always a bit of a challenge (I’m just not a fan of using …
Short for the Background image property.
div {
background: url(image.svg) top left / 100% 100% no-repeat #f6f6f6;
}
…I use ACF a lot in my projects and when I use the Post Object field to select multiple posts for use with a custom query loop, I always forget …
I always have to Google this, so putting it here for reference.
If you want to get all of the selected taxonomy terms for a post, use this snippet.
$terms
…I have been using WordPress for most of my client sites, as well as personal sites for donkey’s years now – at least 12, which is insane to be honest …