How can I change the the 'Min to read'

  • Posted in : Readme
  • watergate10
    Participant

    I want the minutes to be calculated as shorter, and on audio and video posts I want to be able to put in a custom time for the mins. How can I do this?

    ahmetsali
    Keymaster

    Hi, we have used a plugin for reading time calculation, you can check out its github page for more options;

    https://github.com/michael-lynch/reading-time

    it is called in js/main.js on line: 147

    $(this).readingTime({
    	readingTimeTarget: $(this).find('.eta'),
    	remotePath: $(this).find('.entry-title a').attr('href'),
    	remoteTarget: 'article .entry-content'
    	});
    
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register