Adding Behavior to the Next and Previous Link
-
Hi,
I’m was searching all the net for a solution but could not find one. I really hope that someone on this forum will have a solution for me.
I got as far as adding the prev and next link tags such as:
<?php next_post_link(‘….’) ?>
But what I’d need would be to add a behavior such as this here for example to the clickable link:
document.getElementById(‘blacklayer’).style.display=’none’
Clicking the next/prev link should hide and show DIV’s.
How can that be done?
Greetings,
PhilippWhen the
- The topic ‘Adding Behavior to the Next and Previous Link’ is closed to new replies.