Hi guys. I want to create a link in all the articles with the following structure:
http://site.com/link/<?php the_title(); ?>
What can i do to point all the generated links to the same page? I have a dynamic page that is updating with some information but the link is the same: http://site.com/static-page
Is there any possibility to send all the links to the same dynamic page? Thanks.