I have fixed it and it works!
Original command
—————–
if ( ! empty( crp_get_option( ‘exclude_on_post_types’ ) )
Change to
————
if ( ! get_option( crp_get_option( ‘exclude_on_post_types’ ) )
just ! empty with ! get_option
Edit file content.php
-
This reply was modified 5 years, 11 months ago by redymedan.