What are you people using to do a load more of blog posts in Umbraco? I think I've searched the most of the web, to find a solution to this problem. Everything I do to make this work has failed. Is there an Umbraco project which can do the job? Or what am I supposed to do here?
I don't use any blog package, I have been trying to make my own, but the only thing I'm missing, is the load more function when you scroll down the page, it should load more posts.
I'm not the best at the advanced code like controllers and that, and that is where I think my code fails.
I don't have much to show, but I will try my best.
What I've been trying to achieve, is to give the posts a class with AJAX, Jquery etc. and nothing has worked.
I've stumbled across many articles, where they are coding this solution with controllers. Is that the only approach to solve this? Isn't there anything easier?
Load more, lazy load or whatever it's called.
What are you people using to do a load more of blog posts in Umbraco? I think I've searched the most of the web, to find a solution to this problem. Everything I do to make this work has failed. Is there an Umbraco project which can do the job? Or what am I supposed to do here?
Hi Morten
Are you using some blog package for Umbraco?
Why your code is failed? Can you show what code are you using?
Thanks,
Alex
Hi Alex,
I don't use any blog package, I have been trying to make my own, but the only thing I'm missing, is the load more function when you scroll down the page, it should load more posts.
I'm not the best at the advanced code like controllers and that, and that is where I think my code fails.
I don't have much to show, but I will try my best.
This my partial for the blog posts.
And I render it through this code:
What I've been trying to achieve, is to give the posts a class with AJAX, Jquery etc. and nothing has worked.
I've stumbled across many articles, where they are coding this solution with controllers. Is that the only approach to solve this? Isn't there anything easier?
is working on a reply...