Title: Help modifying a theme from themeforest
Last modified: August 24, 2016

---

# Help modifying a theme from themeforest

 *  [garymoncrieff](https://wordpress.org/support/users/garymoncrieff/)
 * (@garymoncrieff)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/help-modifying-a-theme-from-themeforest/)
 * Hey all
 * I am using the Munich photography theme and need to make a change, in the portfolios
   the image overlay displays the themes own custom meta fields but I want to switch
   it out to show the default image title and description
 *     ```
       $slide = array(
           'image' => $slide[0],
           'height' => $slide[2],
           'width' => $slide[1],
           'title' => get_post_meta($value, 'munich_gallery_slide_title', true),
           'description' => get_post_meta($value, 'munich_gallery_slide_description', true),
           'video' => get_post_meta($value, 'munich_video_url', true)
       );
       ```
   
 * Any help would be greatly appreciated here, this is really my first time digging
   into wordpress code so sorry if it is a daft question.
 * Thanks
 * Gary

Viewing 1 replies (of 1 total)

 *  Thread Starter [garymoncrieff](https://wordpress.org/support/users/garymoncrieff/)
 * (@garymoncrieff)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/help-modifying-a-theme-from-themeforest/#post-6041065)
 * Can anyone help me out here please?

Viewing 1 replies (of 1 total)

The topic ‘Help modifying a theme from themeforest’ is closed to new replies.

 * 1 reply
 * 1 participant
 * Last reply from: [garymoncrieff](https://wordpress.org/support/users/garymoncrieff/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/help-modifying-a-theme-from-themeforest/#post-6041065)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
