DezD

Member

Forum Replies Created

  • In reply to: Remove slider on home page

    #37314

    Hi Prasanna

    many thanks for getting back to me, much appreciated.

    I have created the php file as your suggest with the following coe:

    <?php
    function graphene_display_slider(){
    graphene_slider();
    add_action('wp_footer', 'graphene_scrollable');
    }

    function custom_enqueue_scripts(){
    if ( ! is_admin() ) { // Front-end only
    wp_enqueue_script( 'graphene-jquery-tools' ); // jQuery Tools, required for slider
    }
    }
    add_action( 'wp_enqueue_scripts', 'custom_enqueue_scripts' );

    function graphene_display_slider(){
    if (is_single() || is_front_page()|| is_home()){
    graphene_slider();
    add_action('wp_footer', 'graphene_scrollable');
    }
    }
    ?>

    This does not remove the slider from the home page: http://www.blog.bigfish-littlefishuk.co.uk/ though. What am I doing wrong?

    Hope to speak soon.

    Thanks again

    Deryn

    In reply to: New page to add posts to

    #36751

    Hi Kenneth

    Thanks for the quick reply, I shall have a read of that post and see if it is what I need which I guess will be excerpts of posts with links to the full posting.

    Kind regards

    Deryn

Viewing 2 posts - 71 through 72 (of 72 total)