Support » Theme: Monaco » Fatal error: Call to undefined function my_pagination()

  • Resolved ml.wordpress

    (@mlwordpress)


    Fatal error: Call to undefined function my_pagination() in /home/www/…/html/blog/wp-content/themes/monaco/inc/template-tags.php on line 25

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author aaviya

    (@aaviya)

    Hi,
    You either can wait for update (it should be live today) or go to /inc/template-tags.php line 25 and change

    <?php my_pagination(); ?>
    to
    <?php monaco_pagination(); ?>

    Best regards,
    Veselka Dobreva

    Theme Author aaviya

    (@aaviya)

    Fixed in 1.5.4

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fatal error: Call to undefined function my_pagination()’ is closed to new replies.