Dynamic links pointing to the same page?

dragosdydy

Junior Member
Joined
Jan 23, 2012
Messages
116
Reaction score
50
Hi. I have a static page (created with an wordpress template page). I have a lot of articles pointing to that page but the link is: "http://site.com/static-page". I would like to make something like: "http://site.com/page/<title-page>" with the title of the article retrieved with
Code:
<?php the_title(); ?>
. Since here, i can do it, but how i can do it that every link that is "http://site.com/page/XXXXXXX" to point to the same static page?

Thanks a lot.
 
If its created in wordpress, can you not do that by going into the permalinks options of the WP backend?
 
Back
Top