question to Nukie
March 14th, 2010Do you create the thumbnails yourself and upload them or do you have a script doing that for you?
Anyway, sorry for bugging you and thanks a lot for helping me :D
Everything is being done in MT, so if i'm pasting code and you're not understanding any of it, then that would be why.
I start with this script. (its cut down to the essentials, just so you get the idea)
<div>
<a title="The most recent 10 photos" href="http://nukie.net/text.php?p=recent">Most Recent</a>
</div>
<MTEntries lastn="3">
<div>
<a href="<$MTEntryPermalink$>" title="<$MTEntryTitle$>">
<$MTEntryMore convert_breaks="0"$>
</a>
</div>
</MTEntries>
This creates a seperate file which has the heading "most recent" and the three thumbnails with their page links. I then use PHP includes to include it into my individual archives and main page.
Hopefully that points you in the right direction. But if you've still got no idea, give me a yell :)
As for using MT or Greymatter, it really should make that much of a difference. The principle is still to create another seperate file and include it into your main page.
#If you have any other info about this subject , Please add it free.# |