Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Plugin allows to set current post term of selected taxonomy as context for current dynamic widget or tag. Use case - when you need to show current category thumbnail and link (or any other term data) on the single post page or in the listing item.

Config example

add_action( 'jet-engine-custom-context', function( $config ) {
	$config->add_tax( 'taxonomy-slug' );
} );

How to use

  • Download, install and activate plugin;
  • Add configuration code (see example above) into the end of functions.php file of your active theme.
  • Set required taxonomy as Context for JetEngine dynamic widgets.

Context option

Context option

About

JetEngine custom context

Resources

Stars

6 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages