Exclude wordpress category

How to exclude wordpress category from feed

function exclude_category($query) {
	if ( $query->is_feed ) {
		$query->set('cat', '-5');
	}
return $query;
}

add_filter('pre_get_posts', 'exclude_category');
You can change with $query->is_home or $query->is_frontpage to exclude the category from frontpage

see Conditional Tags at wordpress codex

Incoming search terms for the article:

Category: Script Snippet
Tags:

Real Estate RSS

Summary

Real Estate RSS is wordpress plugin to help you insert rss with love into your posts/pages.

No need coding or modify your themes to insert it.

Features

*Custom Template.

*Caching.

*Multiple rss into post/page.

Screenshoot

Custom Templates
Edit Template
Admin Menu
Config

Installation

wordpress plugins installation Standard

Usage

You can find usage in help

Category: Projects
Tags: , ,

Wordpress Backup dengan Dropbox

Backup adalah suatu hal yang penting bagi para pemilik website. Dibawah ini adalah sistem desain untuk membackup website anda yang berbasis wordpress.
Wordpress Backup dengan Dropbox

Category: Internet, Komputer
Tags: ,

Diskusi CMS

Kemarin saya mendapat pertanyaan dari teman saya, mengenai wordpress dan blog

  • 1. Kenapa desain theme wordpress, hanya memiliki header, content, sidebar, dan footer. Apa theme cuma bisa begitu?
  • 2. Apakah wordpress bisa untuk membuat website Company Profile, banyak yang mengatakan jangan menggunakan wordpress?
  • 3. Wordpress tak bisa digunakan untuk membuat website bisnis yang terlihat

Category: Internet, Komputer
Tags: ,