Wordpress- Changing HEADER Image?? How? WHAT - File TO MODIFY ??

by entry
2 replies
  • WEB DESIGN
  • |
I need help to change the Header image of my blog,


Theme- THEME_CUTLINE-1.4-2 Column Right

Note: I want to change the header image, from a Jpeg.....to a SWF Flash file.

blog/wp-content/themes/CUTLINE-1.4-2 Column Right/images/header_1.jpg

to

blog/wp-content/themes/CUTLINE-1.4-2 Column Right/images/Animation54.swf

I need to change the Header of the Top of the image, from Header_1 to Animation54.swf

I have installed Animation54.swf.

(header_1.jpg was already installed, as the 'default' image, on www.MySite.com/blog)

I want the header to be http://www.warriorforum.com/images/Animation54.swf


What file do I modify? on my wordpress Installation files?

I have to Change the POINTING of the header file, - Correct?

from this- http://www.warriorforum.com/images/header_1.jpg

to this- http://www.warriorforum.com/images/Animation54.swf


What file am I changing ? which PHP/ html file should be edited? {in the above Bold setting}
#changing #file #header #image #modify #wordpress
  • Profile picture of the author RobKonrad
    Hi Entry,

    to help you where the header image is, I'd need to know your real domain, that's the easiest way to see it right away.

    As for embedding the swf - no, you can't just change image.jpg with animation.swf!

    swf usually needs to be called with a script, swobject for example.

    So this would need to be added, just an example:

    <script type="text/javascript" src="swfobject.js"></script>
    <script type="text/javascript">
    swfobject.embedSWF("animation.swf", "myContent", "300", "120", "9.0.0");
    </script>
    Cheers,
    Rob Konrad
    Signature
    ================================================== ===
    This blog is awesome: http://www.robkonrad.com/blog. Read it.
    ================================================== ===
    {{ DiscussionBoard.errors[5207928].message }}
  • Profile picture of the author Istvan Horvath
    header.php or style.css
    Signature

    {{ DiscussionBoard.errors[5209034].message }}

Trending Topics