A list of all articles for the tag "beginner".
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.
WP Widgets API – Adding Classes and Unique IDs
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.
Excluding Pages, Posts and Categories from WordPress Search
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.
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.