• mentor_01

    (@mentor_01)


    Hi, I have 2 questions:

    1.
    If I purchase the theme there will be support? I ask because I purchased many themes and (although they have a support forum there is nobody to answer questions).

    2.
    I have a slider on all pages but I only want / need it on the homepage. How do I do that?

    Thanks

Viewing 1 replies (of 1 total)
  • YajYolid

    (@yajyolid)

    Hi mentor_01,

    1. WordPress is an open source, that’s why it is free. And the reason you are paying for a theme is because of support.

    2. If you want your slider to appear only at home page, you need to put some code. For eaxample if you are using the meteor slide plugin, you will put the following code on the php file of where on the page you want to place your slider;

    `<?php if ( is_front_page() ) {

    if ( function_exists( ‘meteor_slideshow’ ) ) { meteor_slideshow(); }

    } ?>

Viewing 1 replies (of 1 total)
  • The topic ‘Theme paid support slider on all pages’ is closed to new replies.