Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #80587
    ncmh-cardiff
    Member

    Hi,

    I’ve used the code below in the functions.php file of a child theme to add a featured content area below the main text area:

    / Unhook default parent functions
    function unhook_default_functions() {
    	remove_action( 'catcheverest_main', 'catcheverest_homepage_featured_display', 10 );
    }
    add_action('init','unhook_default_functions');
    // Add Featured Content after seconday
    add_action( 'catcheverest_after_secondary', 'catcheverest_homepage_featured_display', 10 );

    However, I need to remove the original featured content area below the header image. Please can you tell me how to do this?

    #80588
    ncmh-cardiff
    Member
    #80611
    Pratik
    Keymaster

    Hi @ncmh-cardiff,

    There is a Checkbox Option in “Appearance=> Theme Options=> HOMEPAGE SETTINGS=> Homepage / Frontpage Settings => Move above Homepage Featured Content?”. Just check this box and then save your settings which will move the Featured Content Area Below in the homepage content.

    I hope this solves your issue. Let me know if it does not and I will assist you further.

    #80622
    ncmh-cardiff
    Member

    Well now I feel silly – didn’t realise that functionality had been added. Thanks a lot!

    #80625
    Pratik
    Keymaster

    @ncmh-cardiff: No worries, we have all been there. Post again if you have any other problem.

    Thanks

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Remove duplicate of featured content’ is closed to new replies.