Add slider to every page

  • Levelboost

    #7935

    Hi,

    I’ve had a good look through the support forum and tried to see if i can spot a similar topic but I’ve been unable to do so.

    I wish to add the slider to every page on my website.

    If it’s possible i’d like to customize what it shows on every page, my website is an small gaming review website.

    I’d like the slider to show different content on every page relating to the pages category. i.e show posts in my PS3 category on the PS3 page

    Is this possible or does anyone know of a good third party plugin for this?

    Thanks

    Jason

    Anonymous

    #39899

    Add this to Child Theme functions.php

    <?php
    function graphene_display_slider(){
    graphene_slider();
    }

    Levelboost

    #39900

    Hi,

    Okay, now a really stupid questions. Where about in the theme files is this & where abouts do i put the code?

    (No coding experience)

    Levelboost

    #39901

    Scrap that i found the link for the child theme to prevent me creating one (thanks for making that easy to download)

    Managed to play around with the code to get it working. Thank you.

    Is it possible to now change what it shows on different pages in relation to showing a different category of posts per page?

    If not i’m happy with this

    Admin

    Syahir Hakim

    #39902
    Quote:
    Is it possible to now change what it shows on different pages in relation to showing a different category of posts per page?

    Possible, but will be more complicated to achieve, especially if you’re not familiar with PHP.

    Levelboost

    #39903

    Honest, and probably true.

    Could you give me a brief idea on what to do so i can google the rest?

    Will mark the post as solved

    Thanks for your help

Viewing 6 posts - 1 through 6 (of 6 total)

  • You must be logged in to reply to this topic.