oh that didn’t work. It gave me the following error.
Fatal error: Call to undefined function post_type_is() in /home/houseofvanityjag/public_html/wp-content/plugins/scroll-triggered-boxes/includes/class-public.php(71) : eval()’d code on line 1
So I had.
If Post Type Is field = blank
Manual condition is = post_type_is( ‘post’ ) && is_singular()
Thanks.