The WP Nav Menu is very popular and WordPress users love to implement their content in the navigation that way. Many users also like to have a search field in their navigation. In this context I found some horrible written solutions to implement the search field in the navigation. That’s[...]
Also want to change the default wordpress avatar called Mystery Man? You want to use your own image instaed of it? Follow this tutorial and choose a avatar which is more suitable to your theme. Open your theme’s functions.php file and add the following rules: add_filter( ‘avatar_defaults’, ‘newgravatar’ ); function[...]
The default Kubrick template that comes with WordPress is great straight out of the box. However, some people prefer to have their pages and posts laid out differently. By default, the sidebar is located on the right side of the page rather than the left. The following tutorial explains how to[...]