c2photo.com
Jul 25 2006, 07:05 AM
Hello, My site is
c2photo. As you can see, I have the last 9 entries thumbnailed at the bototm of the index page. Is there any way to reverse the order of these thumbs? I was also wondering how I could change the link description (when you hoover the mouse over the thumbed image) to the entry title? Thanks so much everyone.
CODE
<div id="container">
<MTEntries lastn="9">
<div class="thumb">
<a name="<$MTEntryID pad="1"$>"></a>
<a href="<$MTEntryPermalink$>"><$MTEntryKeywords$></a><br />
</div>
I there any way to make these thumbs random>>?
lisa
Jul 25 2006, 09:27 AM
c2photo.com
Jul 25 2006, 09:27 AM
Figured out the ordering. Just used the Sort_order tag:
CODE
<div id="container">
<MTEntries lastn="9" sort_order="ascend" >
<div class="thumb">
<a name="<$MTEntryID pad="1"$>"></a>
<a href="<$MTEntryPermalink$>"><$MTEntryKeywords$></a><br />
</div>
Im still working on the other stuff.
lisa
Jul 25 2006, 09:39 AM
To change the link text, you'd add alt="text" title="text" to your IMG tag.
c2photo.com
Jul 25 2006, 09:59 AM
Thanks guys, I will give those links a try when I get some time. Yeah, I'm dumb, I realize that about the alt="text" title="text" now. Here is my new question.
My entries at the bottom are displaying the last 9 entires (offset by 1). The problem is, on the older pages, the newest 9, and not the last 9 (in order by day) are being displayed. I want the previous posted 9 according to what page your on. If you are on page 15, then 14,13,12... will be shown. When you are on page 10, then 9,8,7... will be shown. Any ideas?
lisa
Jul 25 2006, 11:59 AM