Title: Remove blank page from database?
Last modified: August 20, 2016

---

# Remove blank page from database?

 *  [jp72394](https://wordpress.org/support/users/jp72394/)
 * (@jp72394)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/wordpress-database-trouble/)
 * _[Topic moderated per [http://codex.wordpress.org/Forum\_Welcome#Choose\_A\_Good\_Topic\_Title](http://codex.wordpress.org/Forum_Welcome#Choose_A_Good_Topic_Title)]_
 * So i’m doing work for a client…what happened was that a picture was deleted on
   a page (linked to a php template), and he doesn’t know how to replace it. So 
   since the page itself is of course blank, I go to the PHP template, and find 
   the code for the page, which is:
 *     ```
       <span>
       <?php the_title(); ?><br />
       <?php $custom_fields = get_post_custom(); ?>
       <?php echo $custom_fields['person_designation'][0]; ?><br />
       <a href="mailto:<?php echo $custom_fields['person_email'][0]; ?>"><?php echo $custom_fields['person_email'][0]; ?></a><br />
       <?php echo $custom_fields['person_telephone'][0]; ?><br /><br />
       ```
   
 * So i’m guessing that the actual thing that tells what image file, name, email
   of the person to put on the server is in a database…now the question, how do 
   I access the database?

Viewing 1 replies (of 1 total)

 *  Thread Starter [jp72394](https://wordpress.org/support/users/jp72394/)
 * (@jp72394)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/wordpress-database-trouble/#post-3580715)
 * Nobody?

Viewing 1 replies (of 1 total)

The topic ‘Remove blank page from database?’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 1 participant
 * Last reply from: [jp72394](https://wordpress.org/support/users/jp72394/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/wordpress-database-trouble/#post-3580715)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
