I started an article directory in word press. I want to add article url at the end of the same page.
How to write that code.
for example http://ezinearticles.com/?Motorcycle-Audio—Accessorize-With-A-Helmet-With-Speakers&id=6279817
here at the end url is given.
thank you.
I started an article directory in word press. I want to add article url
Share
A few options for that:
The WordPress way would be to use get_permalink($post_id)
or you could use the REQUEST_URI shown here: http://wordpress.org/support/topic/get-current-page-url