You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hide a tag, make only the first and last a tags visible with css. a { display: none; } a:first-of-type { display: block; } a:last-of-type { display: block; }
Hello,
I try to show only the previous and next item link (with title links) instead of previous and next function.
I play with the startRange, midRange, endRange but i can't find the right combination.
(Sorry for my english)
The text was updated successfully, but these errors were encountered: