Tag: methods

A list of all articles for the tag "methods".

WordPress Hook

Removing the WP Version – There’s More

Categories: Blog, Development, WordPress
Tags: , , , ,

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.

No Comments

Continue Reading...

 
 
WordPress Cats, RegEx and Parent/Child Relationships

WordPress Categories, RegEx and the Parent/Child Relationship

Categories: Blog, Development, Personal, PHP, WordPress
Tags: , , , , , , ,

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.

No Comments

Continue Reading...

 
 
WordPress Hook

Removing the WordPress Version

Categories: Blog, Development, WordPress
Tags: , , , , ,

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.

No Comments

Continue Reading...