jondewit wrote:
Hello all,
I'm using the Joomla Articles particle for my news (nieuws) page.
I think I've set all correct and my category is 'nieuws'.
When clicking on the menu item I get the news page, all correct so far.
But when I click on the 'Read more' I don't get the full article in my standard layout page.
Instead it is opening my homepage which is set to it's own homepage layout (no content page).
What should I do to correct this?
Actually our particle uses the Joomal article Readmore. The way it works in Joomla is if your Joomla article isn't assigned to a menu page item then by default, clicking the system generated Read More, Joomla opens the article in the Mainbody of the Home page.
You can see this on our Demo page.
To alter Joomla's behaviour disable the Readmore option in the Joomla Article particle and in the Article itself create your own Readmore. As an example:
<a target="_self" href="index.php/some-article" class="button button fa fa-chevron-circle-right">Read More</a>