Page-list

SHORTCODES: [pagelist[ – hierarchical tree of all pages on site (useful to show sitemap of the site); [subpages[ – hierarchical tree of subpages to the current page; [siblings[ – hierarchical tree of sibling pages to the current page; [pagelist_ext[ – list of pages with featured image and with excerpt; EXAMPLES WITH ADITIONAL PARAMETERS: [pagelist child_of=”4″ depth=”2″ exclude=”6,7,8″[ [pagelist_ext child_of=”4″ … Read more

Display Posts

Easy lists, grids, navigation, and more Display Posts allows you easily list content from all across your website. Start by adding this shortcode in the content editor to display a list of your most recent posts: [display-posts] Filter by Category To only show posts within a certain category, use the category parameter: [display-posts category=”news”] Display … Read more

Dynamic Conditions

Dynamic Conditions is an Elementor addon that adds conditional logic to show or hide different elements. The plugin adds conditions to dynamic tags to show/hide a widget or section. The plugin requires Elementor Pro since it uses Dynamic Tags to set the comparison conditions. Setting display conditions is easy! Just enter the condition value and … Read more

Advanced Post Queries

Only works with Elementor PRO! An Elementor PRO extension that allows you to easily dynamically query your posts and portfolio widget results without custom query IDs. This plugin is built on Elementor’s posts and portfolio widgets so Elementor must be installed and activated. You can use this plugin to query your posts based on a … Read more

WP_Query

Taxonomy Parameters Show posts associated with certain taxonomy. {tax} (string) – use taxonomy slug. (Deprecated since version 3.1 in favor of ‘tax_query‘). tax_query (array) – use taxonomy parameters (available since version 3.1). relation (string) – The logical relationship between each inner taxonomy array when there is more than one. Possible values are ‘AND’, ‘OR’. Do not use with a … Read more

How To Use WP_Query In WordPress

The WP_Query class is one of the most important parts of the WordPress codebase. Among other things, it determines the query you need on any given page and pulls posts accordingly. It also saves a lot of information about the requests it makes, which helps a great deal when optimizing pages (and troubleshooting them). The other role … Read more

Search & Filter

Search & Filter is a simple search and filtering plugin for WordPress – it is an advancement of the WordPress search box. You can search by Category, Tag, Custom Taxonomy, Post Type, Post Date or any combination of these easily to really refine your searches – remove the search box and use it as a … Read more