Support » Themes and Templates » want post thumbnails to be clickable

  • Resolved Miz.Michele

    (@mizmichele)


    The title says it all.

    I tried to play around with the images and even went on the forum for the theme – every fix mention failed and I got a parse error.

    Can someone give me easy to follow step by step directions to do this.
    http://www.celebrityfeast.comol

    I’d also like the images on the front page to be larger.

    Is that possible

    Thanks,

Viewing 3 replies - 1 through 3 (of 3 total)
  • Its helpful if we have the parse error and the code you speak of. Consider using pastebin .com and providing links.

    Thread Starter Miz.Michele

    (@mizmichele)

    I rec’d a few parse syntax errors but I did not write down which one. I’ve been trying off and on for awhile.

    http://pastebin.com/pjuXYtte

    I’m trying to replace line 219
    the_post_thumbnail(array($width,$height), array(‘alt’ => $title));

    I’ve tried
    ?><a” href=”<?php the_permalink(); ?>”><?php the_post_thumbnail(array($width,$height), array(‘alt’ => $title));?><?php

    ?><a” href=”<?php the_permalink(); ?>”>the_post_thumbnail(array($width,$height), array(‘alt’ => $title));</a”><?php

    Thread Starter Miz.Michele

    (@mizmichele)

    Update I tried line 219 with both of these lines – no parse errors but still not clickable – can anyone help?

    ?>”><?php the_post_thumbnail(array($width,$height), array(‘alt’ => $title));?><?php

    ?><a”href=”<?php the_permalink(); ?>”><?php the_post_thumbnail(array($width,$height), array(‘alt’ => $title));?><?php

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘want post thumbnails to be clickable’ is closed to new replies.