Displaying Page Count

Posted by Community Admin on 04-Aug-2018 02:29

Displaying Page Count

All Replies

Posted by Community Admin on 03-Aug-2011 00:00

In Sitefinity v. 3.7, whenever I was in Pages view, I could always see the current number of Pages that I had created in Sitefinity at the top of the Pages view.

However, in Sitefinity v. 4.1 SP3 (I am using Small Business Edition), I am no longer able to see the current number of Pages that I have created at the top of the Pages screen or anywhere whatsoever on the screen.

Sitefinity v. 4.1 SP3 should at least display the total number of Pages and ideally the number of Total Pages and the number of actually Published pages.
  

Posted by Community Admin on 03-Aug-2011 00:00

Hi Samir,

You can edit the backend page and add a simple control to it that counts the pages


App.WorkWith().Pages().LocatedIn(Telerik.Sitefinity.Fluent.Pages.PageLocation.Frontend).Get().Count();

I will log a task for this implementation in one of the next releases.

All the best,
Ivan Dimitrov
the Telerik team

Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed