If you often use functions such as update_option, update_post_meta (or any meta-function for that matter) it might be useful to know that the value you pass can be mixed. When looking the function reference for add_post_meta, it says that the…
When inserting an image into the rich text editor you get the following: When viewing the code in the HTML tab you see that the following Shortcode is created: And the Shortcode creates the following HTML: When developing new themes…
WordPress by default filters out potentially harmful and/or invalid HTML. But in some cases you might want some of that invalid HTML! One of those cases occurred today when we needed to embed a Google Form in a post. To…
Today while working on a project where we had collaborated with freelance developers I noticed that some pages weren’t looking as they should. A quick glance at the code revealed that the developer was using “short tags” to include the…