Help - Search - Members - Calendar
Full Version: Need to fix my extended entries...
Movable Type Community Forum > Additional Resources > Tips and Tricks
grizel
Here is my code:

CODE
<MTEntryIfExtended>
                 <p class="bodygrey"><a href="<$MTEntryLink$>#<$MTEntryID pad="1"$>">[READ
                   MORE]</a></p>
                 </MTEntryIfExtended>


I have weekly archives set up.

I get the [READ MORE] when there is more in the box, but clicking it renders nothing. It just jumps to archives and looks the same.
grizel
Oh, here's my whole Entries section code:
CODE
<!-- --------------------------------
       start ENTRIES
--------------------------------- -->
                 <MTEntries>
                 <table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
                   <tr>
                     <td align="center" class="bodyorange"><MTDateHeader><$MTEntryDate
                       format="%A, %B %e, %Y"$></MTDateHeader></td>
                   </tr>
                 </table>
                 <p class="bodygreybold"> <MTEntryCategories>
                   </MTEntryCategories>
<span class="bodygreybold"><$MTEntryTitle$></span></p>
                 <p class="bodygreybold"><span class="bodygrey"><$MTEntryBody$></span></p>
                 <MTEntryIfExtended>
                 <p class="bodygrey"><a href="<$MTEntryLink$>#<$MTEntryID pad="1"$>">[READ
                   MORE]</a></p>
                 </MTEntryIfExtended> <MTEntryCategories glue=", "><a href="<$MTCategoryArchiveLink$>" class="bodygreybold"><$MTCategoryLabel$>
                 </a> </MTEntryCategories>Posted by <a href="mailto:<$MTEntryAuthorEmail spam_protect="1"$>"class="bodywhiteCopy"><$MTEntryAuthor$></a>
                 at <a href="<$MTEntryLink$>#<$MTEntryID pad="1"$>"><span class="bodywhiteCopy"><$MTEntryDate
                 format="%I:%M %p"$></span></a> <span class="bodywhiteCopy">
                 | <a href="archives.shtml" class="bodywhiteCopy"><img src="images/clover.gif" width="7" height="7" border="0"></a>
                 | </span> <MTEntryIfAllowComments> <a href="<$MTCGIPath$>mt-comments.cgi?entry_id=<$MTEntryID$>" onclick="OpenComments(this.href); return false"><span class="bodywhiteCopy">Comments
                 (<$MTEntryCommentCount$>)</span></a></MTEntryIfAllowComments>
                 <span class="bodywhiteCopy">| </span><a href="<$MTCGIPath$><$MTTrackbackScript$>?__mode=view&entry_id=<$MTEntryID$>" class="bodywhiteCopy" onclick="OpenTrackback(this.href); return false">TrackBack
                 (<$MTEntryTrackbackCount$>)</a>
                 <p align="center"><img src="images/inside/divider.gif"></p>
                 <p>  </MTEntries>
                 <!-- --------------------------------
       end ENTRIES
--------------------------------- -->
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.