描述
With Terme Nav Menu Icon you can easily set Font Awesome icons for your menu items.
屏幕截图
安装
- Upload the plugin files to the
/wp-content/plugins/plugin-name
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress
- Use the Appearance->Menus to add item into your menus with icon.
-
Important Step: To display icons in your theme you should add walker parameter into your theme’s wp_nav_menu function. something like this:
wp_nav_menu( array(
‘theme_location’ => ‘primary’,
‘menu_class’ => ‘primary-menu’,
‘walker’ => new Terme_Menu_Walker()
) );
贡献者及开发者
更新日志
1.0
- Use Font Awesome Icons
- Farsi language support