danpros / htmly

Simple and fast databaseless PHP blogging platform, and Flat-File CMS
https://www.htmly.com
GNU General Public License v2.0
1.01k stars 258 forks source link

[QUESTION] Sitemap.xml - is listing only my current year OR max 39 rows #770

Closed vvcares closed 1 month ago

vvcares commented 1 month ago

[BUG REPORT] /blog/sitemap.post.xml- is listing only my current year OR max 39 rows. Is there any limitations of max rows.? A sitemap supposed to show all my existing pages. Kindly advise. Thank you

danpros commented 1 month ago

There is no limit.

How many published blog posts? I see a blog with 10K posts and its work fine.

vvcares commented 1 month ago

SORRY.. Im wrong. I was overlooked as sitemap - MOD-DATE. Seems all posts are listed well. Thank you

danpros commented 1 month ago

NP! Perhaps in the future I will split up the sitemap.post.xml, per 500-1000 posts for performance reason (example: sitemap.post.1.xml, sitemap.post.2.xml etc.)