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 » Center area post/pages » Post-Kicker, -Byline & -Footer »

[SOLVED] 2> appearing on post titles


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 Aug 26, 2009, 08:11 AM
thebookwright
 
23 posts · Jul 2009
Guildford
When I look at posts withing categories, each title seems to have an additional "2>" at the end

Here's an example

http://www.thebookwright.com/category/cobs/

& if I add a Title in Atahualpa Post Options I get a "1>"

It's not in the HTML source so must be system generated

Any ideas? I am sure it's finger trouble

P.S. love this theme & hope you got my donation a few weeks back
  #2  
Old Aug 26, 2009, 09:58 AM
juggledad's Avatar
juggledad
 
20,009 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
What version of Atahualpa, WP and PHP?
Have you made any changes to teh Atahualpa code?
Did you change anything at ATO->Configure SEO?

Looking at the generated source, this is from a
HTML Code:
</h>2>
which should be just
HTML Code:
</h2>
  #3  
Old Aug 26, 2009, 10:37 AM
thebookwright
 
23 posts · Jul 2009
Guildford
Thanks for the diagnosis, that would explain it but how do I undo it? Perhaps I should look at some templates ?

I'm on Atahualpa 3.4 & not sure what PHP version

Have you made any changes to the Atahualpa code? No but I did have some odd behaviour when I tried to install the WP Stats plugin, I found I couldn't edit Pages - deactivating & deleting the plugin brought it back

Did you change anything at ATO->Configure SEO? - No apart from the Meta Tag separator being ":"
  #4  
Old Aug 26, 2009, 11:43 AM
juggledad's Avatar
juggledad
 
20,009 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
at ATO->Style & edit CENTER COLUMN->The Loop does the bfa_post_headline look like this
PHP Code:
<?php bfa_post_headline('<div class="post-headline">','</div>'); ?>
If it is the same, go back to ATO->Configure SEO and make note of all your settings, then press the RED 'Reset Settings' button and see what the posts look like.
  #5  
Old Aug 26, 2009, 12:17 PM
thebookwright
 
23 posts · Jul 2009
Guildford
Hi there

This is fab support by the way

The line
<?php bfa_post_headline('<div class="post-headline">','</div>'); ?> was exactly as it should be & the reset of the SEO settings didn't seem to fix it

Wow though, on IE I can see what havoc not closing the H1 & H2 tag is having so solving this would be great

Am loving this forum though, found a good tip for gradient menus
  #6  
Old Aug 26, 2009, 01:14 PM
juggledad's Avatar
juggledad
 
20,009 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
ok, now you need to go edit a file.
copy the file - atahualpa/functions/bfa_post_parts.php down from the server and edit the file. Now go look at lines 109-111 ad see if they match this
HTML Code:
		} ?>
		</h<?php echo $bfa_ata['h_posttitle']; ?>>
		<?php echo $after;
  #7  
Old Aug 26, 2009, 02:13 PM
thebookwright
 
23 posts · Jul 2009
Guildford
Thanks - I think it's the same - here's what I've got

the_title();
}

if( !is_single() AND !is_page() ) { ?>
</a><?php

} ?>
</h><?php echo $bfa_ata['h_posttitle']; ?>>
<?php echo $after;

}

}




function bfa_post_byline($before = '<div class="post-byline">', $after = '</div>') {
  #8  
Old Aug 26, 2009, 03:09 PM
juggledad's Avatar
juggledad
 
20,009 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
Oh there is a difference! (unless you made a typo) notice on the line that starts '</h' - your version is
HTML Code:
</h><?php echo $bfa_ata['h_posttitle']; ?>>
while the correct is
HTML Code:
</h<?php echo $bfa_ata['h_posttitle']; ?>>
there is no '>' after the '/h'
  #9  
Old Aug 27, 2009, 01:32 AM
thebookwright
 
23 posts · Jul 2009
Guildford
Solved

Many thanks for support above & beyond

For reference, any idea what might have caused it?
  #10  
Old Aug 27, 2009, 03:33 AM
juggledad's Avatar
juggledad
 
20,009 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
If you never changed it, I have no idea. I just looked at a fresh copy from the download and the code is correct there. Thanks for the donation.

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Removing Page titles in single pages with out removing post titles robertbrand Atahualpa 3 Wordpress theme 7 Jun 21, 2011 10:33 AM
Display only post titles and publish date vincotek Post-Kicker, -Byline & -Footer 6 Sep 8, 2009 09:44 AM
post titles appearing with some strange numbers like 2>, help! ozreqz Post-Kicker, -Byline & -Footer 4 May 14, 2009 02:31 PM
How to make post titles H1 instead of H2 StudioGal Atahualpa 3 Wordpress theme 1 Apr 13, 2009 08:43 AM
Atahualpa upgrade 3.2 - now post titles are now outside white post area daisy24 Atahualpa 3 Wordpress theme 5 Feb 21, 2009 03:29 AM


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


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