Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author stenberg.me

    (@stenbergme)

    Hi!

    Syncing featured images are supported, might be a permissions problem. Can you see if there are more information in your debug.log for your “production” environment?

    Images embedded in the content field is not supported though, this is something we want to change in the future, see https://github.com/stenberg/content-staging/issues/7

    Thanks!

    Thread Starter wahhadesign

    (@wahhadesign)

    Sorry, I didn’t see that you answered me back. I appreciate it. Where do I find the debug.log. I looked all through my root and also production environment.

    Plugin Author stenberg.me

    (@stenbergme)

    Hi,

    Normally you would find the debug.log in wordpress/wp-content/debug.log. If you do not find it or there are nothing in it, try turning debugging on by adding the following to your wp-config.php file:

    define( 'WP_DEBUG', true );
    define( 'WP_DEBUG_LOG', true );

    Then try to sync a post containing a featured image again and see if there is any information added to your debug.log.

    Good luck!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Doesn't import over featured images’ is closed to new replies.