• Resolved moisb

    (@moisb)


    Hi. I have a customized taxonomy called “stores”. These stores have categories (tec, books, smarpthones, general retail etc.). In the single store frontend I would like to show the related “stores” belonging to the same category. Some shops may belong to more than 1 category. How could your plugin help me, it is possible to make this modification?

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

    (@keesiemeijer)

    Let me get this correctly. You have a custom taxonomy with terms like tec, books, smarpthones, general retail etc.

    Here is an example for what I think it is you want:

    • post A has terms: tec
    • post B has terms: tec and retail
    • post C has terms: books and retail

    In the term page tec you want to show related posts for the terms tec and retail
    And in the term page retail you want to show related posts for the terms tec, retail and books.

    Is this correct?

    Thread Starter moisb

    (@moisb)

    Hi Keesiemeijer. No.
    I want to show related stores on the single store page similar to this: https://i.imgur.com/8CSfsBx.png
    A relationship implemented by relating the stores (custom taxonomy implemented by theme) through the categories and/or manually in the store editing screen.

    I believe that for this is necessary some hook in your plugin, if possible, and will require programming work. I’m willing to pay for your time if you can do that.

    Plugin Author keesiemeijer

    (@keesiemeijer)

    Aha, so on single post pages.

    Do the widget or shortcode give the wrong results? If so, what should the results be? Or do you have a problem on displaying them where you need them?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Related taxonomies BY categories…’ is closed to new replies.