Open kucrut opened 11 years ago
What exactly doesn't work? Feast sets the permalink for feeds and items manually regardless of the permalink settings.
An error was thrown in the JS console that the feed items URL couldn't be found.
I tried to reproduce this bug, by creating another sub-site. Unlike the first time, I set the timezone to Asia/Jakarta before adding a feed and left the permalink setting unchanged. I then added a feed and visited the front-end, and it worked. So I guess this was caused by the other bug I reported (timezone setting) which prevents the feed to be added.
Front-end (with the Razor theme) doesn't work with multisite's default permalink structure (
/%year%/%monthnum%/%day%/%postname%/
). Changing it to/%postname%/
fixed it.