Quantcast
Channel: WordPress Ideas » Topic: Add constants DISABLE_FEED for fine tuning a blog.
Browsing all 9 articles
Browse latest 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

@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 E.) 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

@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 all 9 articles
Browse latest View live




Latest Images