Problem solved.
Thank you very much!!!
ACF choices for select, radio, checkbox and button group
can be in simple format, only “value” is specified (label=value), but may be in extended format, specifying both value and label as “value : label” (label ≠ value)
Choices can be in the following format:
red1 : Red dresses
red2 : Red shirts
red3 : Red socks
FilterEverything will display this as value=label
🔘 Red1
🔘 Red2
🔘 Red3
Although the labels were specified in a different format and the view should be like this:
🔘 Red dresses
🔘 Red shirts
🔘 Red socks
Can you expect a quick fix?
In any case, thanks for the excellent work!
In wp-featured-post-with-thumbnail.php missed comment tag /*
<?php
Plugin Name: WP Featured Post with thumbnail
Add this /* and enjoy! ))
<?php
/*Plugin Name: WP Featured Post with thumbnail