Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   [SOLVED] Post Header(s) not showing in 3.4.2 (http://forum.bytesforall.com/showthread.php?t=3594)

TwtrCoach Sep 25, 2009 09:31 AM

[SOLVED] Post Header(s) not showing in 3.4.2
 
Hi.

Wanted to upgrade to 3.4.2. Did some changes that I saw here to avoid post headers for pages. But I guess I messed it up, now none of my post headers will show in 3.4.2.

Use WP 2.8.4 and at the moment back to 3.3.3.

I tried to reinstall 3.4.2 again, but still same.. Well I try a couple of more time to see what happens..

Cheers.. Are

juggledad Sep 25, 2009 09:59 AM

What is it that you want to do? can you be a little more specific? Just reloading the software won't change anything unless the changes you makde were to the code

What did you do? Did you make changes to options?

TwtrCoach Sep 25, 2009 01:27 PM

Thanks for the reply juggledad.

Originally I wanted to turn off page headers only. Found someone that posted a script code I could use. Worked ok. But took it out again... and that's where I messed things up a little..

Now it was about that thing called memory:o Where I found it and what I took out... hmmm.. Forgot all about my programming manners... should had know better..

I see if the upgrade to 3.4.3 will fix my issues. If not I will digg down here to see where I found the code I used and come back to you.

Well, it was a learning experience.. Will know next time to take notes, so I can be more specific in my questions...

Cheers.. Are

TwtrCoach Sep 25, 2009 01:49 PM

Seems like I figured it out.

Had used this code;

<?php if ( is_home() OR is_single() ) { ?>
<?php bfa_post_kicker('<div class="post-kicker">','</div>'); ?>
<?php bfa_post_headline('<div class="post-headline">','</div>'); ?>
<?php bfa_post_byline('<div class="post-byline">','</div>'); ?>
<?php } ?>
<?php bfa_post_kicker('<div class="post-kicker">','</div>'); ?>
<?php bfa_post_byline('<div class="post-byline">','</div>'); ?>

And I put it in the LOOP. But I added the code in the wrong place so my header showed below the post.

Well.. I'll digg into ver 3.4.3 here..

Cheers.. Are


All times are GMT -6. The time now is 10:51 PM.

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