That should be the default behavior of any wordpress theme.
Is yours behaving differently?
yes there is a default link, but i wana change this. instead of it opening the same page when you click on it, i want it to open a different page…
I don’t understand; Why would you want to do that? Wouldn’t it be confusing for your users to get a different page than the one described in the title?
if you go have look at my website. http://www.windandsea.co.nz
if you go into home page, there is a post with new boards blankforce. if you click on the title, there is a new page that opens with the same text. now instead, i want it to open the page under shop, new boards, blankforce…. does that make sense ?
cheers
Are you wanting to show more of the URL for example
“http://www.windandseas.co.nz/category/subcategory/postname/”
“http://www.windandseas.com.nz/shop/newboards/blankforce/”
If that’s what you want then go into “Settings/Permalinks/ and choose the radio button that says “Custom Structure” and put /%category%/%postname%/ there.
thanks for this but no its not what i ment. i want to change the link so that when you press on the title you go to page: http://www.windandsea.co.nz/?page_id=583
cheers
hi there,
did you understood what i ment ?? do you know how i can change it ?
cheers
Why don’t you just change the title of http://www.windandsea.co.nz/?page_id=583 And display that title as the link?
You are talking about a blog; Right? So when you create the post, you give it a title, and that becomes the link to the post/article.
If not, then you want to create a new page, and place a link to that page on your homepage.
First you create the page, get the link for that page, then create a hyperlink <a href="http://yoursite.com/newpage">Go To New Page</a> , and place the hyperlink on your home page.