Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Atahualpa 3 Wordpress theme (http://forum.bytesforall.com/forumdisplay.php?f=2)
-   -   where can I rename "categories" and "Pages" into other titling? (http://forum.bytesforall.com/showthread.php?t=1444)

curious Apr 27, 2009 04:24 AM

where can I rename "categories" and "Pages" into other titling?
 
Hi all, I use Atahualpa version 3.2.2 and WP 2.7.1. Where can I rename "categories" and "Pages" into other titling? As alternative can I leave the words "Categories" and "Pages" blank?

An example for changing the title I found here:

http://www.get-zrii.com/
("Pages" is renamed in "Join Zrii" and Categories is renamed in "Learn More" )

I appreciate any help, thanks and greetings!

Flynn Apr 27, 2009 07:48 PM

There is a "Title" field when you add the pages or categories widgets to a sidebar at Site Admin -> Appearance -> Widgets

curious Apr 28, 2009 01:43 AM

Great!!!


I spent hours and hours to find a solution by looking for a code-changing-solutions.
It was driving me really mad.

And now I'am really surprised that the solution was always in reach within your nice theme...

Pfiiuh, thank you very much!!

curious

curious Apr 28, 2009 02:17 AM

Uoops, I forgot:

Can I leave the title for my pages "Pages" (Seiten) blank above the pages I created?

Thanks,

curious

Flynn Apr 28, 2009 05:55 AM

Not with the default Pages and Categories widgets. If you leave the title field empty, the default titles "Pages" and "Categories" will be added

Install http://wordpress.org/extend/plugins/php-code-widget/, use one instance of it for Pages and one for Categories, and in the one for Pages put

PHP Code:

<ul>
<?php wp_list_pages('title_li='); ?> 
</ul>

and in the one for Categories put
PHP Code:

<ul>
<?php wp_list_categories('title_li='); ?>
</ul>

and leave the title field of both PHP code widgets empty.

See http://codex.wordpress.org/Template_Tags/wp_list_pages and http://codex.wordpress.org/Template_...ist_categories for more configuration options

curious Apr 28, 2009 03:15 PM

Wow, thank you again for your excellent and fast support. It takes 2 Minutes Time to see the result of your plugIn and code tipp on my blog. great! My eye-rings (from endless searchin in the night time in many different category+pages posts) have now a good chance to disappear...

greetings,

curious


All times are GMT -6. The time now is 05:37 PM.

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