GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   How to change category title in wordpress? (https://gfy.com/showthread.php?t=1057174)

MyDogHasFleas 02-11-2012 01:36 AM

How to change category title in wordpress?
 
I don't know if this is a stupid question or not. Is there a way to change the title of each category from within the wordpress admin? I want to have a unique title for each category page.

2012 02-11-2012 01:57 AM

go fuck yourself.

shinmusashi44 02-11-2012 02:48 AM

Quote:

Originally Posted by MyDogHasFleas (Post 18751967)
I don't know if this is a stupid question or not. Is there a way to change the title of each category from within the wordpress admin? I want to have a unique title for each category page.

I'm guessing you're asking if you can change the titles of a wordpress category after you've made it? You just go to the admin area and hover over the posts area on the left and click on categories. In that area click on the category you want to edit and on the first line you can change the title of it. And change the slug title under that too.

If that's not what you mean, then maybe some more info on what you want to do.

Horny Joe 02-11-2012 03:06 AM

I might be wrong, but I think that with the "SEO Ultimate" plugin you can do this and more, very easy.

MyDogHasFleas 02-11-2012 03:31 AM

What I want is every category page to have a different title from the main page. This way I can make unique titles for each category page.

V_RocKs 02-11-2012 03:39 AM

shoot yourself in the head.. my grandma figured this out.. no shit!

digitalfantasies 02-11-2012 06:58 AM

just do it in your admin / categories... now gfy

DigitalTheory 02-11-2012 07:10 AM

wp-admin/edit-tags.php?taxonomy=category

Just make sure the category and slug have different names. The category will be listed on the sidebar (by default template tags) and the slug will be in the url.


If you had the category titled teens, listed on the sidebar, but when you click the link, you want something different, change the slug, it will take you too an address such as www.yoursite.com/category/randomteens/

Paul Markham 02-11-2012 07:16 AM

www.google.com has all the answers and less abuse.

cherrylula 02-11-2012 07:17 AM

yeah there's plugins to do that...

Dirty F 02-11-2012 07:22 AM

Quote:

Originally Posted by Paul Markham (Post 18752428)
www.google.com has all the answers and less abuse.

The words abuse here is you posting in people's threads.

Barefootsies 02-11-2012 07:45 AM

Use the edit function.

:2 cents:

MyDogHasFleas 02-11-2012 08:05 PM

It seems that a few of you understand what I'm asking. I want to have a 100% different title for each category page. I see that All in One SEO has the category name as part of the title.

domain.com has a title.
domain.com/category/anal/ I want it to have a 100% unique title for SEO purposes.

vdbucks 02-11-2012 08:15 PM

Quote:

Originally Posted by MyDogHasFleas (Post 18753686)
It seems that a few of you understand what I'm asking. I want to have a 100% different title for each category page. I see that All in One SEO has the category name as part of the title.

domain.com has a title.
domain.com/category/anal/ I want it to have a 100% unique title for SEO purposes.

You need to create a custom categories page (file)... Most newer themes have a category.php file already in the theme so all you need to do is remove the <?php get_header() ?> line and copy your themes header to the top of the categories.php file.

Then for the Page titlte (assuming of course you're talking about the <title></title> section, you just need to get the category name and echo it there...

Something like this should work:
Code:

<?php $cats = get_the_category(); ?>
<title><?php echo $cats[0]->name; ?> </title>


fris 02-11-2012 08:57 PM

your archive.php should already be doing this


All times are GMT -7. The time now is 03:15 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123