Results 1 to 3 of 3

Thread: Remove Default Header action

  1. #1
    Thread Starter
    mnio's Avatar
    Join Date
    Feb 2013
    Location
    Australia
    Posts
    59
    Thanks
    35
    Thanked 2 Times in 2 Posts

    Remove Default Header action

    Hi there

    I am playing around with some ideas and trying to unhook the header in va-home.php

    Using the reference docs I came up with ...

    functions.php in child directory
    Code:
    function unhook_appthemes_functions() {
      // let's remove the default theme footer
      remove_action('appthemes_header', 'removeHeader');
    }
     
    add_action('init','unhook_appthemes_functions');

    va-home.php
    Code:
    <?php removeHeader();?>


    Should that work?

    Thanks

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,702
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

  3. #3
    Thread Starter
    mnio's Avatar
    Join Date
    Feb 2013
    Location
    Australia
    Posts
    59
    Thanks
    35
    Thanked 2 Times in 2 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. unhooking or removing default theme-action.php actions using child theme
    By almightyeric in forum ClassiPress General Discussion
    Replies: 5
    Last Post: February 17th, 2016, 06:29 AM
  2. How to remove action from a class?
    By jemcapon in forum Help Using JobRoller
    Replies: 5
    Last Post: September 24th, 2015, 12:32 AM
  3. change the default image using action hooks
    By tradeamillion in forum Touch Slider for Vantage
    Replies: 4
    Last Post: February 14th, 2015, 07:15 AM
  4. Dimitris How to Remove Default Favicon.ico from header?
    By luxor in forum Report Vantage Bugs (Legacy)
    Replies: 5
    Last Post: June 12th, 2013, 10:41 AM
  5. remove action form theme-header.php
    By rndm in forum Report Clipper Bugs
    Replies: 2
    Last Post: April 14th, 2012, 01:35 PM