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

alinouman’s picture

Like 6 articles more then another 6 articles.

cfox612’s picture

Did you click on the link to see what happens?

BertienBoon’s picture

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...)

cfox612’s picture

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?

BertienBoon’s picture

It is a views generated more link, so I would like it to return the next 6 articles.