I have WordPress site and I need a plugin that works in this way:
I need navigation dependable on variable in URL.
Case 1:
URL looks like this:
www.mysite.com/blog/?page=1
Nav looks like this:
Page 1 | Coming soon | Coming soon | Coming soon
Case 2:
URL looks like this:
www.mysite.com/blog/?page=2
Nav looks like this:
Page 1 | Page 2 | Coming soon | Coming soon
Case 2:
URL looks like this:
www.mysite.com/blog/?page=4
Nav looks like this:
Page 1…
