Title: Help!About Gemer Theme
Last modified: August 19, 2016

---

# Help!About Gemer Theme

 *  [bardgates](https://wordpress.org/support/users/bardgates/)
 * (@bardgates)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/helpabout-gemer-theme/)
 * Hi, I’m Bard. I like the Gemer theme a lot.
    But i wanna change some part of 
   code. The flash pictures of home page are posts, i wanna use other pictures instead
   of posts, is there a nice person do me a favor to change the code? I’ll appreciate
   it. PS: My website is : [http://www.ehowlosefat.com](http://www.ehowlosefat.com)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [bonecrusher](https://wordpress.org/support/users/bonecrusher/)
 * (@bonecrusher)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/helpabout-gemer-theme/#post-1784529)
 * Sorry can’t help but I’M also having problems…
 * I installed the theme but it is showing blank thumbnails…. see below for screen
   shot
 * [http://img.photobucket.com/albums/v521/SirZephyr/themeproblem.jpg](http://img.photobucket.com/albums/v521/SirZephyr/themeproblem.jpg)
 * Have you had this problem?
 *  [saif17](https://wordpress.org/support/users/saif17/)
 * (@saif17)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/helpabout-gemer-theme/#post-1784594)
 * Download Post Thumb Revisited Plugin and then insert this code :
 * <?php the_thumb(); ?>
 * after
 * <!– begin post –>
    <div class=”<?php if ($odd) echo ‘uneven ‘; ?>post”>
 * in index.php and archive.php
 * This my new website use Gemer Theme –> [http://saifularifin.com](http://saifularifin.com)
 * Good luck! 🙂
 *  [and.paz](https://wordpress.org/support/users/andpaz/)
 * (@andpaz)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/helpabout-gemer-theme/#post-1784614)
 * there is easier way – wihout installtion next plugin:
 * change this part of code in index.php:
 *     ```
       <a href="<?php the_permalink(); ?>"></a>
           <?php $screen = get_post_meta($post->ID,'screen', true); ?>
       			<img src="<?php echo ($screen); ?>" width="181" height="100" alt=""  />
       ```
   
 * into:
 * `<a href="<?php the_permalink(); ?>"><?php dp_attachment_image($post->ID, 'thumbnail','
   alt="' . $post->post_title . '"'); ?></a>`
 * Hope it’s helpful 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Help!About Gemer Theme’ is closed to new replies.

## Tags

 * [php](https://wordpress.org/support/topic-tag/php/)
 * [theme code](https://wordpress.org/support/topic-tag/theme-code/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 4 participants
 * Last reply from: [and.paz](https://wordpress.org/support/users/andpaz/)
 * Last activity: [14 years, 7 months ago](https://wordpress.org/support/topic/helpabout-gemer-theme/#post-1784614)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
