Thanks for your reply, I have updated it and It works!
-
This reply was modified 7 years, 1 month ago by redymedan.
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 7 years, 2 months ago by redymedan.