Why does the slug work in a page URL, but not the ID?
Here's a very simple question to a potentially confusing problem relating to how WordPress relates ID's, slugs, and tags when dealing with URLs.
Here's a very simple question to a potentially confusing problem relating to how WordPress relates ID's, slugs, and tags when dealing with URLs.
Missing Menu Items • Farewell PHP 7.4 • I Didn’t Know You Could Do That in the Block Editor • Why is Your Computer Cosplaying as a PDP-11? • Effective Writing for Devs • The State of CSS • The Swiss Army Knife of Website Tools: Website Toolkit
Code should Get Out Of My Way. GoomWay!
Utilizing SSH keys in conjunction with the servers you connect to is a great and highly recommended security practice. SSH stands for “Secure Shell” and enabling SSH for a server creates a secure channel between you (via the command line) and your server. SSH keys help the server validate and authenticate who you are. SSH…
Andrew Nacin has written a thorough post discussing many of the challenges for implementing taxonomy metadata in WordPress core and a potential roadmap for doing so. He also highlights how we may be able to achieve post to post relationships with alterations to the database schema. No promises are offered, but he assures that if…
I recently ran across this excellent slide deck from K. Adam White on evolving your JavaScript with BackBone.js. It’s a really great deck that I highly recommend you fully digest. It’s simple enough for people not yet well versed in such things but want to learn, but also has plenty of meaty content for those…
The wc_price
function solves your WooCommerce price formatting problems. Using it means you can ignore the WooCommerce price settings.