• Hello,

    My link is: http://www.kiano.ro

    As you can see i have on my index page a panel with images on it wich runs to the left or right throw thoose navs. You can enter into the post only if you click on the title. I want to be able to go into the post by clicking on the image to. At the admin panel at media ive selected the link for every images but the theme doesnt let this action to take place. I need a line/command directly into my .php so that the images can be clickable. What is that line? And where it should be put? I only know that it is something with postid. Please help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • <a href="your-link-here"><img src="<?php bloginfo('template_url'); ?>/image-folder-in-your-theme/image-name" width="x" height="x" alt="whatever-you-want" /></a>

    makes my images clickable (if your images are in a folder in your theme)

    Thread Starter kianoro

    (@kianoro)

    well, thats the problem … i don`t need the href for an exact link. I need a general href, and i want the image to select the post. I need something like a href=”post id……….>. And i dont remember the line. And that line will not go to the images, will go to the panel under the images.

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

The topic ‘Image link’ is closed to new replies.