Hi All!
I am looking for a way to display the titles of articles that are part of a given category in a module position. They should be ordered using the definition "latest published comes first". So far it´s pretty easy but I need a restriction: A given number of articles shall be skipped and not displayed. What I mean is: The three most recent articles should not be part of the list, the list shall always start with the 4th most recent article. I tried it with an external plugin called "List of articles in content"
http://extensions.joomla.org/extensions/news-display/articles-display/articles-listing/13950
whick uses curly brackets as syntax. Unfortunately it seems that my Template (Hexeris) doesn´t parse the code. (I tried it with the Atomic standard template and it worked fine). Any idea how to use curly brackets with gantry + rockettheme templates or another way of solving my problem?
Thx in advance, best regards, Prados.
Hi Igor,
The "Prepare content" was disabled and this might have caused the problem. Nevertheless I solved my problem a couple of minutes ago by modifying the display of the array in the file helper.php with an override.
But thank you very much for your time and taking care of my issue.