• Hello i am using InterStellar a free WordPress theme i don’t like its image slider and also it shows only on home page i want replace this slider but the problem is when i use some extra plugin it will show under the page content not in in the default place where it has to be. Kindly guide me the right way for that.

Viewing 1 replies (of 1 total)
  • I’m currently ripping Interstellar apart and customizing it for a client of mine. In the structure the slider is only loaded on the header.php. If you’d like to add a slider of your own you’ll have to add some PHP to the header file. If your trying to load the new slider in the visual editor with a short-code, it loads that content in the page and home.php pages. To use a short-code on the template files, you’ll need to do something like:
    echo do_shortcode('[shortcode-goes-here]');

    Place that in the header.php where you’d like it to go.

    Hope that helps.

    Odie L.

    LoftonSpace.com

Viewing 1 replies (of 1 total)
  • The topic ‘[InterStellar] Want to replace theme default slider’ is closed to new replies.