Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • I want to get the pagination in the $view == 'category'. For example, if there is more pages then set metadata. Else in the first page set metadata. Also get the prev/next page. $this->pagination->getData() works in the article component category view. How to get this from the content plugin. Commented Apr 26, 2016 at 19:45
  • That makes things tougher, because the content plugins work on each individual article, not on the category itself (maybe in the category description though...) I'll have a closer look at this tonight. I'm sure something can be found. Commented Apr 27, 2016 at 20:06