<?php
// Add to your (child) theme's functions.php
add_action( 'listify_sidebar_archive_job_listing_after', function() {
if ( function_exists( 'facetwp_display' ) ) {
echo facetwp_display( 'selections' );
}
}, 12 );
Code snippets for FacetWP
<?php
// Add to your (child) theme's functions.php
add_action( 'listify_sidebar_archive_job_listing_after', function() {
if ( function_exists( 'facetwp_display' ) ) {
echo facetwp_display( 'selections' );
}
}, 12 );