Title: Bimbler Exclude Posts
Author: paulperkins
Published: <strong>12. September 2015</strong>
Last modified: 12. September 2015

---

Plugins suchen

Dieses Plugin wurde **nicht mit den 3 neuesten Hauptversionen von WordPress getestet**.
Es wird möglicherweise nicht mehr gepflegt oder unterstützt und kann bei der Verwendung
mit neueren WordPress-Versionen zu Kompatibilitätsproblemen führen.

![](https://s.w.org/plugins/geopattern-icon/bimbler-exclude-posts.svg)

# Bimbler Exclude Posts

 Von [paulperkins](https://profiles.wordpress.org/paulperkins/)

[Herunterladen](https://downloads.wordpress.org/plugin/bimbler-exclude-posts.zip)

 * [Details](https://de.wordpress.org/plugins/bimbler-exclude-posts/#description)
 * [Rezensionen](https://de.wordpress.org/plugins/bimbler-exclude-posts/#reviews)
 *  [Installation](https://de.wordpress.org/plugins/bimbler-exclude-posts/#installation)
 * [Entwicklung](https://de.wordpress.org/plugins/bimbler-exclude-posts/#developers)

 [Support](https://wordpress.org/support/plugin/bimbler-exclude-posts/)

## Beschreibung

The Bimblers Exclude Posts plugin is used to exclude selected post categories from
the main loop.

This might be useful if you use WordPress posts to author content which should not
be listed on the front page,
 but you still want to utilise the features of a WordPress
post type and do not want to go to the effort of setting up custom post types.

At this point in time, the post categories excluded by the plugin are hard-coded
in the main class file. A future
 version of the plugin will include a configuration
GUI.

## Installation

 1. Create a new directory within your `/wp-content/plugins/` directory. We’d recommend`
    bimbler-exclude-posts`.
 2. Upload `bimbler-exclude-posts.php` and `class-bimbler-exclude-posts.php` to the`/
    wp-content/plugins/bimbler-exclude-posts` directory
 3. Activate the plugin through the ‚Plugins‘ menu in WordPress

## FAQ

  How do I change the posts to exclude?

Open class-bimbler-exclude-posts.php using your favourite editor (or in the plugin
editor within WordPress) and
 examine the `exclude_category` method. Here you’ll
find `$query->set(...`. The comma-separated list are the post categories (prefixed
with ‚-‚ to imply ‚remove‘) which will not be displayed.

To determine which categories are suitable for you, navigate to the Posts -> Categories
menu within the
 WordPress GUI and hover your mouse over each of the categories 
listed. The URL displayed in your browser’s status bar will contain something along
the lines of `yourblog.com/wp-admin/edit-tags.php?...tag_id=nnn...`. ’nnn‘ is the
ID you’re interested in.

Amend the list to the categories you’d like to exclude and save the file. The post
list on the main page of
 your blog should now no longer show posts which have the
selected categories set.

  What is / are Bimblers?

The Bimblers is a cycling group in Brisbane. I decided I’d use WordPress to create
a website for the group, and
 developed a range of plugins to implement the functionality
I needed.

I take the philosophy of creating simple, specific plugins to address a particular
issue, rather than implementing
 an ever-convoluting code-base.

Some of the plugins are generic, and have been implemented over and over by others,
but I wanted to create clean,
 standalone plugins rather than re-using and adapting
others wherever possible. This decision was largely to aid in learning how to write
WordPress plugins other than any other reason.

  What other plugins do you have?

Please have a look at http://bimblers.com/plugins/ to see if anything else is of
use to you.

## Rezensionen

![](https://secure.gravatar.com/avatar/a02011e4b55a15c5c00c191adb3ef3ff993eff79901c47fb50f0340704e5ea45?
s=60&d=retro&r=g)

### 󠀁[Does what it says](https://wordpress.org/support/topic/does-what-it-says-363/)󠁿

 [faithefin](https://profiles.wordpress.org/faithefin/) 3. September 2016

Works perfectly. Too bad you have to hand code it. But if you are okay with that,
it does work exactly as expected. I guess when you update it, you have to add the
changes all over again.

 [ Die 1 Rezension lesen ](https://wordpress.org/support/plugin/bimbler-exclude-posts/reviews/)

## Mitwirkende und Entwickler

„Bimbler Exclude Posts“ ist Open-Source-Software. Folgende Menschen haben an diesem
Plugin mitgewirkt:

Mitwirkende

 *   [ paulperkins ](https://profiles.wordpress.org/paulperkins/)

[Übersetze „Bimbler Exclude Posts“ in deine Sprache.](https://translate.wordpress.org/projects/wp-plugins/bimbler-exclude-posts)

### Interessiert an der Entwicklung?

[Durchstöbere den Code](https://plugins.trac.wordpress.org/browser/bimbler-exclude-posts/),
sieh dir das [SVN-Repository](https://plugins.svn.wordpress.org/bimbler-exclude-posts/)
an oder abonniere das [Entwicklungsprotokoll](https://plugins.trac.wordpress.org/log/bimbler-exclude-posts/)
per [RSS](https://plugins.trac.wordpress.org/log/bimbler-exclude-posts/?limit=100&mode=stop_on_copy&format=rss).

## Änderungsprotokoll

#### 1.0.0

_Release Date – 1st February, 2015_

 * Initial revision.

## Meta

 *  Version **0.1**
 *  Zuletzt aktualisiert **vor 11 Jahren**
 *  Aktive Installationen **20+**
 *  WordPress-Version ** 3.1 oder höher **
 *  Getestet bis **4.1.42**
 *  Sprache
 * [English (US)](https://wordpress.org/plugins/bimbler-exclude-posts/)
 * Schlagwörter
 * [exclude](https://de.wordpress.org/plugins/tags/exclude/)[posts](https://de.wordpress.org/plugins/tags/posts/)
 *  [Erweiterte Ansicht](https://de.wordpress.org/plugins/bimbler-exclude-posts/advanced/)

## Bewertungen

 5 von 5 Sternen.

 *  [  1 5-Sterne-Rezension     ](https://wordpress.org/support/plugin/bimbler-exclude-posts/reviews/?filter=5)
 *  [  0 4-Sterne-Rezensionen     ](https://wordpress.org/support/plugin/bimbler-exclude-posts/reviews/?filter=4)
 *  [  0 3-Sterne-Rezensionen     ](https://wordpress.org/support/plugin/bimbler-exclude-posts/reviews/?filter=3)
 *  [  0 2-Sterne-Rezensionen     ](https://wordpress.org/support/plugin/bimbler-exclude-posts/reviews/?filter=2)
 *  [  0 1-Sterne-Rezensionen     ](https://wordpress.org/support/plugin/bimbler-exclude-posts/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/bimbler-exclude-posts/reviews/#new-post)

[Alle Rezensionen anzeigen](https://wordpress.org/support/plugin/bimbler-exclude-posts/reviews/)

## Mitwirkende

 *   [ paulperkins ](https://profiles.wordpress.org/paulperkins/)

## Support

Möchtest du etwas mitteilen? Brauchst du Unterstützung?

 [Support-Forum anzeigen](https://wordpress.org/support/plugin/bimbler-exclude-posts/)