Home Forums HashOne Reordering Home Page section

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2696
    Anonymous
    Inactive

    Hi !

    I’ll try to reoder the home page section. In fact I’d like to put the service section before the portfolio one.
    I tried to put the following code in the function.php but it doesn’t seem to work

    if( !function_exists(β€˜hashone_home_section’) ){
    function hashone_home_section(){
    $hashone_home_sections = apply_filters(β€˜hashone_home_sections’,
    array(
    
    β€˜slider’,
    β€˜about’,
    β€˜featured’,
    β€˜blog’,
    β€˜service’,
    β€˜portfolio’,
    β€˜team’,
    β€˜counter’,
    β€˜testimonial’,
    β€˜logo’,
    β€˜cta’
    )
    );
    
    return $hashone_home_sections;
    }
    }

    Anyone have a idea ?

    #2760
    Hash
    Keymaster

    Change the order in the below code.

    add_filter('hashone_home_sections', 'hashone_new_home_sections');
    
    function hashone_new_home_sections($array){
    $array = array('slider',
    			'about',
    			'feature',
    			'portfolio',
    			'service',
    			'team',
    			'counter',
    			'logo',
    			'testimonial',
    			'blog',
    			'contact');
    return $array;
    }
    #2896
    Anonymous
    Inactive

    Sorry, where will we paste this section reorder code please?

    #2922
    Hash
    Keymaster

    Paste in in function.php

    If possible implement it using child theme so that the future update will not have any problem.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.
Merry Christmas & Happy New Year!!Merry Christmas & Happy New Year!!Merry Christmas & Happy New Year!!Merry Christmas & Happy New Year!!Merry Christmas & Happy New Year!!Merry Christmas & Happy New Year!!Merry Christmas & Happy New Year!!Merry Christmas & Happy New Year!!Merry Christmas & Happy New Year!!Merry Christmas & Happy New Year!!Merry Christmas & Happy New Year!!Merry Christmas & Happy New Year!!Merry Christmas & Happy New Year!!Merry Christmas & Happy New Year!!Merry Christmas & Happy New Year!!Merry Christmas & Happy New Year!!Merry Christmas & Happy New Year!!Merry Christmas & Happy New Year!!Merry Christmas & Happy New Year!!Merry Christmas & Happy New Year!!Merry Christmas & Happy New Year!!Merry Christmas & Happy New Year!!Merry Christmas & Happy New Year!!Merry Christmas & Happy New Year!!
HALLOWEEN SALE ! πŸŽƒπŸŽƒπŸŽƒ Enjoy 30% OFF πŸ”– Use Coupon CodeHALLOWEEN2025 at checkout.