Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #18653
    nzcid
    Member

    Greetings

    How would one go about adding the code for my banner program to display a 728×90 banner just under the main menu bar.

    Many thanks

    http://www.nzcbd.co.nz

    #18668
    Sakin
    Keymaster

    @nzcid: There is no option to add that under the menu bar. For that you need to build child theme and then you can create functions.php file in your child theme and add it in action hook catchbox_before_main()

    #18673
    nzcid
    Member

    Can I not just alter the functions.php file in the original. I understand if you you upgrade the theme any alterations will be lost.

    Just really need to know how to do it.

    Many thanks

    #18674
    Sakin
    Keymaster

    @nzcid: No you cannot just alter the original functions.php file. Yes, you alterations will be lost when you update the theme. So, you need to build the child theme and then either you can add with the help of action hook or copy header.php and edit header.php in your child theme.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Adding a 728×90 Banner just under Header’ is closed to new replies.