• when I want to open posted article on my site. On Site appers fatal error:

    Call to undefined function twentyten_posted_on() in /home/content/42/7395042/html/skireview-judge/wp-content/themes/lightword/single.php on line 26

    What can i do

Viewing 1 replies (of 1 total)
  • edit single.php and remove the code with ‘twentyten_posted_on();’

    if you can’t access your dashboard, try to use ftp or cpanel to rename the single.php in your theme /wp-content/themes/lightword/single.php) to something like ‘oldsingle.php’

    that should stop wordpress from using it, and should allow you to get back into the admin area; then edit the oldsingle.php and remove the code with ‘twentyten_posted_on();’

    then rename the file back to single.php

Viewing 1 replies (of 1 total)
  • The topic ‘fatal error’ is closed to new replies.