• Resolved ktsiterip

    (@ktsiterip)


    Hi
    I’m trying to set up newsletters with Automatic latest ontent using the category as filter
    Unfortunately, when I start typing in the category name (“National” in this case), mailpoet cant find my category. Instead it lists a load of tags with the search term in it, but never shows the category
    I think this is becuase we have a lot of tags and there is some kind of search display limit?
    How do I find my category?
    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Wysija

    (@wysija)

    Hello @ktsiterip,

    I see, in some cases matched categories and tags may be drowned out by other matches.
    While not exactly a solution, what you could try is using this filter to increase the number of matches to show:

    add_filter(‘mailpoet_search_terms_args’, function($args) {
    $args[‘number’] = 100;
    return $args;
    });

    Simply add this piece of code to your theme’s functions.php file, below “<?php” or “<?”.

    Let us know if that helps.

    Best regards,
    MailPoet Team.

    Thread Starter ktsiterip

    (@ktsiterip)

    Thank you so much – that worked perfectly!
    We’re a newspaper site and have so many tags that this one was 300th on the list
    We’re just trialling MP at the moment (and are very impressed) and we’ll be looking to buy a Pro liscence soon
    Thank you!

    Wysija

    (@wysija)

    Hi @ktsiterip,

    Thanks for letting us know it worked! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Cant find category for Automatic latest ontent’ is closed to new replies.