Hello
I am a total noob when it comes to PHP and so on but do know my way around HTML.
I am trying to add the ExtremeTracker to my site (been using that for years) but I can not find where to add it? It only has to be on the first page but when looking at index.php I see nothing familiar.
When I look at the page code through a browser, I see the HTML coding. But I did look through the Zenphoto directory (also with FTP), I can not find anything that looks familiar ... probably because I don't know what I am looking for ;-)
Anyway, here is the code that I want added somewhere on the first page. Should be in the <body> part:
`
`
Comments
All the way down find:
`
<?php include ("inc-footer.php"); ?>
`
.
Past your code between those two lines like this:
`
<?php include ("inc-footer.php"); ?>
`
This will put your tracker on the bottom of the homepage only.
Of course you'll need to learn at least some basic PHP if you want to do more with Zenphoto.
Please also read the theming tutorial.
http://www.zenphoto.org/news/theming-tutorial
But getting there
Posted at the same time I believe
Okay, will give that a try, thanx!
And doing/trying stuff like this is giving me a bit of mini basic PHP
Will look over at the URL, thanx!