Results 1 to 4 of 4

Thread: slider featured listings and events to show on all pages.

  1. #1
    Thread Starter
    Amateur omilias's Avatar
    Join Date
    Nov 2014
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    slider featured listings and events to show on all pages.

    Hi there,

    I need help on directory child theme, i want to show featured listings and events to show on all pages (slider). I am using vantage version 1.3.2
    and wordpress Version 4.0.1.

    Below is my header.php code.

    <?php
    // switch the type of the slider to display.
    switch (get_option('enable_featured_main')) {

    case "No Slider": break;

    case "Listings slider": if ( is_front_page() ) {
    get_template_part( 'featured', 'slider' );

    }
    else {}
    ?>
    <?php break;

    case "Events slider": ?>

    <?php if ( is_front_page() ) {
    get_template_part( 'events', 'featured' );
    }
    else {}

    ?>

  2. #2
    spartac's Avatar
    Join Date
    May 2011
    Posts
    7,171
    Thanks
    75
    Thanked 830 Times in 808 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Do you need high-quality content for your Website? For a significantly reduced price? Try aicontently.com






    We answer the questions in threads as fast as the private messages, So do not send support questions via private message. Use the forum instead and open a new thread for every issue.
    Before you send any PM , Please read These rules .

  3. #3
    Thread Starter
    Amateur omilias's Avatar
    Join Date
    Nov 2014
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  4. #4
    spartac's Avatar
    Join Date
    May 2011
    Posts
    7,171
    Thanks
    75
    Thanked 830 Times in 808 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Do you need high-quality content for your Website? For a significantly reduced price? Try aicontently.com






    We answer the questions in threads as fast as the private messages, So do not send support questions via private message. Use the forum instead and open a new thread for every issue.
    Before you send any PM , Please read These rules .

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Featured Ads Slider On All Pages But Listings Don't Show In Slider On Category Pages
    By daopdesign in forum ClassiPress General Discussion
    Replies: 3
    Last Post: June 9th, 2016, 04:08 AM
  2. [SOLVED] Featured slider(Listings/events)
    By tbase in forum Touch Slider for Vantage
    Replies: 1
    Last Post: November 29th, 2014, 05:05 AM
  3. [SOLVED] how to show featured slider on coupon pages/store pages
    By rajanji in forum Help Using Clipper
    Replies: 2
    Last Post: August 19th, 2014, 11:42 AM
  4. Replies: 10
    Last Post: September 5th, 2012, 05:51 PM
  5. Replies: 3
    Last Post: January 23rd, 2012, 10:48 AM