Viewing 1 replies (of 1 total)
  • Plugin Author LuckyWP

    (@theluckywp)

    Hello!

    1) For add ToC after “Last Modified” try add this code to functions.php in your theme:

    add_filter('wplmi_display_priority_post', function(){ return PHP_INT_MAX; });

    2) Hide function don’t work because you have problems with JS: https://i.ibb.co/tJLc33T/image.png

Viewing 1 replies (of 1 total)
  • The topic ‘How to Move Last Update text Above Table.?!’ is closed to new replies.