• Welcome to DNForum.com - Domain Investor Forum, Free Domain Marketplace and a community for 45+ domain pros
    If you are new to domains and looking to buy, sell and learn about domains then you have come to the right place. DNForum is the oldest global domain name community on the internet and continues to grow every day. There are over 45,000 domainers on DNForum doing everything from buying domains, selling domains, using our free in-house built tools, learning about domains and discussing domains. Take a minute and Register.

quick wordpress question

Status
Not open for further replies.

iBizStart

New Member
The Originals
Legacy Platinum Member
Joined
Feb 12, 2003
Messages
2,232
Reaction score
24
I am working on my site http://www.change.name/. The categories on the left are page names. I want them to remain the same but I want the page name to be different on the actual page (e.g. http://www.change.name/al-alabama/)

Basically I want the page name on the left to stay the same but when you actually go to the page, the title says something different than the page name.

Is there a plugin for this
 
Not sure if there is such plugin.
However, how about create links in "Text" and place it at left widget area and remove "Pages widget".

For example...
Code:
<a href="/">Home</a>
<a href="/al-alabama/">Alabama</a>
<a href="/ak-alaska/">Alaska</a>
<a href="/az-arizona/">Arizona</a>
<a href="/ar-arkansas/">Arkansas</a>
Change page title to what ever you want.
How to change name in Alabama.
How to change name in Alaska.
How to change name in Arizona.
How to change name in Arkansas.

You click Alabama and it will show page with "How to change name in Alabama" title.
 
Hmm not a bad idea ill try that tomorrow although me and coding don't work well together
 
Status
Not open for further replies.
Back
Top Bottom