• Resolved talatcan

    (@talatcan)


    Hi there,

    Is there any way to make a dropdown menu for categories? I will have categories that need to be classified.

    If you have any suggestion about it, that would be appreciated.

Viewing 1 replies (of 1 total)
  • Plugin Author BlueGlass

    (@blueglassinteractive)

    Hi @talatcan,

    Plugin folder have folted “templates” in it. You can everwrite any file there if you put it in to your theme, under folder “jobs”. And keeb the inside folder structure as in the plugin templates folder.

    This way plugin will take the file not from the plugin, but from your theme. And you can edit the file as you wish. For example as you asked for dropdown, you can edit file “job-postings/templates/include/job-categories.php” and make it to return the select element with categories as options.

    in your theme file path should look like this “YOUR_THEME/jobs/include/job-categories.php”

    Theres ofcourse would be needed a bit of JS to update the page on select change. But at least you have a direction where to look at 🙂

    Hope this helped!

Viewing 1 replies (of 1 total)

The topic ‘Dropdown menu for categories’ is closed to new replies.