• 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

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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

    Have you had this problem?

    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

    Good luck! 🙂

    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.