So so can we link the gallery name ? How is going ? plz help.. Need to link that gallery name back to homepage
In your theme.php, find this line;
<!-- BEGIN album_list -->
Now add, immediately before it, you link to your home page.
ok, i see is created new link on main list... But i need to know how to link the Gallery name... explain you gallery name is Casper so you link it to any site what ya want
Well this is just basic html. If your site was http://www.yoursite.com, you would link to it like this;
<a href="http://www.yoursite.com" title="home">Home</a>
To link to the gallery, if your gallery is called gallery, it would be, from your home page;
<a href="gallery/index.php" title="gallery">Gallery</a>
omg lol :D ya never understan me :D But www.semi-karting.com/galleria see that top right text ? "Semi karting Kuvagalleria" So i need to link that word.... how ? <a href="gallery/index.php" title="gallery">Gallery</a> <-- i know that... but how
lol
Ok, open your theme template.html, and find this;
{GAL_NAME}
Change it to this;
<a href="http://www.semi-karting.com/" title="{GAL_NAME}">{GAL_NAME}</a>
thx m8s ;)