Tag: beginner

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

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...

 
 
WP Widgets API - Classes and IDs

WP Widgets API – Adding Classes and Unique IDs

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

Adding unique IDs to your multiple use widget can make it extremely easy for your users to style the output. Using the WordPress Widgets API to access the property declarations of the WP_Widget class is the way to go. Learn from some sample code on how to add classed and unique IDs to your output.

2 Comments

Continue Reading...

 
 
WP Omit Search

Excluding Pages, Posts and Categories from WordPress Search

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

There may be a time when you find that excluding certain pages, posts or categories from your WordPress search results is needed. The following article will explain how you can do just that.

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...