Is it possible to add a class or ID to next/prev image links in attachment.php
?
I tried like this but it didn’t work:
<?php next_image_link( false, 'Next', array('class' => 'next')); ?>
Is it possible to add a class or ID to next/prev image links in attachment.php
?
I tried like this but it didn’t work:
<?php next_image_link( false, 'Next', array('class' => 'next')); ?>
You must be logged in to post a comment.
There two hooks to filter these links:
previous_image_link
andnext_image_link
. So we can add these classes per filter: