hi all.... trying to load a flash header to overide the exisiting header on a wordpress theme template......is this possible/easy to do?? thanks tony
i am needing some quick help on loading a flash header onto a wordpress theme.....is this do-able?...can someone please help?? thanks tony
You can modify all the templates in Wordpress easily, including the header. This is all accessible through the control panel, in a section called Theme Editor. Then find the code that refers to the top banner and replace it with your own.
yeah...i know gwiz....thanks...but i am having difficulty installing this header http://www.gamesoffline.com/header2.php onto this site.... http://www.gamesoffline.com/index.php any thoughts?? thanks tony
Well there's two ways to install it, either you copy and paste the code directly into the header template, or you acquire it manually using PHP. <?php include 'yourfile.php' ?> Code (markup): Simply stick that where you want the header to appear, it should be that simple.