• According to your advice, the site uses two forms for creating advertisements – one for the Russian version, the other for the English version. At the same time, the taxonomy of ads is only general – advert. How to make 2 additional subtaxonomies – for example, advert_ru and advert_en for ads created in Russian and English form, respectively?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Greg Winiarski

    (@gwin)

    Hi,

    you would need to register new taxonomy for example advert_category_ru (see register_raxonomy() WP function) then create a Data Source that will use this taxonomy and add a field using this taxonomy to the Russian form (and remove the field using English taxonomy)

    See https://wpadverts.com/doc/data-sources-taxonomies/ for more details.

    Thread Starter Triptikon

    (@triptikon)

    Everything worked out, thank you, but, unfortunately, it did not help solve my problem. Is it possible to create a post type tied to a specific ad form?

    Plugin Author Greg Winiarski

    (@gwin)

    If by “post type” you mean a Custom Post Type then we do not have such functionality in WPAdverts.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to create a taxonomy for languages?’ is closed to new replies.