Blog Search

This add-on for Broadcast allows for selective displaying of blogs in the blog list using a search box.

After enabling the add-on, the search box appears if there are at least 10 blogs in the list.

Screenshots

Notes

If you wish to change the amount of blogs required to display the search blog, use the broadcast_blog_search_min_blog_count filter:

add_filter( 'broadcast_blog_search_min_blog_count', function( $count )
{
 return 10;
} );

Where to buy

This add-on is a part of the following packs:

Leave a Reply

Your email address will not be published. Required fields are marked *