You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.
I am trying to build a multilingual site with WP Multilang.
Although I am fine with pages/posts and Woo Products, I have some custom post types that came with my theme (such as Footer) and I could not enable multi-lang no matter what I did.
According to the readme file, I created a wpm-config.json file (in both my theme root directory and wp-multilang plugin directory and pasted following code inside:
{ "post_types": { "ic_footer":{} }, }
But still no changes. What am I missing?
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to build a multilingual site with WP Multilang.
Although I am fine with pages/posts and Woo Products, I have some custom post types that came with my theme (such as Footer) and I could not enable multi-lang no matter what I did.
According to the readme file, I created a wpm-config.json file (in both my theme root directory and wp-multilang plugin directory and pasted following code inside:
{ "post_types": { "ic_footer":{} }, }
But still no changes. What am I missing?
The text was updated successfully, but these errors were encountered: