nop 3.10 show blog post on homepage

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
9 years ago
Hi i want show blogpost on homepage (ColumnsOne)
show title and description

Thank you
9 years ago
Hi,

The easiest way would be to go and add to BlogController some action that will get the blog posts and return view with model containing the blog posts information. You could look at NewsController for example, there you will find HomePageNews method that takes care of displaying news on home page. You would also need to go to Home/Index.cshtml view and add a call to your Action method. The downside of this approach is that you would have to change the Nop Source.

Roughly, this is what you could do.

Hope this helps!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.