April 8th, 2010
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 codexIncoming search terms for the article:
…
Category: Script Snippet
Tags: Wordpress
February 28th, 2010
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: Plugins, Projects, Wordpress
January 15th, 2010
Backup adalah suatu hal yang penting bagi para pemilik website. Dibawah ini adalah sistem desain untuk membackup website anda yang berbasis wordpress.

Category: Internet, Komputer
Tags: backup, Wordpress
January 15th, 2010
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: Blog, Wordpress