I'm getting the following error: "Fatal error: Call to undefined function get_post_thumbnail_id()". What should I do?

Please complete the following steps:

1) Go to the plugin settings page;

2) Open "Custom Code" tab, mark "Activate custom PHP code" checkbox in "PHP" section and insert the following code:

add_action( 'after_setup_theme', 'theme_setup' ); function theme_setup() { add_theme_support( 'post-thumbnails' ); }

3) Save changes.


This article related to Galley by BestWebSoft plugin

Additional resources: Gallery - User Guide

Still need help? Feel free to contact our friendly support team. Create a private ticket 

Have more questions? Submit a request