dragosdydy
Junior Member
- Jan 23, 2012
- 116
- 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
. 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.
Code:
<?php the_title(); ?>
Thanks a lot.