Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Go to your theme and paste this in your function.php

    /**
     * Disable Our Feed Urls
     */
    function disable_our_feeds() {
    	wp_die( __('<strong>Error:</strong> No RSS Feed Available, Please visit our <a href="'. get_bloginfo('url') .'">homepage</a>.') );
    }
    
    add_action('do_feed', 'disable_our_feeds', 1);
    add_action('do_feed_rdf', 'disable_our_feeds', 1);
    add_action('do_feed_rss', 'disable_our_feeds', 1);
    add_action('do_feed_rss2', 'disable_our_feeds', 1);
    add_action('do_feed_atom', 'disable_our_feeds', 1);

    This will disable all rss feeds and atoms.

    Regards,

    [sig link moderated]

    I need some help, i am also getting a weird error 404 page:

    http://iphonethesolution.com/blog/

    This was working until yesterday, this blog has been running for almost 2 years with no errors.

    I getting this page if you hit any post and any category and page:

    iPhone The Solution
    We’re sorry but the page you requested could not be found.
    Return to site

    Error 404

    Please help, i think ive been hacked

Viewing 2 replies - 1 through 2 (of 2 total)