Real Category Management
Organize content like posts, pages or WooCommerce products and all custom post types in category folders. It’s basically a file manager like Windows Explorer or Mac Finder, but for your content in WordPress. Mass content management made easy with Real Category Management! Real Category Management allows you to organize all your WordPress categories within the overview table of each content type – easily and flexibly. Use your mouse to drag and drop your posts into categories. Create, name, delete or rearrange your categories. It works seamlessly with any custom post type. Just install this plugin, and it will work with posts, pages, WooCommerce products, LearnPress content, bbPress forums and much more. In the free version, the folder tree is only available for posts. Free Sandbox You want to try Real Category Management before installing? Take a free sandbox and play around! Create sandbox Features Manage content in folders: Your categories etc. are visualized as folders for a better overview Organize content by drag & drop: Move content or assign it to multiple categories without the need to edit every post Works with existing taxonomies: All WordPress hierarchical taxonomies are automatically used to visualize folders All custom post types supported: Organized all your content, whether posts, pages, WooCommerce products, LearnPress content, bbPress forums or something else (in free version only posts) Support for WooCommerce products and product attributes: Manage large product inventories efficiently and with a better overview that saves a lot of time Switch pages without reloading: Browse your large content library faster by changing only the contents of the content table, but not reloading the whole page You want a list of all features? Get it by scrolling down! Supported Languages Real Category Management is in multiple languages available: English German Dutch Spanish French Compatibility Real Category Management uses WordPress taxonomies to show the folder tree. These are used for content types by most WordPress plugins. Therefore, you can easily manage content you created with the following and many more WordPress plugins. You can buy our plugin in the security that it works with your WordPress, if your plugins use WordPress custom post types and/or taxonomies. In the rare case that the Real Category Management is not compatible with a popular theme or plugin, just open a support ticket and we will make it work. WooCommerce (Products) LearnPress bbPress WP Job Manager Strong Testimonials Ultimate Member The Events Calendar FooGallery Elementor Website Builder WP AutoTerms Advanced Custom Fields Popup Builder by Sygnoos Mailster (Campaigns) Justified Image Grid All Features of Real Category Management WordPress 5.x / Gutenberg ready Manage content in folders that visualized your categories etc. Full control over your folders in one toolbar (create, rename, delete) Sort folders by drag & drop and create a custom order Quickly navigate through the folders with folder quick search Organize content by drag & drop without the need to edit every post Existing WordPress hierarchical taxonomies are used to show the folder three Custom post types like WooCommerce products, LearnPress content ore bbPress forums are supported (in PRO version) Support for WooCommerce products and product attributes Page change in pagination without reloading the whole page in your WordPress backend Works great on touch devices Translated into several languages Compatible with plugins that uses WordPress custom post types Supports WordPress Multisite GPDR/DSGVO: The plugin does not collect personal data without your consent! Organize your content like a pro Everyone starts their WordPress website from scratch. But over time, the content on a website can grow significantly. Especially with (WooCommerce) stores, (LearnPress) learning content or (bbPress) forums, hundreds or even thousands of entries quickly accumulate in your content management system. You can lose the overview quickly or invest a lot of time digging through the content using filters. It would be easier if you could intuitively organize the content into folders. Just like you are used to from your Windows Explorer or Mac Finder for files. This is exactly what category folders of Real Category Management enable you to do. Managing content in folders is a better form of content management than clicking through long lists! Real Category Management extends the functionality of standard WordPress custom post types and taxonomies. Custom post types – e.g. pages, WooCommerce products, or testimonials – are used by hundreds of WordPress plugins to manage new types of content in WordPress. Each of these contents can be efficiently managed with the folder tree of Real Category Management. Taxonomies – by default there are categories for posts – on the other hand, are the way to group content. We take these groups and visualize them as (hierarchically structured) folders to clearly display your content in folders. That allows you to keep track of hundreds of articles in the online store, various lessons in your learning platform or thousands of threads in your forum at any time and to organize content efficiently! Get PRO of Real Category Management You will download the free version of this plugin, which contains all the core features and to use it for posts in your WordPress website. Our PRO version offers category folders for better content management for all custom post types like WooCommerce products, LearnPress content, bbPress forums and much more. Learn more about the PRO version.
Top keywords
- content31×3.56%
- wordpress18×2.07%
- management15×1.72%
- category14×1.61%
- folders14×1.61%
- category management11×1.26%
- custom11×1.26%
- post11×1.26%
- real11×1.26%
- real category11×1.26%
- real category management11×1.26%
- types10×1.15%
Spots
Here at interconnect/it we have a policy of developing client sites with the premise of “content manage everything!” That means the little notices on sites, minor widgets and so on should not only be content managed, but they should be easy for both an end-user and a developer to work with. To that end, we developed Spots. This creates a custom post type that allows you to create widgets using a visual editor, whilst also giving developers an easy hook for the creation of content managable elements within a theme. The plugin now uses caching in order to help ensure that the load on a typical site is kept to a minimum. Performance is important! The plugin is prepared for translation, if you’d like to drop us a line about your translation you can contact us through our website. Developer Notes Spots provides 2 template tags for developers to use shown below with their supported arguments. icit_spot( $id_or_name, $template ); $id_or_name: Required. A numeric ID or the name of a spot as a string. $template: Optional. A string used in a call to get_template_part() This template tag always echos out the spot. icit_get_spot( $id_or_name, $template, $echo ); Same as the above with an extra argument: $echo: Optional. Defaults to false. A boolean to indicate whether to echo the spot content or just return it. Basic Usage You can use spots to replace boilerplate text in your themes. If you have areas in your themes where typically you would hard code the text you could use the following code: The above code would output the contents of a spot titled ‘Copyright’. If the spot does not exist it will be created as a draft. Spots in draft mode are only visible to logged in users with editing capabilities. Templates The plugin will initially look for a file in your theme using the get_template_part() function. If you have a file called spot.php in your theme that will be the default template for all spots. The icit_spot() function can take a second parameter for the template part to use for example: The above code will make the plugin look in your theme folder for a file called spot-copyright.php to use for the output. If not available it will fall back to spot.php and if that is not available it will simply output the spot contents. Use templates when you want to display a featured image from a spot or if you require some additional/alternative markup for the spot. Spots are just like posts, so in the templates you retrieve the contents of the spot using the_content() just as would in the loop. Basic spot template example: Spot template with featured image: Additional There are many filters and hooks available to get even more out of spots so drop by the plugin homepage or use the forums if there is something you need to do with spots but aren’t sure how.
Top keywords