Hi All,
I have a Project running on WordPress, which is built on Cutom WordPress theme. It has only 2 pages. On the index page there is a screen that shows Post thumbnails & excerpts in a gallery. When the current post image is clicked it will take to the 2nd page which opens up the entire post. Currently the url for the detail page is not
SEO friendly & shows hard-coded querystrings.
I need the page to be redirected with a friendly url which shoes only the Title of the post.
Please check :
http://www.automagi.no/new/wordpress/ - this is the front-end. When you click on the 1st screen Post thumbnail it takes you to the details page like
http://www.automagi.no/new/wordpress...ils.php?pid=NQ==
I want the url of the 2nd page something like -
http://www.automagi.no/new/wordpress/postname
I'm currently using a normal PHP hyperlink redirect like =
Code:
project_details.php?pid=$post_id">the_thumbnail</a>
How can I achieve a friendly url to indicate just the postname. I have tried custom permalinks but they don't work on custom pages.
Any help on this would be appreciated.
Best Regards,
Arny