Hi,
Is it possible to make so that when someone clicks on my images on my blog they will go to the next page?
i run a lol blog i think its much easier for my visitor to click on the image to go to the next page than clicking on the next / previous links.
URL: http://funny-pictures-blog.com/2011/08/16/the-origin-of-unicorns/
note: i do not want to install any gallery plugins, i still want it simple and use wordpress gallery.
Modestas
Member
Posted 1 year ago #
Yes - it is very easy to do. Just look in your template directory. Open the template folder that is set as active in your site. Then look for the keywords in PHP files.
Whne you find the link replace it with the code:
This is your default look:
read more...
This how you should change it:
<img src= "path to your image thet will be displayed instead of read more text">
Modestas
Member
Posted 1 year ago #
`<a href ="link to full post">red more... </a>
change it to:
<a href ="link to full post"><img src="path to the picture"></a>
i dont get it, should i add that to the single.php?
cmon, there must be someone that knows how to fix this????