Customizing shortcode templates with CPTUI-Extended

This is only for CPTUI-Extended 1.4.0 or higher With the release of CPTUI-Extended version 1.4.0, our users are now able to fully customize the templates provided with the plugin. If you are familiar with customizing templates the way WooCommerce, The Events Calendar, and similar, you will feel right at home with CPTUI-Extended’s templates. Where to…

Read More

BuddyPages Introduction

With BuddyPages, you can add custom pages to BuddyPress groups and member profile pages with ease–and without ever touching a line of code. Save yourself the time and trouble while still getting the most out of BuddyPress. BuddyPress doesn’t make it easy to add custom pages to groups or member’s profile pages without amending the…

Read More

CPTUI-Extended Compatibility Fixes

Z-index issues with wpDataTables The modal popup appears below the semi-transparent background due to conflicting z-index vaues on a “.ui-dialog” CSS selector. The code below should help fix. Place it in your active theme’s functions.php file. function cptui_mod_css() { ?> <style> .cptui.ui-dialog { z-index: 100102 !important; } </style> <?php } add_action( ‘admin_head’, ‘cptui_mod_css’ );

Read More

Extending the shortcode builder

Potentially being superseded by focus on Block editor experiences, started in version 1.7.0 Registering a shortcode In order to register a new shortcode for the shortcode builder, you need to provide a function callback to the cptui_register_shortcode() function. This will be the function that should be called at the time of display in the shortcode…

Read More

Managing and viewing network-level post types and taxonomies

Creating and managing items Managing network-level post types and taxonomies is going to be a very familiar process. It is almost exactly the same steps as you are already used to, but is done from the network admin for your multisite installation. To get started with a network-level item do the following steps: Viewing existing…

Read More

How to add post type to main blog query

One of the features of Custom Post Type Extended is the easy ability to add any post type to the main “Blog” posts query for your website. This setting can be found at the bottom of the post type’s add/edit screen when Custom Post Type UI Extended is active. Once you check that option and…

Read More

CPTUI-Extended Changelog

1.11.1 – 2022-10-26 Updated: Adjusted default toggled options for Grid Layout block options. Updated: Adjusted default toggled options for the Grid with Overlay layout block options. Updated: Adjusted default toggled options for the Slider Layout block options. Updated: Adjusted default display for Taxonomy List layout when no options chosen yet. Updated: Added “About CPTUI-Extended” menu…

Read More

CPTUI-Extended Introduction

Custom Post Type UI Extended Welcome to the official Custom Post Type UI Extended documentation. All of the documentation content here for Custom Post Type UI Extended relates specifically to the extension, and not post types in general. For Custom Post Type UI and post types in general, please see theCustom Post Type UI section.…

Read More