Smartblog Next and Previous Node option returns null
Hi Friends,
I have used the internal smart blog plugin to show the latest news. In the news detail page, I could not get the next and previous page.
IPublishedContent objNextPage = SmartBlogLibraries.Helpers.Listing.GetNextNode(Model.Content);
IPublishedContent obPreviousPage = SmartBlogLibraries.Helpers.Listing.GetPreviousNode(Model.Content);
Smartblog Next and Previous Node option returns null
Hi Friends,
I have used the internal smart blog plugin to show the latest news. In the news detail page, I could not get the next and previous page. IPublishedContent objNextPage = SmartBlogLibraries.Helpers.Listing.GetNextNode(Model.Content); IPublishedContent obPreviousPage = SmartBlogLibraries.Helpers.Listing.GetPreviousNode(Model.Content);
Both are returns null values.
Can you please help me to solve this issue.
Thank you.
//Jansy
is working on a reply...