• Resolved copiaguelibrary

    (@copiaguelibrary)


    hello, I am looking to display multiple categories in my feed. I have a filter but I can only get it to display one. would someone know how I could display more than one?

    add_filter( ‘feedzy_item_filter’, ‘add_feedzy_item_category’, 20, 2 );

    function add_feedzy_item_category( $itemArray, $item) {
    if ( $category = $item->get_category() );
    if( $category->get_term() )
    $itemArray[‘item_meta’] .= ‘Category: ‘ . $category->get_term() . ‘‘;

    return $itemArray;
    }

Viewing 1 replies (of 1 total)
  • Hi @copiaguelibrary,

    Thanks for choosing Feedzy!

    Unfortunately, it’s not possible to achieve this out-of-the-box with the free version of Feedzy. This is a premium feature that is available with the Pro version of the plugin.

    Have a nice day!

Viewing 1 replies (of 1 total)
  • The topic ‘multiple category display’ is closed to new replies.