Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author edward_plainview

    (@edward_plainview)

    Hm. If Broadcast says that there is no thumbnail then there is no thumbnail to be found.

    In order to debug, I would like to see a screenshot of the post editor and a debug dump. Could you show me?

    Thread Starter apofiSS

    (@apofiss)

    Thread Starter apofiSS

    (@apofiss)

    Hi,

    I solved my problem…it was something with WPML.
    So thanks for your time.

    One more question. Is there any function/hook that will be called on target blog when post is broadcasted? Or is there any way to detect within WP_Query loop (on target blog) that post is broadcasted?

    Thank you ??
    M.

    Plugin Author edward_plainview

    (@edward_plainview)

    search the source for broadcasting_before_restore_current_blog.

    That action is fired after the child post is created / fired.

    Also, you might want to take a look at the parameter for that hook:

    $action->broadcasting_data->child_post_created, I think it was.

    Regarding the WP_Query: no, not as of yet I’m afraid. It’s on my todolist.

    Plugin Author edward_plainview

    (@edward_plainview)

    Resolved, btw.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Featured image not broadcasted’ is closed to new replies.