• Resolved darkavich

    (@darkavich)


    I am getting this error Fatal error: Call to undefined function theme_continue_reading() in …wp-content/themes/viking/inc/extras.php on line 82

    Is there a simple fix to this problem?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter darkavich

    (@darkavich)

    I was able to fix the theme and realize there is a typo on line 82:

    return ‘… ‘.theme_continue_reading( $id );

    Should read:

    return ‘… ‘.Viking_continue_reading( $id );

    Theme Author Carolina Nymark

    (@poena)

    Thank you! This has been fixed with next update.

    Thread Starter darkavich

    (@darkavich)

    I noticed that the … links are not clickable on your theme. Has it always been this way, or did it stop working after the latest update?

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