-
Notifications
You must be signed in to change notification settings - Fork 11
Social Menu
Ben Gillbanks edited this page Aug 22, 2019
·
2 revisions
Add a social menu to your theme.
For this to work you should add a reference to the toolbelt_social_menu function. I would recommend something like:
function my_social_menu() {
if ( function_exists( 'toolbelt_social_menu' ) ) {
toolbelt_social_menu();
}
}
Toolbelt is built by Ben from Pro Theme Design.