| Post |
|
New Member | mlepisto posts 1 10:48 am September 4, 2009
| |
|
|
Hi,
I think it would be great if you could override the title for categories on a per-category basis similar to how you can with pages and posts.
Thanks, Mika
|
|
|
New Member | serg posts 1 1:10 am September 24, 2009
| |
|
|
Hello,
i would like to have full control over each directory (and, possibly tag): title, keywords, description – in the same fashion as we have over regular posts now.
Thank you in advance.
|
|
|
Admin
| WordPress Professional Raleigh, NC posts 442 1:13 am September 24, 2009
| |
|
|
Post edited 7:43 am – September 24, 2009 by WordPress Professional
You must be a subscriber to view administrator posts. Click here to purchase a support subscription.
|
For what shall it profit a man if he shall gain the whole world and lose his own soul
|
|
|
New Member | till88 posts 1 3:07 pm September 18, 2010
| |
|
|
I am also looking for the same feature ? can you implement this with WP SEO i.e. custom titles for each category ?
any other wp plug-in which has this option ?
|
|
|
New Member | AwfulGames posts 6 11:03 pm November 18, 2010
| |
|
|
Same thing here. I'm trying to set up a custom template for one of my categories, and I'm also using a custom header file. I tried manually setting the title tag, but it appears to be getting overwritten by the All in One SEO. Is there anything I can add, either to the category-x.php template or to the header-x.php template that will override the All in One SEO title?
Thanks.
|
|
|
New Member | AwfulGames posts 6 11:48 pm November 18, 2010
| |
|
|
Post edited 11:54 pm – November 18, 2010 by AwfulGames
Hi, again. Sorry to post two replies right in a row, but I wanted to let folks know how to solve this. Takes a bit of doing, but here's how I accomplished it. If you're wanting to set up a category page with a unique, custom title, you'll first want to create a category-ID.php template (where ID = the number of the category). Also, create a header-ID.php file that's a copy of your original header.php file. Open the new header-ID.php file, and change the information in the title tags to be whatever you want to name your category page (<title>Your Custom Title</title>).
Now, open up your category-ID.php file and comment out the "get header" reference. Replace it with an include for your new header-ID.php file. It should end up looking something like this:
<?php include('./wp-content/themes/heatmaptheme/header-4.php'); ?>
<?php // get_header(); ?>
Last, but definitely not least, you'll want to go into your All-in-One SEO configuration and scroll all the way down to the "Exclude Pages" field. There, you simply need to enter the name of the category you're wanting to do the custom title on. Don't include any slashes — just enter the category name by itself. Then click the Update Options button… and you're set!
There's probably an easier, more elegant way to accomplish this, but I figured I'd share something that would at least work. (Or at least I hope it works for other people)
|
|
|
New Member | AwfulGames posts 6 9:09 am March 26, 2011
| |
|
|
Post Awaiting Approval by Forum Administrator
|
|
|
New Member | AwfulGames posts 6 9:38 am March 26, 2011
| |
|
|
Post edited 9:39 am – March 26, 2011 by AwfulGames
Post Awaiting Approval by Forum Administrator
|
|
|
New Member | Tonglimit posts 2 10:19 pm June 10, 2011
| |
|
|
Post Awaiting Approval by Forum Administrator
|
|