Social Menu not working
-
Hello,
I recently changed my Instagram username and I went to my website to change the URL in my social menu. I realized that the jetpack social menu was blank even if the icons were still showing at the bottom of my website.
I added the following code to my footer.php
<?php if ( function_exists( ‘jetpack_social_menu’ ) ) jetpack_social_menu(); ?>
and the following code in my functions.php
/*Jetpack social Menu */
add_theme_support( ‘jetpack-social-menu’ );It used to work before. I don’t know if it broke after updating WP or Jetpack.
I just recreated the menu with the links to my social media profiles but it seems like my website is not picking up the wrong social menu. I am not sure what I am doing wrong. I have cleared the cache and made sure the social menu is active on the theme.
Can you please help.
- The topic ‘Social Menu not working’ is closed to new replies.