Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Plugins & Atahualpa (http://forum.bytesforall.com/forumdisplay.php?f=16)
-   -   Customize Category Title in Atahualpa theme (http://forum.bytesforall.com/showthread.php?t=10370)

adventure Oct 15, 2010 12:02 PM

Customize Category Title in Atahualpa theme
 
How to use this plug-in with Atahualpa ?

http://wordpress.org/extend/plugins/.../installation/
************************************************** **************
Under Appearacne -> Theme Editor in the WordPress admin, select "Header" from the list and replace <title><?php bloginfo('name'); wp_title(); ?></title> (or whatever you have in your <title> container) with <title><?php if (function_exists('cat_seo_title_tag')) { cat_seo_title_tag(); } else { if (is_category()) { single_cat_title(); wp_title(); } else { wp_title(); } } ?></title>
************************************************** **************

lmilesw Oct 15, 2010 07:58 PM

I am not sure how you would use this with Atahualpa and wouldn't want to try as it is suggesting editing theme files. This make future upgrades cumbersome as you have to remember all the changes you made.

adventure Oct 16, 2010 10:32 AM

Quote:

Originally Posted by lmilesw (Post 46304)
I am not sure how you would use this with Atahualpa and wouldn't want to try as it is suggesting editing theme files. This make future upgrades cumbersome as you have to remember all the changes you made.


Thank you sir,
I'd like to customize Title for Category using this plugin could anyone guide ? Thank you


All times are GMT -6. The time now is 06:02 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.