↧
How to add images inside WordPress 3.0 custom menu
Everyone is quite good in using WordPress 3.0 custom menus. I am going to write about a hack. with which we can put an image inside the Menu. Some basic information about menus : Theme Location : Shows...
View ArticleAdd custom CSS classes to wp_nav_menu’s HTML output using WordPress filters
WordPress has a great feature called ‘filter’ with which we can add our own classes to nav menu items. Most times you need to add classes in nav menu items on some conditions. For example, in menu you...
View Article