Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme »

where can I rename "categories" and "Pages" into other titling?


  #1  
Old Apr 27, 2009, 04:24 AM
curious
 
21 posts · Apr 2009
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!

Last edited by curious; Apr 28, 2009 at 01:48 AM.
  #2  
Old Apr 27, 2009, 07:48 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
There is a "Title" field when you add the pages or categories widgets to a sidebar at Site Admin -> Appearance -> Widgets
  #3  
Old Apr 28, 2009, 01:43 AM
curious
 
21 posts · Apr 2009
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
  #4  
Old Apr 28, 2009, 02:17 AM
curious
 
21 posts · Apr 2009
Uoops, I forgot:

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

Thanks,

curious
  #5  
Old Apr 28, 2009, 05:55 AM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
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
  #6  
Old Apr 28, 2009, 03:15 PM
curious
 
21 posts · Apr 2009
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

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to post on 2 seperate "Pages" or "Cats" TPR Atahualpa 3 Wordpress theme 18 Aug 4, 2010 08:24 PM
events manager "next month" and "previous month" buttons Gere1000 Plugins & Atahualpa 1 Jun 25, 2009 08:07 PM
Flexx theme - How to change my "List Category or Archives" to "List Titles ONLY" ?? idaks01 Post-Kicker, -Byline & -Footer 0 Mar 28, 2009 05:22 PM
modifying font size of "Today's Events" and "Upcoming Events" in sidebar ritland Forum How-To 0 Mar 16, 2009 03:23 PM
Putting "Link Categories" in the header area kirinafa Header configuration & styling 1 Mar 9, 2009 09:57 AM


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


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