• Hello

    My client is running a site. Now My client is having some problem with the site. I simply want to change the content in one page , but when i open the page . I only see is blank page. I have checked few links which were suggesting to change to ‘UTF8′ code in wp-config.php file. I have tried that but didnt work. Then i changed the theme to wordpress’s default theme , but still can not see any content in admin side of page. So i checked the database, what i see that there is no data in database in post content i.e. I have copied some words from frontend then searched in the database, I see no results for that copied content. Then i looked in to Wp_posts table. I have checked for the post_type=’page’ and i checked the post_content, its blank in the database. So my question is if there is no data in the database then how come it is showing on frontend of the site and nothing is showing in the backend of the site. I am totally confused. Please help me.

    Link : http://farmcreditconnect.com/

Viewing 1 replies (of 1 total)
  • Hello @harry005,
    the fact that you don’t see anything in the database is consistent with the fact that you don’t see anything in the backend.
    It must be that the content of your page is created directly by the template files of your theme. You should look for some file called (without the braces):
    page-{id of your page}.php
    or
    page-{slug of your page}.php
    in the root directory of your theme.
    There you will probably find the text of your page.
    Giancarlo

Viewing 1 replies (of 1 total)
  • The topic ‘Data not showing in database’ is closed to new replies.