Wordpress Post Titles different than post headline?

rgordon83

it's a wig
Dec 27, 2007
1,310
28
0
www.tribe9interactive.com
Is there a way to make the title of the post page (the main headline) different than the actual name of the post title?

For example, i want to have the post titled Nice Shoes so in the sidebar under recent posts it shows with that title, but on the actual post page i want it to say Nice Shoes For Ugly Women.

Is this possible? Perhaps something with custom fields?
 


edit your single.php template file to not output the post title in the page (it's usually an h2, and it will look like <h2><?php the_title(); ?></h2> inside the loop. Then, in your actual post, put in your h1 with the text you want displayed for your heading.

Then you can use all in one seo or something similar to customized your meta title. If you do all of that, you can have different page titles, urls, and h1 headings
 
All in one SEO plugin does all that without editing anything


All in one SEO is bloated and poorly written (like wp and most plugins). Greg's HP SEO is much better code.

You don't have to edit your theme with Greg's HP SEO, there's a setting to brute force it just like AIO SEO does, but why make a memory hog more of a memory hog?
 
All in one SEO is bloated and poorly written (like wp and most plugins). Greg's HP SEO is much better code.

You don't have to edit your theme with Greg's HP SEO, there's a setting to brute force it just like AIO SEO does, but why make a memory hog more of a memory hog?

Word. Good to know. Never tried this plugin. Will try on the next install.