• Hello All,

    I am trying to add the slider post from the front page on every page. Any idea how to do it?

Viewing 1 replies (of 1 total)
  • Theme Author Access Keys

    (@access-keys)

    Hi,
    Please create a child theme to work with. you may change following changes in header.php file.

    <section id="slider-banner">
    	<?php
    	//if(is_home() || is_front_page() ){
    	do_action( 'accesspresslite_bxslider' );
    	//}
            ?>
    </section><!-- #slider-banner -->

    Thanks,

Viewing 1 replies (of 1 total)

The topic ‘AccessPress lite theme’ is closed to new replies.