You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for you work. Can you pleae add some conditional for post_id? I have some pages, which have another thumbnail - for example on homepage and another on single view.
if (class_exists('MultiPostThumbnails')) { new MultiPostThumbnails( array( 'label' => 'Homepage Image', 'id' => 'secondary-image', 'post_id' => array(21,20), ) ); }
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Hi, thanks for you work. Can you pleae add some conditional for post_id? I have some pages, which have another thumbnail - for example on homepage and another on single view.
if (class_exists('MultiPostThumbnails')) { new MultiPostThumbnails( array( 'label' => 'Homepage Image', 'id' => 'secondary-image', 'post_id' => array(21,20), ) ); }
The text was updated successfully, but these errors were encountered: