Changes to plugin break CSS styling for pagination
-
Comparing v1.3.1 to v1.2.4, the css for the pagination links breaks due to the lack of classes. In v1.2.4
paginate_linksaddedpip-nav-prevandpip-nav-nextto thelielements. This is not the same behavior in v.1.3.1, making it difficult to properly style the links.Also, as a matter of code cleanup, it seems that in v.1.3.1 for the
paginate_linksmethod, the$pageand$per_pagevariables are unused and should be removed.
The topic ‘Changes to plugin break CSS styling for pagination’ is closed to new replies.