Title: Help using custom fields
Last modified: August 19, 2016

---

# Help using custom fields

 *  [pwtimes](https://wordpress.org/support/users/pwtimes/)
 * (@pwtimes)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/help-using-custom-fields/)
 * Using custom fields, how could I impliment the following into my website so that
   the meta is similar to that of this website: [http://www.guardian.co.uk/football/2011/feb/18/ticket-prices-champions-league-final-wembley](http://www.guardian.co.uk/football/2011/feb/18/ticket-prices-champions-league-final-wembley)
 * I’d like bullet points under the title before an image with a caption. If anyone
   could help, I’d be so grateful.

Viewing 1 replies (of 1 total)

 *  [nipponese](https://wordpress.org/support/users/nipponese/)
 * (@nipponese)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/help-using-custom-fields/#post-1922647)
 * I use the following php to check if the Key I want to show even exists, then 
   display the Value for the Key
 *     ```
       <?php
             if (get_post_meta($post->ID, 'client', true)){  //If the Key 'client' exists...
                   $key_description_value = get_post_meta($post->ID, 'client', true);  //...assign the variable $key_description_value the Value
                   echo $key_description_value; //Print the Value to the screen
             }
       ?>
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Help using custom fields’ is closed to new replies.

## Tags

 * [custom field](https://wordpress.org/support/topic-tag/custom-field/)
 * [image](https://wordpress.org/support/topic-tag/image/)

 * 1 reply
 * 2 participants
 * Last reply from: [nipponese](https://wordpress.org/support/users/nipponese/)
 * Last activity: [15 years, 3 months ago](https://wordpress.org/support/topic/help-using-custom-fields/#post-1922647)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
