Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Sayan Datta

    (@infosatech)

    Hello @kyle-tully ,

    I think you need to edit plugin file. Please go to the file page.php on line 152 and replace the line with the following:

    if ( isset( $fullcontent ) && is_page() && !get_post_meta( get_the_ID(), '_lmt_disable', true ) == 'yes' && ! is_front_page() ) { 
            return $fullcontent;
        }

    Hope it helps.

    Thanks!

    Thread Starter kyle-tully

    (@kyle-tully)

    Awesome, thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide Last Modified Date From PAGE Excerpts’ is closed to new replies.