Help - Search - Members - Calendar
Full Version: Thumbnailed Entry Previewing
Movable Type Community Forum > Using Movable Type > Templates and Tags
c2photo.com
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>>?
c2photo.com
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
To change the link text, you'd add alt="text" title="text" to your IMG tag.
c2photo.com
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
I believe this tutorial from Girlie will help:
http://www.thegirliematters.com/tips/archi...s_n_entries.php
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.