• Resolved alelumum

    (@alelumum)


    Hello everyone,

    Today I encountered a few blank screen issues and I had resolved some of them with the help of FTP. The last issue I just cannot seem to resolve on my own. I would appreciate it if you could help me. My website is http://www.alelumum.com . I cannot access my wp-admin as well.

    After I read on some page that I had to change 1 code in the post-template.php (wp-includes) file, I did this and my website has been blank since. I undid the changes by replacing the new code with its authentic form, but it doesn’t seem to work. What should I do?

    The code I replaced was the following:

    
    ),
    			__( ‘(more…)’ )
    		);
    
    I had changed it with
    ),
    			__( ‘(Daha fazlasini oku...)’ )
    		);
    

    for language purposes.

    • This topic was modified 9 years, 8 months ago by Jan Dembowski.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    replace that file with a clean version you obtain by downloading a fresh copy of WordPress. Do not modify core files.

    If you need to change the “more” prompt, use the proper filters via functions in your theme’s functions.php file.

    Thread Starter alelumum

    (@alelumum)

    Thank you so much Steve Stern! I learned a lot from this. My problem is solved.

    I think I will not touch anything anymore, especially not the function.php, as I got several blank screens because of messing with it. 😀 Thanks again!

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Always make a copy of files you modify so you can upload the original if (when) you fudge it up. 🙂 That’s a rule for everyone, from novices through the most advanced users.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Blank Screen after modification to post-template.php’ is closed to new replies.