OK HERE IS THE CODE COPIED FROM MY FUNCTIONS.PHP THEME FILE:
/* Add the main siteadmin menu item */
$wp_admin_bar->add_menu( array( ‘id’ => ‘theme_options’, ‘title’ => THEME_NAME, ‘href’ => admin_url(‘themes.php’).”?page=”.THEME_FILE ) );
$wp_admin_bar->add_menu( array( ‘parent’ => ‘theme_options’, ‘title’ => __( ‘Layout Options’, ‘magazine-basic’ ), ‘href’ => admin_url(‘themes.php’).”?page=”.THEME_FILE ) );
}
add_action( ‘admin_bar_menu’, ‘add_menu_admin_bar’, 70 );
// add social media
// usage [social-media]
add_shortcode(‘social-media’, ‘addSocialMedia’);
function addSocialMedia() {
return ‘

FOLLOW ME:
‘;
}
?>
DID I COPY THE CORRECT CODE FOR YOU TO HELP ME OUT?? Also can you change the code so the words FOLLOW ME are not as large in pixel size and take the : off after the words?
Thanks so much!!!!
Sheryl