Dynamic Widgets
Dynamic Widgets only supports classic WordPress widgets. If you’re looking to use this plugin for conditionalizing Gutenberg blocks, let us know and we will email you when it’s in the works. Dynamic Widgets gives you full control on which pages a widget will display. It lets you dynamically show or hide widgets on WordPress pages by setting conditional logic rules on a widget with just a few mouse clicks. No knowledge of PHP required. No fiddling around with conditional tags. You can set conditional rules by Role, Dates, Browser, Featured image, IP Address, Mobile devices, Theme Template, Language (WPML or QTranslate), URL, for the Homepage, Single Posts, Attachments, Pages, Authors, Categories, Tags, Archives, Error Page, Search Page, Custom Post Types, Custom Post Type Archives, Custom Taxonomies in Custom Post Types, Custom Taxonomies Archives, WPEC/WPSC Categories, BuddyPress Components, BuddyPress Groups, Pods pages and bbPress. Works or broken? If the plugin is broken for you, please let us know in the Forum. We like to know, so we might be able to fix it to make the plugin also work for you. Features Default widget display setting is supported for: User roles Dates Day of week Weeknumbers Browsers IP ranges Featured image Devices (mobile, desktop) Theme Templates Languages (WPML) URL Domain name / Server name Shortcode Front page Single post pages Attachment pages Pages Author pages Category pages Tag pages Archive pages Error Page Search Page Custom Post Types Custom Post Type Archive pages Custom Taxonomy Archive pages WP Shopping Cart / WP E-Commerce Categories BuddyPress Components pages BuddyPress Groups Pods pages bbPress User Profile pages Exception rules can be created for: User roles on role, including not logged in (anonymous) users Dates on from, to or range Day of week on day Weeknumer on number Browsers on browser name IP on ranges Featued image on existence Devices on type Theme Templates on template name Languages (WPML) on language URL on starting with URL, ending on URL or exact match Domain name / Server name on name Shortcode on value match Front page on first page Single post pages on Author, Categories (including inheritance from hierarchical parents), Tags, Custom Taxonomies and/or Individual posts Pages on Page Title and Custom Taxonomies, including inheritance from hierarchical parents Author pages on Author Category pages on Category name, including inheritance from hierarchical parents Tag pages on Tag Custom Posts Type on Custom Taxonomy and Custom Post Name, including inheritance from hierarchical parents Custom Posts Type Archive pages on Custom Post Type Custom Taxonomy Archive pages on Custom Taxonomy Name, including inheritance from hierarchical parents WP Shopping Cart / WP E-Commerce Categories on Category name BuddyPress Component pages on Component BuddyPress Groups on Group, including hierarchical Groups provided by BP Group Hierarchy or Component Pods pages on page Plugin support for: bbPress BuddyPress BuddyPress Group Hierarchy QTranslate and it’s forks (currently disabled) Pods WP MultiLingual (WPML) WP Shopping Cart / WP E-Commerce (WPSC / WPEC) Language files provided: Brazil Portuguese (pt_BR) by Renato Tavares Chech (cs_CZ) by Pavel Bilek Chinese (Simplified) (zh_CN) by Hanolex Danish (da_DK) by Morten Nalholm Dutch (nl) by Jacco Drabbe French (fr_FR) by Alexis Nomine German (de_DE) by Daniel Bihler Japanese (ja) by chacomv Lithuanian (lt_LT) by Liudas Ali�auskas Portuguese (pt_PT) by Pedro Nave Serbo-Croatian (sr_RS) by Borisa Djuraskovic Slovak (sk_SK) by Serg Spanish (es_ES) by Eduardo Larequi Privacy Policy Dynamic Widgets does not collect any private data, nor does it send any private data to remote servers. Please be aware that widgets might do. Dynamic Widgets does not read, write or alter contents or functionality of a widget it self, so this is beyond the scope and control of Dynamic Widgets.
Top keywords
- pages25×4.03%
- custom17×2.74%
- name11×1.77%
- page9×1.45%
- post9×1.45%
- buddypress8×1.29%
- widgets8×1.29%
- custom post7×1.13%
- including7×1.13%
- wp7×1.13%
- hierarchical6×0.97%
- type6×0.97%
Loops & Logic
Facebook group | homepage| docs |official support forum Loops & Logic is a toolset that allows you to have extensive control over the display of WordPress content & data on your site’s frontend for when your theme or builder doesn’t have the options you need. This plugin gives you the power of custom PHP theme & builder module development using a simplified HTML-like syntax that will be familiar to any frontend developer. Support Please see the official plugin site and the documentation for a complete description of plugin features. Support & discussions can be found on our forum located here. Key Features Use HTML templates with dynamic tags like Loop, Field, and If Use theme location rules to apply custom templates to post types, taxonomies & more (similar to Beaver Themer or Elementor Theme Builder) Easily enqueue your CSS stylesheets and Javascript anywhere using a visual location rule builder Seamlessly write your CSS directly in SASS without worrying about compilation Create query loops of any content type, such as: posts, pages, custom post types, attachments, users, taxonomies and terms Display built-in and custom fields Build logic to display things based on certain conditions, for example: creating a menu, with some links only for logged-in users, or by user role Create custom shortcodes to display anything from a custom field to an entire dynamic-data driven web page Example Usage At the core of L&L is the ability to quickly and elegantly loop through WordPress data like in this example of displaying a list of links to the three most recent posts Accomplishing the same thing in PHP is a little more complex: 'post', 'posts_per_page' => 3, 'orderby' => 'date', 'order' => 'DESC', ); $query = new WP_Query( '$args' ); ?> have_posts() ) : ?> have_posts() ) : $query->the_post(); ?> "> It can be difficult to add PHP to your site if you’re not a backend developer, but L&L is a breeze to include, even in a page builder layout. Page builders like Gutenberg, Elementor, and Beaver Builder often have gaps in their capabilities that would normally require you to either develop a custom add-on or purchase a bloated add-on pack just to get the one element you need. L&L adds a template editor module directly to each builder so that you can simply describe what you want to display in L&L code and place it using the builder interface. You can even copy-paste your L&L code between page builders if you work with more than one! It’s like having your own page builder addon factory. Plugin & Theme Support Plugin Support: Loops & Logic works with the post types and custom fields added by most plugins, but plugins with special data structures like a custom tables or fields with data formats that need parsing require us to program explicit support. Bundled integrations: ✅ Advanced Custom Fields (ACF) L&L supports Advanced Custom Fields (ACF) field types in the core, allowing you to work with most of their field types out of the box! We also plan to support other WordPress custom field plugins such as Pods & Metabox in the future. Layout 1 Layout 2 ✅ Elementor Loops & Logic provides an Elementor widget that allows you to either write L&L code directly in the page builder widget or select from a pre-existing saved template. ✅ Gutenberg Loops & Logic provides a Gutenberg block that allows you to either write L&L code directly in the block builder block or select from a pre-existing saved template. ✅ Beaver Builder Loops & Logic provides a Beaver Builder module that allows you to either write L&L code directly in the page builder module or select from a pre-existing saved template. ✅ WP Grid Builder Loops & Logic provides a WP Grid Builder block that allows you to select from a pre-existing saved template to load in WP Grid Builder. ✅ WP Fusion The freely-included WP Fusion integration allows you to use conditional logic to protect or display different content based on a user’s tags. User has tag ID 123 User does not have tag. We’ll be rolling out premium addons for popular plugins in the coming months, so check out our website to see what’s available! Premium addons coming soon: WooCommerce Easy Digital Downloads Modern Tribe Events Calendar Gravity Forms LearnDash LifterLMS Theme Support: Everything will work with themes built according to WordPress standards.