I'm running Umbraco 7.1.4 and rendering Model.Content.Children.Where(x => x.IsVisible) seems to pulls in the unpublished children as well.
Am I missing anything?
I had a check in App_Data > umbraco.config and the node gets removed when i unpublished but it still shows in the front end when i render it in the View
Model.Content.Children returns unpublished nodes
I'm running Umbraco 7.1.4 and rendering Model.Content.Children.Where(x => x.IsVisible) seems to pulls in the unpublished children as well.
Am I missing anything?
I had a check in App_Data > umbraco.config and the node gets removed when i unpublished but it still shows in the front end when i render it in the View
i've redownloaded and it works now. somethings wrong with the previous version that i've downloaded.
I'm experiencing the same in 7.6.4, any hints on why this was happening?
is working on a reply...