Advertisement:

Author Topic: post ads in specific categories only  (Read 113 times)

jojo53

  • Newbie
  • *
  • Posts: 1
post ads in specific categories only
« on: June 13, 2019, 06:30:12 pm »
Hi all,

is there a possibility (or a plugin) which lets the registered users post ads in specific categories only ?

thanks in advance, br, Jojo

WEBmods

  • Hero Member
  • *****
  • Posts: 936
  • github.com/webmods-croatia/love-osclass/ | patrick
Re: post ads in specific categories only
« Reply #1 on: June 14, 2019, 10:41:41 pm »
Hello!

What theme do you use?

Do you have something like this

    <?php ItemForm::category_select(null, null, __('Select a category', 'bender')); ?>

in your item-post.php?

If yes, you will need to make a custom function, otherwise, you can edit the select loop directly.

Regards.