How are tags generated?

  • Unknown's avatar

    I am trying to add a list of social icons to a theme and I have followed a few helpful online tutorials to get so far but I am stuck at figuring out how wordpress creates the list items.

    My code is as below:

    if ( has_nav_menu( 'social-menu' ) ) {
      	wp_nav_menu(
      		array(
      			'theme_location'  => 'social-menu',
      			'container'       => 'div',
      			'container_id'    => '',
      			'container_class' => 'col-6 social__list--align',
      			'menu_id'         => '',
      			'menu_class'      => 'social__list social__links-icons',
      			'depth'           => 1,
      			'fallback_cb'     => '',
                  		'link_before'     => '<i class="social_icon fa">',
                  		'link_after'      => '</i>'
      		)
    	  );
      }

    Where are the tags generated? I need to customise them to get the icons to appear properly.

    Any help would be gratefully accepted.

    Thanks in advance…

    The blog I need help with is: (visible only to logged in users)

  • Hi there,

    I’m sorry. Now you have self-hosted website with WordPress.org. This forum is the support forum for the users of WordPress.com. I recommend that you will ask this question in the forum of WordPress.org.

    Thanks.

  • Hi @xandergrant!

    The forums at http://WordPress.org/support that @hacchism mentioned will be a better fit, yes – your site is a bit different from the WordPress.com hosted sites this particular forum is geared towards :)

  • The topic ‘How are tags generated?’ is closed to new replies.