Skip to content

WordPress plugin for creating a social media navigation.

Notifications You must be signed in to change notification settings

bond-agency/wp-social-nav

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

wp-social-nav

WordPress plugin to create social media navigation. The plugin registers new nav location for the social media nav.

Usage

  1. Install and activate the plugin
  2. Create new menu to our site
  3. Add Custom Links items to the menu you created. The CSS automatically detects most of the social media links and shows the Font Awesome icon instead of the given link text.
  4. Create new navigation to desired location in your theme:
<?php
wp_nav_menu(array(
  'container'       => false,
  'menu'            => 'wp-social-nav',
  'menu_id'         => 'wp-social-nav',
  'theme_location'  => 'wp-social-nav',
  'fallback_cb'     => false
));
  1. Give additional styles (optional)

Thanks

This small plugin is inspired by: