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)
-   -   Inserting flashfader into header (http://forum.bytesforall.com/showthread.php?t=1349)

Nancye50 Apr 20, 2009 09:23 PM

Inserting flashfader into header
 
Hi Flynn,
I'm new to coding wordpress blogs and so far I'm really excited about customizing your theme! I'll be doing site for photographers and they're wild about flash slideshows.
I'd like to put flashfader into the header but can't figure out how to do it. I've attempted to follow the directions you gave another member by inserting my flashfader php code above/below the header configuration code in the header file and turning off the %image in the Header configuration area but that didn't work.
Thanks in advance for any help you can give.
The code I'm attempting to insert it is:
PHP Code:

<?php include (ABSPATH.'wp-content/flashfader/flashfaderhtml.txt'); ?>


Flynn Apr 20, 2009 10:33 PM

You could put this into header.php below

<?php bfa_header_config($bfa_ata['configure_header']); ?>

but are you sure that the extension of the included file is .txt ?

Nancye50 Apr 21, 2009 07:43 AM

Thanks for your response, Flynn.

I copied the php code for the flashfader code. There's a text file at that path. What would you expect it to be instead of .txt?

I'm not finding the header config file in the index.php. The only time I see the header referenced is:
PHP Code:

<?php get_header(); ?>

I sure hope I'm not wasting your time by just missing it but I don't see it!

juggledad Apr 22, 2009 12:40 PM

I think Flynn must have been tired when he said index.php, I'm sure he meant header.php
(don't forget to give him a donation!)


All times are GMT -6. The time now is 08:05 AM.

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