• Resolved N

    (@x8yuvzi)


    When i scroll down the page, three social links appear, namely, fb, twitter and feed.. what’s feed and why does it lead me to an xml file. Can i remove it? if yes! then how can i remove it?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author acosmin

    (@acosmin)

    In header.php remove this:
    <li><a href="<?php if( $header_rss != '' ) { echo esc_url( $header_rss ); } else { bloginfo( 'rss2_url' ); } ?>" class="social-btn right rss"><?php ac_icon('rss'); ?></a></li>

    Thread Starter N

    (@x8yuvzi)

    It helped. Thanks very much 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘RSS feed’ is closed to new replies.