Jul 26, 2008 02:35
I was wondering how I could add the entry id (number of entries) to my metadata.
Also, I saw somewhere (lost the link to the entry) where you could change your entry links to say "one" instead of 1, and so on. Does anyone know what I'm referring to?
metadata,
link bar
Leave a comment
Comments 9
Reply
Reply
Reply
Reply
foreach var string k ($.metadata){ # step thru metadata
Add this line before it:
$currents = $currents + "Entry #" + ($.itemid / 256);
Reply
It worked like a charm, would you be able to tell me how I can match it up with the rest of the meta data (font size, image in front)? I swear I will leave you alone then
Reply
Change the line to look like this:
$currents = $currents + """
( ... )
Reply
Leave a comment