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 »

Editing the Archive title


  #1  
Old Feb 7, 2009, 10:41 AM
pushkinpassey
 
19 posts · Feb 2009
Editing the Archive title

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,768 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
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
try
HTML Code:
. pagetitle h2 {
color: #FFFFFF;
}
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #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
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Put it in CSS Inserts i.e. ATO->Add HTML/CSS Inserts->CSS Inserts
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support

Bookmarks



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 12:43 PM.


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