Wordpress Themes - WP Forum at BFA
Click Here To DONATE! Support the theme development, get more attention and additional benefits based on your donation level. Your forum name will be highlighted.

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

Editing the Archive title


Build custom WP THEMES, without
coding.
Click here for THEMEFRAME

From the author of Atahualpa, the #1 most
downloaded (700,000+) theme @ wordpress.org
  #1  
Old Feb 7, 2009, 10:41 AM
pushkinpassey
 
19 posts · Feb 2009
Hi!
Firstly, an excellent theme. It really made my life easy!
I search the forum before posting and I just can't seem to find a thread relating to my query.

I am designing my school's first year website, (http://www.aafys.net) and I can't seem to find how to edit the text "Archive for the ‘Notices’ Category" when I click on Class Notices on top.

I want it say just "Notices" ie: the category name, and not "Archive for the....category".

It's exactly like the following problem, except this guy was able to edit the archives.php file but your theme doesn't seem to have any such file!
http://wordpress.org/support/topic/222227?replies=3

Would really appreciate your help!
  #2  
Old Feb 7, 2009, 11:32 AM
Flynn's Avatar
Flynn
 
3,730 posts · Oct 2008
Munich, Germany
Are you using the page2cat plugin? Because Atahualpa doesn't output that. If you're using that plugin put a hash # sign in front of line 813
PHP Code:
# echo '<h2 class="pagetitle">Archive for the ‘'.single_cat_title('',false).'’ Category</h2>'; 
in page2cat.php
  #3  
Old Feb 7, 2009, 12:26 PM
pushkinpassey
 
19 posts · Feb 2009
Thank you Flynn! :-) It's working now!
  #4  
Old Nov 25, 2009, 07:57 PM
sarge's Avatar
sarge
 
16 posts · Oct 2009
Quote:
Originally Posted by Flynn
Are you using the page2cat plugin? Because Atahualpa doesn't output that. If you're using that plugin put a hash # sign in front of line 813
PHP Code:
# echo '<h2 class="pagetitle">Archive for the ‘'.single_cat_title('',false).'’ Category</h2>'; 
in page2cat.php
How would I go about changing the color of the font for this? I have a black background and the font used is black?
  #5  
Old Nov 26, 2009, 05:38 AM
juggledad's Avatar
juggledad
 
20,141 posts · Mar 2009
OSX 10.6.8/10.7.3 WP 2.8.x/2.9.x/3.x Atahualpa 3.5.x/3.7.x Safari 5.x Firefox 11 XP
try
HTML Code:
. pagetitle h2 {
color: #FFFFFF;
}
  #6  
Old Nov 26, 2009, 09:44 AM
sarge's Avatar
sarge
 
16 posts · Oct 2009
Quote:
Originally Posted by juggledad
try
HTML Code:
. pagetitle h2 {
color: #FFFFFF;
}
I tried a lot of different locations for the code you posted and it did not work for me. Where would I place the code you posted in this:

HTML Code:
	}
	break;
	
	
	endswitch;
	
	?> 
	<?php
	else:
	echo '<h2 class= "pagetitle">Archive for the ‘'.single_cat_title('',false).'’ Category</h2>';	
	endif;
}
  #7  
Old Nov 26, 2009, 10:06 AM
juggledad's Avatar
juggledad
 
20,141 posts · Mar 2009
OSX 10.6.8/10.7.3 WP 2.8.x/2.9.x/3.x Atahualpa 3.5.x/3.7.x Safari 5.x Firefox 11 XP
Put it in CSS Inserts i.e. ATO->Add HTML/CSS Inserts->CSS Inserts
  #8  
Old Feb 6, 2010, 09:19 PM
Zona
 
30 posts · Jan 2010
Related problem I think....

How do I make changes to the titles in an archive page?

I would like to change the font, size, and color.

The titles now appear as "Archive by Month" and "Archive by Category"
  #9  
Old Feb 18, 2010, 01:20 AM
Zona
 
30 posts · Jan 2010
I still haven't figured this out

Does anyone know how to reformat the titles that appear when you create an archive page? I'm trying to change font type, size and color.
  #10  
Old Feb 22, 2010, 09:06 AM
juggledad's Avatar
juggledad
 
20,141 posts · Mar 2009
OSX 10.6.8/10.7.3 WP 2.8.x/2.9.x/3.x Atahualpa 3.5.x/3.7.x Safari 5.x Firefox 11 XP
use a css insert
HTML Code:
.archives-page h3{
color: red;
}
you can add any other text rules you want
  #11  
Old Mar 8, 2010, 11:07 PM
Zona
 
30 posts · Jan 2010
Thanks this worked perfectly. I also used your info to change the size of the title with this:

.archives-page h3{
font-size: 1.2em;
}

Is there code for CSS inserts that will center the info on the page? I wasn't able to figure that one out.
  #12  
Old Mar 9, 2010, 04:51 AM
juggledad's Avatar
juggledad
 
20,141 posts · Mar 2009
OSX 10.6.8/10.7.3 WP 2.8.x/2.9.x/3.x Atahualpa 3.5.x/3.7.x Safari 5.x Firefox 11 XP
take a look at the text-align option of CSS (http://www.w3schools.com/CSS/pr_text_text-align.asp)

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
editing HTML Inserts: Header pablolobo Header configuration & styling 0 May 30, 2009 01:53 PM
Editing page php rhymes Atahualpa 3 Wordpress theme 2 May 16, 2009 10:38 PM
Problem editing the theme Jerry Atahualpa 3 Wordpress theme 4 Mar 31, 2009 10:51 AM
editing page links saurus74 Page & Category Menu Bars 1 Mar 2, 2009 06:37 PM
Editing the table style and in the posts kirinafa Atahualpa 3 Wordpress theme 1 Mar 1, 2009 03:54 PM


All times are GMT -6. The time now is 11:20 PM.


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