Results 1 to 2 of 2

Thread: WPML + Featured slider = Showing any ads, not only the featured one

  1. #1
    Thread Starter
    viandeetsubstituts's Avatar
    Join Date
    Aug 2014
    Location
    Canada
    Posts
    21
    Thanks
    12
    Thanked 0 Times in 0 Posts

    WPML + Featured slider = Showing any ads, not only the featured one

    Hello,

    I am working to translate my Classipress ads with WPML. On this page http://lartafabian.com/?lang=en which is the secondary language, this code...

    Code:
    $args = array(
       	 'post_type' => APP_POST_TYPE,
       	 'post_status' => 'publish',
       	 'post__in' => get_option('sticky_posts'),
       	 'posts_per_page' => 20,
       	 'orderby' => 'rand',
       	 'no_found_rows' => true,
       	 'suppress_filters' => false,
        );
    ... does Not return the sticky post (featured)... it show any ads. But on the main language it works perfectly (http://lartafabian.com)

    Thanks !

  2. #2
    dimitris's Avatar
    Join Date
    Oct 2011
    Location
    Earth
    Posts
    20,617
    Thanks
    222
    Thanked 1,873 Times in 1,770 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Featured Listing Slider Ads Not Showing in Slider
    By kplunk in forum Report ClassiPress Bugs
    Replies: 11
    Last Post: June 12th, 2016, 10:14 PM
  2. [SOLVED] Showing 'Featured' in Slider
    By neilgreenhorn in forum Freelancerr
    Replies: 15
    Last Post: November 4th, 2014, 04:31 AM
  3. Replies: 0
    Last Post: April 8th, 2014, 09:53 AM
  4. [SOLVED] Featured Ad not showing on the slider.
    By aj270303 in forum eClassify
    Replies: 4
    Last Post: January 12th, 2014, 05:25 AM
  5. Featured Slider is only showing 10 of 20 Featured Ads
    By kdubose in forum Report ClassiPress Bugs
    Replies: 8
    Last Post: May 13th, 2012, 10:14 PM