reinstall your WP.
your database broke and all your data lost
I have same issue,
in page http://localhost/wordpress/submit-property not showing another property, just House.
in css i found :
body
{
background:transparent url('http://216.172.185.6/~kandy/images/bg.jpg') repeat-x center bottom;
}
you should add background color, so like this :
body
{
background: #ff5ab0 url('http://216.172.185.6/~kandy/images/bg.jpg') repeat-x center bottom;
}
hope can make better 😀