Forums Forums Search & Filter Pro Empty taxonomy data

Viewing 3 posts - 1 through 3 (of 3 total)
  • Anonymous
    #21667

    Hello,
    we’ve applied the filter into custom taxonomy page, the filter works correctly bur in the result page the taxonomy data are empty.

    For example “echo category_description( $category_id );” doesn’t return any content.

    Thanks in advance for your support

    Mirco

    Anonymous
    #21736
    This reply has been marked as private.
    Ross Moderator
    #21794

    Hi Mirco, we are not open on weekends – you don’t need to make a second ticket.

    To access the info from the query, you just need to access:

    $global $wp_query;
    var_dump($wp_query->query);

    You should be able to find what you need in here.

    I’m adding some template tags in the next version of S&F to make some of this easier.

    Thanks

Viewing 3 posts - 1 through 3 (of 3 total)