emamK
Background of the issue:
I am trying to display my blog posts on the translated version of my site hidden link .
Symptoms:
My blog page doesn't display the posts in the translated version.
Questions:
Why doesn't my blog page display the posts in the translated version?
Shekhar Bhandari
WPML Supporter since 03/2015
Languages:
English (English )
Timezone:
Asia/Kathmandu (GMT+05:45)
Hello there,
I tested few things and couldn't find the reason why the issue occurs, It looks like there is some php error happening on your site which is creating the problem, being so can you please follow the below steps and share me the results.
1. Add the following code to your wp-config.php
define('WP_DEBUG', true);
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', true );
https://wpml.org/documentation/support/debugging-wpml/
2. Repeat the action of creating the problem.
3. Copy and paste the contents of debug.log (log file inside the /wp-content/ directory) here for me to see. https://wpml.org/documentation/support/debugging-wpml/#how-to-send-debug-log-to-the-supporters
Look forward to your reply.
Thanks