rmccue / Feast

A feed reader transformation plugin for WordPress
40 stars 7 forks source link

Permalink Setting #2

Open kucrut opened 11 years ago

kucrut commented 11 years ago

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.

rmccue commented 11 years ago

What exactly doesn't work? Feast sets the permalink for feeds and items manually regardless of the permalink settings.

kucrut commented 11 years ago

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.