Forum
Multi language Blog app
Hello,
I'm working on a multilanguage site, and using Blog App for displaying news. Site has two languages. I was wondering - can I use the Section feature with two language options to filter the posts on its language page?
For example - if I create two different sections: Language1 and Language2 in Perch, and tell the content editor to select one of them and write the post in preferred language, can I filter the posts via selected section?
And if not, can you recommend me simpler way to accomplish that?
Thanks!
Yes, you can do exactly that. Filter using the
section
option inperch_blog_custom()
Great, thanks!