A list of all articles for the tag "methods".
Removing the WP Version – There’s More
Follow up to my Removing the WordPress Version. Basic information on how working with wp_register_script() could still show your WordPress version and what you can do to stop it.
WordPress Categories, RegEx and the Parent/Child Relationship
I couldn’t seem to find a WordPress function that would return an array of all categories in their parent/child relationship order – so I went ahead and coded a way. If you know of a better way, please share. If not, enjoy the code.
Removing the WordPress Version
Make use of ‘hooks’ in your themes function.php file to remove the WordPress version number from being displayed anywhere on your website. See the different methods and learn which is the best to use.