Hi @keraweb
which query are you interested in? There are quite a lot pods sql queries and none that looks suspicious 😉
This is where it gets the template post on one I take the permalink. post_title is the English Auto Template name.
SELECT ID
FROM wp_posts
WHERE post_title = ‘Online Workshop Details EN’
AND post_type = ‘_pods_template’
AND post_status IN ( ‘publish’ )
ORDER BY ( post_status = ‘publish’ ) DESC, ID DESC
Best regards
Andreas
Hi Jory,
I might have set the custom post type to translateable before. I don’t exactly remember, because I tried around on my local XAMPP installation before I changed setup on the live website and don’t remember which was which.
How could I unset this database setting?
The site language is set to German.
When I’m on the English list of posts (locale is en_US) and open one (permalink), the locale changes to de_DE and stays there.
Thanks for your support!
Andreas