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
This appears to work great since after saving the functions.php file, a new "Cover Image" section appears on the page editor.
However, in my code for the displaying the page, there is some issue with the MultiPostThumbnails class. A standard class_exists('MultiPostThumbnails') returns false for some reason.
I have dug through the apache error_log and found no warnings or errors being thrown. Is there a namespacing issue or something that could cause this? I can't figure out why it wont work on the page display end.
The text was updated successfully, but these errors were encountered:
In my theme's functions.php I have the following per the wiki:
This appears to work great since after saving the functions.php file, a new "Cover Image" section appears on the page editor.
However, in my code for the displaying the page, there is some issue with the MultiPostThumbnails class. A standard
class_exists('MultiPostThumbnails')
returns false for some reason.I have dug through the apache error_log and found no warnings or errors being thrown. Is there a namespacing issue or something that could cause this? I can't figure out why it wont work on the page display end.
The text was updated successfully, but these errors were encountered: