How we redirect to other pages in WordPress?
You could do the redirect by means of JavaScript: <a href=”#” class=”fright hrtacnhor” onclick=”window.location='<?php echo get_permalink( 8 ) ?>'”>save to my favorite</a> But why yould you want to do it that way and not just use the link directly?