How to integrate with fuctions.php
-
Hello guys, I would need an information .. I would like to integrate the icons in the menu with “Font Awesome”
Reading the tutorial said to include in the theme file fuction.php this script and calling the class menu<? php
wmpudev_enqueue_icon_stylesheet function () {
wp_register_style (‘fontawesome’, ‘http: ////maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css’);
wp_enqueue_style (‘fontawesome’);
}
add_action (‘wp_enqueue_scripts’, ‘wmpudev_enqueue_icon_stylesheet’);
?>But since the theme has a file fuction complex add .. I do not know where you could give some advice? TNKS
PS: The guide that I was following you this
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to integrate with fuctions.php’ is closed to new replies.