By BertienBoon on
I created two views; one to show the latest article and one t-that shows thumbnail/title/date of the next 6 articles in two columns.
This works, except for the 'more' link. When I hoover over 'more' I see it links to /frontpage... So by clicking on it I don't get the next 6 articles.
Is there something I did wrong?
Comments
Do you want to create pager for articles
Like 6 articles more then another 6 articles.
---
Did you click on the link to see what happens?
The view is displayed on the
The view is displayed on the frontpage, and the link sends you to 'frontpage'... so for a visitor it appears the link does 'nothing' (reloads frontpage...)
---
I would expect the link to keep you on the home page and just spit out the next 6 articles. Is views generating your "more" link or did you hard code it in? What do you views look like? What are you expecting to happen?
It is a views generated more
It is a views generated more link, so I would like it to return the next 6 articles.