Tag: FSE
-
Advanced Query Loop use filter for Full and Smart control showing relevant Post with FSE
Challenge: How to Show Relevant Posts List on Single Post Page by Same Taxonomy by Default for Block Query Loop On the Single Post page, by default, we want to display posts from the same taxonomy (tags or any other custom taxonomies which exist in current post). In our case, we have a custom post…
-
‘has_archive’ => false — and You’re Free to Play as You Want!
What does this parameter in a CPT mean? $this->args = [ … ‘has_archive’ => false, … ] Have you ever thought about this, or faced similar challenges? Many WordPress developers still rely on Archive-CPT Templates, but if you are working with FSE and clean HTML templates in Gutenberg, as well as implementing multilanguage support using…