Problem with categories

Hello ,

I am working with companies interview experiences…

step-1. It shows list of companies…
step-2. When we select particular company …it will redirect to all posts related to that company.

I have done almost …But the problem is…
When I make a link to step.1(company logo) it automatically select some company.But I dont want that I want dynamic selection…When we click on specific company logo it will redirect to that company only .But I cant able to do that… Please help me.

In the above Picture…Whatever I select the company from the all companies list…I want that company at the place of “WHICH ITEM ?” …

Hi Somu,

I noticed that you are trying to populate a repeater.
To dynamically link elements within a repeater item you will need to use some code
First, create the repeater data object as mentioned here
Next, in the forEachItem event, register an onClick event for each button to navigate to the proper list of company posts.