Disco02
Oct 30 2003, 04:27 PM
I just upgraded to the newest MT version after a posting hiatus. Everything works fine, and the main index page publishes correctly. However, no matter WHAT I do, when I publish the MTEntries tags and everything between them simply doesn't appear.
I know the data is getting into the SQL database, and I know the template is publishing correctly because changes in it appear in the index. Just not the posts. I've triple checked all the config settings, any ideas?
charle97
Oct 30 2003, 04:29 PM
add the lastn modifier to the mtentries tag of your blog entries.
CODE
<MTEntries lastn="7">
will show the last seven entries made.
you're probably using the default of the last seven days worth of entries. adding the lastn modifier will override that.
Disco02
Nov 1 2003, 12:29 PM
Hm... didn't change anything, they're still not there.
Anyone else? (it's very frusterating, because it seems to be working fine so there aren't any error messages to guide me)
girlie
Nov 1 2003, 12:32 PM
Can we have a link to your site?
Are the entries set to PUBLISH and not DRAFT?
Disco02
Nov 2 2003, 12:08 PM
Indeed it is set to PUBLISH. The url is
http://www.fallingfromgrace.net, I had a blog running for about two years but now it's archived here at home and nothing is online (except for the non-working blog). The MTEntries tags in the template are just after the "Coming Soon." h2 tag.
(as a note, the site currently has a page running but it's linked to a different MT installation on my roommate's server. The index file that my MT is publishing (incorrectly) is
http://www.fallingfromgrace.net/blog/temp.php)