Continue reading Premium 2.2.4

Premium 2.2.4

…related posts on production sites yet, because I’ve already noticed there are the usual bunch of minor but annoying bugs that instantly crop up right after you release a new version. For example, I’m aware it’s not possible to disable the thumbnails once you enable them. Here’s a quick fix……for that, add this to your site: add_action( ‘init’, function() { $options = get_option( ‘relevanssi_related_style’ ); $options[‘thumbnails’] = ‘off’; update_option( ‘relevanssi_related_style’, $options ); } ); So, expect version 2.2.4.1 later this week or early next week. That’ll fix the minor annoying bugs and add a couple of features that came…

Read more Premium 2.2.4 0 Comment on Premium 2.2.4