Skip to content

Instantly share code, notes, and snippets.

@aimahdi
Created November 17, 2025 06:16
Show Gist options
  • Select an option

  • Save aimahdi/7b31777fc1e8ee2b63eadf6c02a649f8 to your computer and use it in GitHub Desktop.

Select an option

Save aimahdi/7b31777fc1e8ee2b63eadf6c02a649f8 to your computer and use it in GitHub Desktop.
<?php
add_filter('fluent_community/template_slug', function ($templateSlug) {
if (is_singular(['fluent-products'])) {
return 'fluent-community-frame.php';
}else return $templateSlug;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment