Adding content after “Default” shortcode items.
The “Default” shortcode comes with twelve different action hooks that you can use to customize displayed content on the page. They are all listed below, and hopefully they are self explanatory. template_posts_before_title template_posts_after_title template_posts_before_item template_posts_before_featured_image template_posts_after_featured_image template_posts_before_item_title template_posts_after_item_title template_posts_before_excerpt template_posts_after_excerpt template_posts_after_item template_posts_before_pagination template_posts_after_shortcode For this tutorial, I am going to show you how you can…
Read MoreWhich shortcode templates use which CPTUI-Extended template file
All template files can be found in the /wp-content/plugins/cptui-extended/templates folder. Shortcode to embed Template file Notes Default posts.php List list.php Taxonomy List taxonomy-list.php Post Slider slider.php Single Post single.php Only available if selected post type is “Post” Single Page page.php Only available if selected post type is “Page” EDD Product edd.php Only…
Read MoreHow to make CPTUI-Extended show posts with any of selected terms instead of all selected terms.
CPTUI-Extended offers the ability to select terms from multiple taxonomies when setting up some layouts. When you choose terms from multiple taxonomies, the results will only have posts that have each terms. That may be what you want, but what if it is not? What if you want a list of results that have any…
Read MoreCustomizing 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 MoreChange thumbnail size for default shortcode display
When using the “Default” shortcode for CPTUI-Extended, you have the option to output the featured image with each post. By default, CPTUI-Extended uses the “medium” thumbnail size. This may work fine for some, but if you’d prefer to use a different size, you can change it via a filter. You will add the following snippets…
Read MoreExtra feature settings for post types
On top of being able to add any post type to the main “Blog” posts query, CPTUI-Extended also allows you to add your post types to a variety of other archives or features. These setting can also be found at the bottom of the post type’s add/edit screen when Custom Post Type UI Extended is…
Read MoreGetting Started
So you just purchased Custom Post Type UI Extended. Awesome! We appreciate it. However, what do you do with this zip file that you’ve been provided? Inside the zip file is the Custom Post Type UI Extended plugin, and it needs to be installed alongside the rest of your site’s plugins. Installing Custom Post Type…
Read MoreUnderstanding and customizing HTML classes added to shortcode output
Reasons you may want to customize classes CPTUI-Extended outputs a number of classes on its markup already, but there may be times or cases where they are not enough, or you are trying to match up the markup to existing styles on your site, and those styles are looking for specific classes. With the filters…
Read MoreCPTUI-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 MoreCPTUI-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