pagenav_prev and pagenav_next

Joomla displays Next and Prev links at the bottom of an article in order to navigate between available Content Items in a Category. These links are displayed in a TH tag with class = "pagenav_prev" and "pagenav_next". This is shown in the following image.

 

Joomla Content Component - pagenav_prev and pagenav_next classes

 

Defined in:

Com_content/content.html.php

 

Assigned to:

TH Tag

 

pagenav_prev and pagenav_next example

th.pagenav_prev, th.pagenav_next{
/* CSS Styles */
}