Loading...
banner plugin Image
woo-image

Custom Post Type Widgets

By thingsym

Description

The Custom Post Type Widgets plugin provides default widgets for custom post types. Users can filter widgets by registered custom post types or taxonomies.

Widgets include recent posts, archives, categories, calendars, recent comments, tag clouds, and search forms. Each widget can be customized with titles, display options, and filtering settings.

For developers, the plugin includes hooks for further customization. Support is available through forums and GitHub for issues and contributions.

Other Notable Features

Here are a few other notable features of this free Custom Post Type Widgets plugin.

check-fill
Custom Post Type
check-fill
Taxonomy
check-fill
Widget
check-fill
Widgets

Screenshots

FAQ

You may need to edit the permalink of custom post type.

By default, WordPress will not work Date-based permalinks of custom post type.

For example, a month link generates a link in a format like /<custom post type name>/date/YYYY/MM/, if you set Numeric in Common Settings in Permalink Settings.

The month link has the following two patterns depending on the Common Settings.
But a link like below will not work.

  • /<custom post type name>/YYYY/MM/ (Day and name, Month and name, Post name)
  • /<custom post type name>/date/YYYY/MM/ (Numeric)

Recommend that you install the plugin in order to edit the permalink, if you are using a Date-based permalinks by the Widget.

And try the following:

Custom Post Type Rewrite
https://wordpress.org/plugins/custom-post-type-rewrite/

If you installed multiple plugins that can edit permalinks, the rewrite rules or permalinks may interfere.

In that case, you can disable the generation of permalinks by setting the following two constants in wp-config.php or the theme’s function.php.

  • CUSTOM_POST_TYPE_WIDGETS_DISABLE_LINKS_ARCHIVE
  • CUSTOM_POST_TYPE_WIDGETS_DISABLE_LINKS_CALENDAR

    define( ‘CUSTOM_POST_TYPE_WIDGETS_DISABLE_LINKS_ARCHIVE’, true );
    define( ‘CUSTOM_POST_TYPE_WIDGETS_DISABLE_LINKS_CALENDAR’, true );

Contributors and developers

“Custom Post Type Widgets” is open source software. The following people have contributed to this plugin.

WPS
Exclamation-Image

6.81

Average

Star-Image

Ratings

4.8 out of 5 | 14
History-Image

Version

1.5.2
calendar-Image

Last updated

1 year ago
Star-Image

Active installations

10,000+
Star-Image

WordPress version

6.6.5 or higher
php-Image

PHP version

5.6 or higher
translate-Image

Languages

4

Tags

Custom Post Type,Taxonomy,Widget,Widgets