• Hey, Please, help..I want to insert imageslider of My WordPress Home page as welll as all other page, which image slider is best and how to do use this (which will you suggest) slider…..

Viewing 1 replies (of 1 total)
  • Take a look at this site:
    https://allgoodpizza.com/

    I use the Meteor Slides/ plugin there. It is set to show on only the front page, but could easily be shown on all pages.

    The code for the slideshow is in header.php. Exactly where you put the code depends on your theme. Here is some sample code:

    <?php if (function_exists('meteor_slideshow')) {
       meteor_slideshow();
    } else {
       include(STYLESHEETPATH."/agp-header.php");
    } ?>

    The agp-header.php file shows a default image if there is no slideshow.

    You should use a Child theme to make your changes. If you do not, the changes will be lost if you update the theme.

Viewing 1 replies (of 1 total)
  • The topic ‘How to insert image slider in Home and all other page’ is closed to new replies.