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

[SOLVED] 2> appearing on post titles


  #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
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
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>
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #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
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
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.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #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
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
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;
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #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
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
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'
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #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
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
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.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support

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 12:47 AM.


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