Results 1 to 9 of 9

Thread: Display thumbnails in sidebar widgets (Popular today & Popular overall)

  1. #1
    Thread Starter
    Junior Member mistercyril's Avatar
    Join Date
    Nov 2010
    Posts
    20
    Thanks
    0
    Thanked 1 Time in 1 Post

    Lightbulb Display thumbnails in sidebar widgets (Popular today & Popular overall)

    Hello i'd like to know how to call the ad thumbnail in the sidebar widgets.

    I think it goes in here but i'm unsure about the syntax...

    Code:
        function widget( $args, $instance ) {
    
            extract($args);
            $title = apply_filters('widget_title', empty($instance['title']) ? __('Popular Ads Overall', 'appthemes') : $instance['title']);
    
            echo $before_widget;
            if ( $title )
                    echo $before_title . $title . $after_title;
            //echo '<div>';
            cp_todays_overall_count_widget('ad_listing', 10);
            //echo "</div>\n";
            echo $after_widget;
        }
    Any help would be great!
    Thanks,
    C.

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,693
    Thanks
    166
    Thanked 3,387 Times in 3,258 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

  3. #3
    Thread Starter
    Junior Member mistercyril's Avatar
    Join Date
    Nov 2010
    Posts
    20
    Thanks
    0
    Thanked 1 Time in 1 Post
    You must be an AppThemes customer and logged in to view this response. Join today!

  4. #4
    Veteran doctorcilantro's Avatar
    Join Date
    Oct 2010
    Location
    Saudi Arabia
    Posts
    759
    Thanks
    2
    Thanked 26 Times in 16 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  5. #5
    Veteran doctorcilantro's Avatar
    Join Date
    Oct 2010
    Location
    Saudi Arabia
    Posts
    759
    Thanks
    2
    Thanked 26 Times in 16 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  6. #6
    jackie2011ws's Avatar
    Join Date
    Sep 2011
    Location
    Australia
    Posts
    133
    Thanks
    8
    Thanked 2 Times in 2 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  7. #7
    Member 123Malaysia's Avatar
    Join Date
    Jul 2010
    Location
    Malaysia
    Posts
    92
    Thanks
    5
    Thanked 12 Times in 10 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  8. #8
    magicfingers's Avatar
    Join Date
    Aug 2011
    Location
    Switzerland
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  9. #9
    talent's Avatar
    Join Date
    Jul 2011
    Location
    London UK
    Posts
    3,499
    Thanks
    75
    Thanked 556 Times in 504 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    $function ('CUSTOMIZATION'); } else { .DESIGN { display: awesome; }
    If you require any additional functionality or design customization, just ask. Afterall... anything is possible! However, I may not know how to implement your particular request, but if you don't ask, you don't get

    If you build it, they will come...


Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Popular Ads Today bug?
    By doctorcilantro in forum Report ClassiPress Bugs
    Replies: 4
    Last Post: November 3rd, 2010, 09:28 PM
  2. bug with popular blog post widgets
    By ricco831 in forum Report ClassiPress Bugs
    Replies: 2
    Last Post: August 19th, 2010, 09:00 PM
  3. Replies: 7
    Last Post: July 20th, 2010, 10:26 AM
  4. [SOLVED] Popular Ads Today Widget Timing
    By essej88 in forum Report ClassiPress Bugs
    Replies: 2
    Last Post: July 20th, 2010, 10:21 AM
  5. Popular Ads Today Widget
    By essej88 in forum Help Using ClassiPress
    Replies: 0
    Last Post: June 14th, 2010, 12:56 PM