• Really recommend to use this plugin if you want to display contents with simple and easy grid layout.

    Free version is lack of cool features but enough to show contents with simple clicks.
    Hope more pro features available in free version.

    a bug: excerpt not work properly with utf-8 asian language.
    need to patch ‘trim_words’ function in plugin function.php

    $result = strip_shortcodes($result);
    $result = strip_tags($result);
    $result = mb_substr($result, 0, $num_words+1, 'UTF-8');

    Thank you for making nice plugin!

Viewing 1 replies (of 1 total)
  • Plugin Author Content Views

    (@pt-guy)

    Thank you so much for your review!
    Actually we didn’t use substr to split words.
    Also the trim_words function has already been improved in version 1.8.6.1. Did you try it?
    If it doesn’t work for you, Please send me URL of web page which illustrates problem. So I can investigate then solve it.
    Thank you,

Viewing 1 replies (of 1 total)
  • The topic ‘good job’ is closed to new replies.