Skip to content

Instantly share code, notes, and snippets.

@imfaisalkh
Created September 13, 2019 21:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imfaisalkh/9a384d2bfccbde450e069a43bf6d23dc to your computer and use it in GitHub Desktop.
Save imfaisalkh/9a384d2bfccbde450e069a43bf6d23dc to your computer and use it in GitHub Desktop.
FacetWP Flyout Menu
<?php
add_action('capstone_page_content_start', function () {
if (is_post_type_archive('job_listing') || is_post_type_archive('resume')) {
echo '<button class="facetwp-flyout-open">Filter</button>';
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment