There are 3 steps to creating radio selectors for your library metabox on the admin screen: Continue reading
Turn your taxonomy into radio select using WordPress walker function
Reply
There are 3 steps to creating radio selectors for your library metabox on the admin screen: Continue reading
WordPress is a framework. It provides us with a library of resources that allow us to extend and specialise it into the site and CMS that we want. Continue reading
“Less bugs, more polish, the same beta disclaimers.” Continue reading
Something that has cropped several times now, is that clients want a user base that cannot change their passwords (through the core WordPress password reset functionality). Continue reading
Often it is easier to exclude logged in (or just admin) user page hits, but not always.
The answer is easy, just wrap your code in a logical block using the is_preview() WordPress function. Continue reading