Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #306634

    Please advise how to fix the double rss feed links of the theme.

    <!-- add feeds, pingback and stuff-->
    <link rel="profile" href="http://gmpg.org/xfn/11" />
    <strong><link rel="alternate" type="application/rss+xml" title=" RSS2 Feed" href="http://indianwedding.sephi.com/feed/" /></strong>
    <strong><link rel="pingback" href="http://indianwedding.sephi.com/xmlrpc.php" /></strong>
    
    <!-- mobile setting -->
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
    
    <!-- Scripts/CSS and wp_head hook -->
    <strong><link rel="alternate" type="application/rss+xml" title=" &raquo; Feed" href="http://indianwedding.sephi.com/feed/" />
    </strong>
    <strong><link rel="alternate" type="application/rss+xml" title=" &raquo; Comments Feed" href="http://indianwedding.sephi.com/comments/feed/" /></strong>
    

    Dan

    #307188

    Hey Dan!

    Open header.php and remove from line 34 to line 37:

    <!-- add feeds, pingback and stuff-->
    <link rel="profile" href="http://gmpg.org/xfn/11" />
    <link rel="alternate" type="application/rss+xml" title="<?php echo get_bloginfo('name'); ?> RSS2 Feed" href="<?php avia_option('feedburner',get_bloginfo('rss2_url')); ?>" />
    <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />

    Cheers!
    Josue

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.