Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
iPhone native news app couldn't add Feed from website
· 10 years ago
I added it to ReadKit correctly. Why would it call demo.getgrav.org ? I don't have the native News app to try it.
-
iPhone native news app couldn't add Feed from website
· 10 years ago
would setting these correct the issue?
-
iPhone native news app couldn't add Feed from website
· 10 years ago
Does appear to be valid: https://validator.w3.org/feed/check.cgi?url=http%3A%2F%2Ftmcommunities.com%2Fcaneisland%2Fannouncements.rss Although, it does recommend categories (which are just the taxonomy
-
iPhone native news app couldn't add Feed from website
· 10 years ago
Sorry for the late response. the url is http://tmcommunities.com/caneisland/announcements.rss . when I click on the link in the blog page it would allow me to add it on my computer but when i try it o
-
iPhone native news app couldn't add Feed from website
· 10 years ago
Not tried it, but what URL did you use to add the feed?
-
iPhone native news app couldn't add Feed from website
· 10 years ago
When adding a feed from the website to the native news app on a iPhone it would come up with "Couldn't add feed". "demo.getgrav.org" couldn't be added to news. is there anyway of fixing that?
-
Collection with root.descendants + filter on content type?
· 10 years ago
For events plugin, it's define within plugin init: https://github.com/kalebheitzman/grav-plugin-events/blob/master/events.php#L149:L152 // Add these to taxonomy for events management $
-
Collection with root.descendants + filter on content type?
· 10 years ago
Thanks, I'll explore this later today and let you know.
-
Collection with root.descendants + filter on content type?
· 10 years ago
I think you can configure your blueprint template to add a taxonomy. See this link: https://learn.getgrav.org/forms/blueprints/advanced-features#replacing-fields-properties-replace
-
Collection with root.descendants + filter on content type?
· 10 years ago
Ok sorry, I should have been more explicit. On the home page, I have 3 blocks in which I want to display : next events ; this is done with the code above and it works, filtering on events type. recen