• Hi All,

    Sorry if my question already appears somewhere. I want to know how to disappear RSS/Atom Link at top of the page.

    I commented 3 lines below at themes/mobile_pack_base/header.php but still somekind of link replaced at top of the page.

    <link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ href=”<?php bloginfo(‘rss2_url’); ?>” />
    <link rel=”alternate” type=”text/xml” title=”RSS .92″ href=”<?php bloginfo(‘rss_url’); ?>” />
    <link rel=”alternate” type=”application/atom+xml” title=”Atom 0.3″ href=”<?php bloginfo(‘atom_url’); ?>” />

    Thanks in advanced for help.

  • The topic ‘[Plugin: WordPress Mobile Pack] How to get rid of RSS Link’ is closed to new replies.