Binarycubeit
Forum Replies Created
-
my main language was english. then i translated it to french. when i browse like hellovein.fr/fr it shows french but i do not want that. i want hellovein.fr should show french.
here is the screenshot: https://snipboard.io/8CKQ4T.jpg
please put fresh code.the code you put it converts all your php tags semicolon to html value.i hope i can give you better solution.
Thanks
I have solved the issue.Problem is not on wordpress update.You may did wrong on another place like if you run any loop first you end it using <?php endwhile; wp_reset_postdata(); ?> for while loop and <?php endforeach; wp_reset_postdata(); ?> for for loop. then all will work fine.if you do not end them perfectly it can not execute the query below it.
Another thing you may try is
<?php if( get_field(‘bottom_title’) ): ?>
<?php the_field(‘bottom_title’); ?>
<?php endif; ?>I have also faced same issue.It may be occurred due to wordpress update.Last night when i worked last time everything worked fine but now i can see some fields does not work.My client updated wordpress to 4.4.1.So it may be a reason.What will be the solution?