Viewing 1 replies (of 1 total)
  • Plugin Contributor ModDish

    (@moddish)

    in list view the plugin is using the wordpress excerpt

    add to theme function file :

    function new_excerpt_length($length) {
    	return 20;
    }
    add_filter('excerpt_length', 'new_excerpt_length');

    change 20 to number of words.

Viewing 1 replies (of 1 total)
  • The topic ‘How to use maxdes in listview’ is closed to new replies.