• Hello,

    I am using this plugin to list custom post type with taxonomy group.
    I am also using Polylang plugin for multi language.

    So i want to list cat > posts based on selected language.

    The posts are showing based on selected language but the category are not.
    It is showing all categories rather than just for selected language.

    How can i fix it?

    Thanks
    Tejas

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Shazzad Hossain Khan

    (@sajib1223)

    Hi Tejas,

    Our plugin perform raw query for fetching terms. As a result, it doesn’t invoke the filter hook that polylang uses to alter query.

    The time this plugin was coded, wp didn’t have a query class for terms, as like it have for posts. So we created two class for querying terms & users implementing support for pagination & meta filter.

    We are hoping to migrate this soon, don’t have any estimation though.

    Thread Starter Tejas Hapani

    (@tejashapani-1)

    Hello Shazzad,

    Thanks for your reply.

    Is there anyway i can customize this?

    Thread Starter Tejas Hapani

    (@tejashapani-1)

    Hello Shazzad,

    Do you have any alternative to this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Category list using ploylang’ is closed to new replies.