• I have a plugin that outputs contents of a custom content type.

    Using this: wp_get_attachment_url(get_post_thumbnail_id());

    It seems fanciest author box is resetting the post id to the current page id, which breaks the plugin because now it’s looking for the post_thumb of the current post, when it’s actually supposed to look for the thumbnail for the custom post type.

    Is there anything I can add to fanciest author box to fix this?

    https://wordpress.org/plugins/fancier-author-box/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Fanciest author box affecting another plugin's post-id’ is closed to new replies.