Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to show only previous and next title link #39

Open
jarodxxx opened this issue Feb 12, 2015 · 1 comment
Open

How to show only previous and next title link #39

jarodxxx opened this issue Feb 12, 2015 · 1 comment

Comments

@jarodxxx
Copy link

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)

@talhatokur
Copy link

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; }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants