Always Encounter Using ID in WordPress as a Final Solution [closed]
You’re absolutely correct that hard-coding specific IDs is a bad idea. IDs are very much subject to change, and normal activity through the UI can cause problems with any code expecting a specific ID, which makes them fragile. However, when you see solutions involving a specific ID, you need to keep in mind that the … Read more