WP Search with Algolia Pro Changelog
Available for purchase at WP Search with Algolia Pro on Pluginize.com 1.4.1 – 2024-05-29 1.4.0 – 2024-04-08 1.3.4 – 2023-12-18 1.3.3 – 2023-11-28 1.3.2 – 2023-11-20 1.3.1 – 2023-10-18 1.3.0 – 2023-10-16 1.2.1 – 2023-06-22 1.2.0 – 2023-05-01 1.1.0 – 2023-04-12 1.0.0 – 2023-03-27
Read MoreCPTUI: I’m trying to…
Post type things. Category/tag/taxonomy things. Add support for _____ Start fresh with post types and taxonomy settings. Contribute back to CPTUI
Read MoreInstaGo Introduction
InstaGo Welcome Hello and welcome to the official InstaGo documentation. Here we will do our best to provide all the information you need to accomplish what you want with your site and social media promotion. Current version The current version of InstaGo is 1.0.1 and it was released on 2017/05/03.
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 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 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 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 MoreAdding 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 More