Ultimate Category Excluder

Beschreibung

Ultimate Category Excluder, abbreviated as UCE, is a WordPress plugin that allows you to quickly and easily exclude categories from your front page, archives, feeds, and searches. Just select which categories you want to be excluded, and UCE does all the work for you!

Screenshots

  • Wähle die Kategorien aus, die du ausschließen willst.

Installation

  1. Lade Ultimate Category Excluder herunter.
  2. Entpacke die ultimate-category.excluder.zip Datei.
  3. Aktiviere das Plugin auf deiner Plugin-Seite.
  4. Du kannst die Optionen bearbeiten, indem du zu „Einstellungen“ und dann zu „Category Exclusion“ wechselst.
  5. Falls du von einer älteren Version aktualisierst, musst du in deine „Category Exclusion“-Einstellungen gehen, mindestens eine Option aus der Suchen-Spalte auswählen, die Einstellungen speichern und zurückkehren, um die ordnungsgemäße Funktion zu überprüfen.

FAQ

Sobald ich auf die Seite der Suchergebnisse gehe, erhalte ich folgenden PHP-Fehler:
Warning: Invalid argument supplied for foreach() in /wp-content/plugins/ultimate-category-excluder/ultimate-category-excluder.php on line

Geh in deine „Category Exclusion“-Einstellungen, wähle mindestens eine Option aus der Suchen-Spalte, speichere die Einstellungen und kehre zurück, um die ordnungsgemäße Funktion zu überprüfen.

Rezensionen

24. August 2022
Looks very promising, but you can only hide or exclude Blog Categories and not product categories. For that one needs some very expensive plugins. Would be neat is someone could create such a plugin though
1. Juni 2022
Hello! Can you improve your plugin for hiding category in Wordpress Category Widget? Example code: function exclude_widget_categories($args) { $options = ksuce_get_options(); $exclude = array(); foreach ( $options[ 'exclude_main' ] as $value ) { $exclude[] = $value; } $args["exclude"] = implode(',', $exclude); return $args; } add_filter("widget_categories_args","exclude_widget_categories");
Alle 75 Rezensionen lesen

Mitwirkende & Entwickler

„Ultimate Category Excluder“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

„Ultimate Category Excluder“ wurde in 7 Sprachen übersetzt. Danke an die Übersetzerinnen und Übersetzer für ihre Mitwirkung.

Übersetze „Ultimate Category Excluder“ in deine Sprache.

Interessiert an der Entwicklung?

Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.

Änderungsprotokoll

1.7

  • Added option to disable category exclusion if request for posts is coming from authenticated API. Thanks to Daniel Jalkut (Red Sweater) (@redsweater) for providing the code.

1.6

  • Added array checks to avoid fatal error on plugin’s admin page.

1.5

  • Corrected text domain value.

1.4

  • No code changes. Syncing files.

1.3

  • Modified implementation of text domain to match the standard approach.

1.2

  • Addressed minor vulnerability reported by SCA AppSec of Checkmarx. If concerned, review your UCE category settings to ensure they are set as expected.

1.1

  • Problembehebung für die Kompatibilität mit dem Plugin Yoast Video SEO.

1.0

  • Bug fix thanks to Golemming (re. deprecated function mysql_get_server_info).
  • Kompatibilität mit WordPress 4.4.2 bestätigt.
  • Dokumentation aktualisiert. Die Funktionalität wurde nicht geändert.
  • Plugin development and support transferred from Michael Clark to Marios Alexandrou.

0.96

  • September 11, 2013 – Went back to the last known (no complaints at least!) version, 0.84.

0.95

  • September 10, 2013 – Fixed some more bugs that I introduced while trying to fix other bugs. Cleaned up the code, tried to be more consistent with line spacing and indents so everything is easier to read. Released the Beta version.

0.94

  • September 9, 2013 – It turns out that some themes process their home pages in odd ways. This resulted in UCE no longer correctly filtering out the excluded categories. This was a hard bug to figure out, as I couldn’t reproduce it on any of my sites. I think I’ve got it fixed now, but I do have a report that UCE is now causing a conflict with a separate page on the site. So I am working on that; but since this version should fix most people’s home pages, I’m releasing it while continuing to bug hunt. Thank you for your patience. Many thanks to Michael Westergaard, Alyx Hydrick, Alain Saintpo, Seth Vore, and Michael Pollock for their help in figuring out what was happening.

I also fixed several very subtle bugs that were throwing error messages behind the scenes. And I tweaked the system information section at the bottom of the UCE settings page.

Added the Danish translation. I don’t who to thank for providing this.
Added Brazilian translation. Thank you to Leandro Callegari Coelho.
Feel free to send me other languages if you like.

0.91

  • September 4, 2013 – You can now exclude categories from appearing in results from the built-in WordPress search engine. Other search engines (e.g. Bing, Google) may still be able to find and index your content. Also fixed a bug that excluded categories from appearing in the Post Editor. And fixed a bug in the system information section.

0.84

  • August 3, 2013 – Fixed empty category bug. Again.

0.83

  • August 2, 2013 – Added code to give version info for MySQL, PHP, WP and UCE. UCE also works with WP 3.6.

0.8

  • July 7, 2011 – Categories that do not have any posts in them will now appear on the list of categories.

0.7

  • May 6, 2011 – Added internationalization (i18n) based on Patrick Skiebe’s suggestion and code. He has provided a German translation. Feel free to send me other languages if you like.

0.6

  • February 24, 2011 – Addressed a bug in UCE that didn’t handle multiple excluded categories correctly.

0.5

  • February 24, 2011 – Addressed a bug in WP 3.1.

0.4

  • October 10, 2009 – A user pointed out a bug when trying to filter down categories in the edit posts admin area. I believe I’ve fixed this, but let me know if you still have trouble.

0.3

  • June 20, 2009 – James Revillini pointed out a few fairly obvious bugs. I’ve incorporated his changes into the software.

0.21 Beta

  • January 10, 2008 – Initial release, fixed file name bug, dashes vs. underscores

0.2 Beta

  • December 13, 2007 – Initial release, tweaked to refer to PlanetMike.com, no functionality changed

0.1 Beta

  • February 14, 2007 – Initial release