I'm having a problem with the <!--more--> tag.
It will do what it is supposed to on the main page, then when you click into the post it only shows the same thumbnails that it showed on the other page and none others.
So if I have 12 photos and tell it to show 8 on the main page, it only shows 8 on the post page. It uses the #startloop# and #endloop# on the other page so the amount of thumbs in the code isn't supposed to matter, as it's supposed to show them all. Right?
This is an example of the code I'm using:
Code:
<div align=center>
#thumb# #thumb# #thumb# #thumb#
#thumb# #thumb# #thumb# #thumb#
</div>
<!--more-->
#startloop#
<!--nextpage-->
<div align=center>
#thumb# #thumb# #thumb# #thumb#
#thumb# #thumb# #thumb# #thumb#
</div>
#endloop#
Ideas? Am I missing a piece of code?
Thanks in advance.