Quantcast
Browsing latest articles
Browse All 9 View Live

@wikicms on "Add constants DISABLE_FEED for fine tuning a blog."

For example: I do blog in the style of classic cms, and I do not need a feed (RSS). To turn it off I have to learn a lot of articles. Why? Please add - define('WP_ENABLE_FEED', false); This constant...

View Article


Ipstenu (Mika Epstein) on "Add constants DISABLE_FEED for fine tuning a blog."

Put these lines in your function.php: function mysite_kill_rss() { wp_die( __('No feeds available, please visit our <a href="'. get_bloginfo('url') .'">homepage</a>!') ); }...

View Article


@wikicms on "Add constants DISABLE_FEED for fine tuning a blog."

Thanks Ipstenu! Yes, this code works.

View Article
Browsing latest articles
Browse All 9 View Live