Support » Theme: Klean » add another social icon

  • I would like to add a mixcloud icon and an RSS icon.
    I noticed FontAwesome has these icons.
    I followed this guide: https://wordpress.org/support/topic/social-icons-43 and changed the $s and $t values.
    But I can’t find these lines in the function.php

    $wp_customize-> add_setting(
        'facebook',
        array(
        	'default'	=> '',
        	'sanitize_callback' => 'esc_url_raw',
        	)
        );
    
        $wp_customize-> add_control(
        'facebook',
        array(
        	'label'		=> __('Facebook URL','klean'),
        	'section'	=> 'klean_social',
        	'type'		=> 'text',
        	)
        );

    I noticed multiple function.php docs on my ftp … But I believe the one in the Themes > Klean folder is the right one?
    Any advice?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘add another social icon’ is closed to new replies.