Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #49803
    j17dascoli
    Participant

    I know there is the section for Social Links, but that creates a new section on the homepage. Is there a way to have the social icons show up in the footer, by placing code in the Footer Editor Option section? Thanks.

    Jim
    sedonashepherd.com

    #49841
    Sakin
    Keymaster

    @j17dascoli: Sorry there is no option to add in social links from Footer Editor. You can add it in different widgets area from “Appearance => Widgets”. Did you try adding in “Footer Area One”.

    But if you really want to add in the social icons in the footer site info area then you need to build child theme. Read this http://catchthemes.com/blog/create-child-theme-wordpress/, you can also download sample child theme from here then you can add the following code in your child theme functions.php file

    // Adding Social Icons in site generator area
    add_action( 'catchkathmandu_site_generator', 'catchkathmandu_social_networks', 5 );
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Social Icons In Footer’ is closed to new replies.