Hello community,
Can't say how much Couchcms is helping my professional life, so 1st of all: thanks for being so awesome
My problem is:
I have a 3 languages website:
/pt
— /pt/blog
/es
— /es/blog
/en
— /en/blog
The thing is that I'm using only the /pt folder as masterpages with lots of .php files to output different templates.
so ALL template fields, even for different languages, are coming from the same files and same folder.
Now I found out that blog will never work on all languages because when I do this:
All different languages go to same masterpage, which is in PT language
I want to keep just one template for my blog. Is there any smart move so I output each blog/post.php in all 3 different languages?
Hope this is clear.
Thank you so much!
F.
Can't say how much Couchcms is helping my professional life, so 1st of all: thanks for being so awesome

My problem is:
I have a 3 languages website:
/pt
— /pt/blog
/es
— /es/blog
/en
— /en/blog
The thing is that I'm using only the /pt folder as masterpages with lots of .php files to output different templates.
so ALL template fields, even for different languages, are coming from the same files and same folder.
Now I found out that blog will never work on all languages because when I do this:
<cms:pages masterpage='pt/blog/post.php' orderby='weight' order='asc' >
<a href="<cms:show k_page_link />"</a>
</cms:pages>
All different languages go to same masterpage, which is in PT language

I want to keep just one template for my blog. Is there any smart move so I output each blog/post.php in all 3 different languages?
Hope this is clear.
Thank you so much!
F.