Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

WordPress

Tim Pons
Tim Pons
2,963 Points

i want to add the glyphicons pro to the wordpress menu

I build a bootstrap theme, thanks 2 treehouse!:D But now i want to put some icons in my wordpress menu. Normaly there are icons in bootstrap.css but several icons are only with the pro version of glyphicon. How do i integrate glyphicon pro to my wordpress menu?

2 Answers

Eric Amundson
Eric Amundson
19,530 Points

Which menu, Tim, your site navigation, or the WP Admin menu?

Tim Pons
Tim Pons
2,963 Points

I want to use it for my site navigation. I figure it out already. I put <span class="glyphicons glyphicon home"></span>Home to my navigation table in the menu settings. I include the glaphicon pro css file in wordpress and it worked!