Forum

Thread tagged as: Question

How to select default categories in category set.

I have created a list of categories, which I need to be selected in my other category app.

i..e I have created list of languages as category, which I want to select in my News blog.

The languages should be by default come selected when I open template to Add new post.

How do I do this part? please help.

Damian McCracken

Damian McCracken 0 points

  • 4 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

You'd add the tag to the master template for your News blog

<perch:categories id="lang" label="Language" set="languages" />

Ok, but I want the list of items to come selected by default.

i.e. All the languages existing in the system should come selected when I open Add Post page.

Drew McLellan

Drew McLellan 2638 points
Perch Support

There's nothing to do that.