वर्णन
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()
) );
समीक्षा
सर्व 2 पुनरावलोकने वाचायोगदानकर्ते आणि विकसक
“Terme Nav Menu Icon” हे मुक्त स्रोत सॉफ्टवेअर आहे. पुढील लोक या प्लगइनच्या निर्मितीत योगदान केले आहे.
योगदानकर्तेभाषांतर करा “Terme Nav Menu Icon” तुमच्या भाषेत.
विकासातील आग्रह?
कोड ब्राउझ करा, SVN संग्रहालय तपासा, किंवा विकास लॉग च्या RSS द्वारे सदस्यता घ्या.
बदलांची यादी
1.0
- Use Font Awesome Icons
- Farsi language support