FV Top Level Categories

Deskripsyon

This is a fix of Top Level Category plugin for WordPress 3.1. and further versions. It’s purpose is to provide the same behavior as the original plugin, but in new WordPress versions.

The Top Level Categories plugin allows you to remove the prefix before the URL to your category page. For example, instead of http://foliovision.com/category/work, you can use http://foliovision.com/work for the address of “work” category. WordPress doesn’t allow you to have a blank prefix for categories (they insert category/ before the name), this plugin works around that restriction.

This plugin works also if you have a permalink structure like %postname% or %category%/%postname% — this wasn’t possible in the original version. However, this feature might not work properly for child categories at this point. Test carefully!

Support

Known Issues / Bugs

  1. Issue with paging and feed URLs when using %postname or %category%/%postname% permalink structure should be fixed.

Uninstall

  1. Deactivate the plugin
  2. That’s it! πŸ™‚

Pag-install

  1. Copy the top-level-cats.php file into your wp-content/plugins directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. That’s it! πŸ™‚

FAQ

How do I automatically redirect people from the old category permalink?

We recommend that you use the Redirection plugin and add your old an new category links, or use a Regex redirection rule. Make sure you change Tools -> Redirection -> Options -> URL Monitoring to “Don’t monitor”, as there is a bug in that feature (also in latest current version 2.2.5) – not related to FV Top Level Categories.

I’m having issues with child categories when I’m using /%category%/%postname% permalink structure

Make sure your categories have unique slugs – watch out for pages with the same slugs. Normally WordPress uses the category prefix to distinguish page from a category, but with this plugin you need to make sure the slugs are unique, otherwise some pages might turn up instead of categories.

Mga Review

Hunyo 26, 2020
Simple. Light on code. Easy to understand interface. Handles redirects by itself. Works immediately, without breaking anything else. A delight to have discovered it. I can recommend this to anyone wanting to remove the word, ‘category,’ from their WordPress URLs for child categories.
Mayo 29, 2017
After some frustration trying to remove ‘category’ form WordPress URL slugs by other means, this solved the problem. Works with pagination in Avada 5.1.6.
Setyembre 3, 2016
If you run into pagination issues when using the: /%category%/%postname%/ …Custom Permalink Structure, you will want this plugin!
Basahin lahat ng 23 na review

Mga Contributor at Developer

Ang “FV Top Level Categories” ay open source software. Ang mga sumusunod na tao ay nag-ambag sa plugin na ito.

Mga Contributor

Ang “FV Top Level Categories” ay naisalin na sa 5 (na) mga locale. Salamat sa mga tagasalin para sa kanilang mga kontribusyon.

Isalin ang “FV Top Level Categories” sa iyong wika.

Interesado sa development?

Tingnan ang code, i-check ang SVN repository, o mag-subscribe sa development log sa pamamagitan ng RSS.

Changelog

Version 1.9.1 – November 28th, 2019

  • Assing GPL license info
  • Tested with WordPress 5.3

  • Bugfix for AMP category URLs

Version 1.9 – June 1st, 2018

  • Bugfix for AMP category URLs

Version 1.8.2 – May 26th, 2016

  • Self-checking for rewrite rules

Version 1.8.1 – April 7th, 2016

  • Fix for PHP warnings

Version 1.8 – May 22th, 2015

  • Fix for paginated category archives when using custom pagination_base – thanks to odie2!
  • Fix for settings link in plugin row – thanks to odie2!

Version 1.7 – May 12th, 2015

  • Added Polish translation – thanks to maciejka45@gmail.com
  • Added Portuguese translation – thanks to Pedro MendonΓ§a

Version 1.6 – September 19th, 2014

  • Adding support for translations ( Slovak language added )

Version 1.5 – July 22nd, 2014

  • Settings screen added!
  • Category restrictions for post permalinks added! If you use post permalink structure with category in it, you can now restrict which categories will be allowed in the URL. WordPress always picks the category with lowest category ID and that often causes inappropriate categories to show up in URLs – like /featured-content/2014/07/my-post”
  • Or you can simply force only the parent categories to show up in post URLs. So /parent-category/child-category/2014/07/my-post will change to /parent-category/2014/07/my-post
  • If you open the old post URL, proper 301 redirection to the new URL will be used.

Version 1.4

  • fix for WordPress 3.4.1 – category prefix was part of the generated URLs

Version 1.3

  • for for flushing of rewrite rules on plugin activation in WP 3.3

Version 1.2

  • fix for WP 3.3
  • fix for /%categor%/%post-name% permalink structure

Version 1.1.3

  • fix for deeper nested pages

Version 1.1.2

  • fix for /category/child-category redirecting to /child-category page

Version 1.1.1

  • fix for deeper nested categories

Version 1.1

  • fix for WP 3.1

Version 1.0.1

  • original version