• Kettercat

    (@kettercat)


    Hey! Love the theme ??

    I was wondering if there’s a way to show the slider in all pages of the site, not only on the front page?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • kristonweb

    (@kristonweb)

    same ‘problem’ here, I also want to show the slider on all pages.

    can’t find a solution so far, so some help is welcome!

    Thread Starter Kettercat

    (@kettercat)

    Nevermind, figured it out eventually – hope you find it useful, kristonweb!

    On attitude/librarby/structure, edit the file header-extensions.php. In this part of the code:

    if( is_home() || is_front_page() ) {
    			if( "0" == $options[ 'disable_slider' ] ) {
    				if( function_exists( 'attitude_pass_cycle_parameters' ) )
       				attitude_pass_cycle_parameters();
       			if( function_exists( 'attitude_featured_post_slider' ) )
       				attitude_featured_post_slider();
       		}

    Change the first line to:
    if( is_home() || is_front_page() || is_page ) {

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Show slider on all pages?’ is closed to new replies.