Most of the times simply clearing out your cache on your internet browser may do the trick but when you can’t fix the problem by clearing your history and...
There are many ways to manually remove the word ‘Category’, from Category Title in WordPress but the simplest way is by doing it directly in the functions.php file. To...
When build custom templates in WordPress sometimes you may need to manually add a search field to your header directly in the php file. The code below will help...
Adding a shortcode to wordpress template are a easy way to embed functionality of plugins directly in post. For example, video embedding in WP 2.9+ uses the shortcode. You...