Help - Search - Members - Calendar
Full Version: Anchor links at top of monthly archive
Movable Type Community Forum > Additional Resources > Tips and Tricks
highwaygirl
I would like to be able to show anchor links at the top of my monthly archive pages that enable a visitor to click on the name of an individual entry and jump down on the monthly archive page directly to that entry. You can see what I'm talking about on this site:

Anchor links in monthly archive

Any guidance on how to accomplish that? Thanks!
girlie
You can do this with a separate MTEntries container in the same page:

CODE
<MTEntries>
<a href="<MTEntryLink archive_type="Monthly">"><MTEntryTitle></a><br />
</MTEntries>


If MTEntryLink doesn't automatically give you the anchor with the entry ID, try MTEntryPermalink instead - I can never remember off the top of my head which does what.

Then don't forget the anchor in your normal MTEntries section:

CODE
<a name="<$MTEntryID pad="1"$>"></a>
<h3 class="title"><$MTEntryTitle$></h3>


(that's included in the default templates already, if you're using those).
almuhajabah
Use MTEntryPermalink to get the anchor links already included smile.gif
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-2009 Invision Power Services, Inc.