Results 1 to 2 of 2

Thread: Random ad on frontpage

  1. #1
    Thread Starter
    Newbie
    Not a Verified Customer
    barli's Avatar
    Join Date
    Mar 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Random ad on frontpage

    how can make to show random ad on frontpage

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,967
    Thanks
    169
    Thanked 3,406 Times in 3,277 Posts

    Re: Random ad on frontpage

    Just put this code somewhere in your front page

    Code:
    <div class="widget">
    <h2>Random Posts</h2>
    <ul>
    <?php $posts = get_posts('orderby=rand&numberposts=3'); foreach($posts as $post) { ?>[*]<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?>
    
    <span><?php the_excerpt(); ?>
    &mdash;Posted on <?php the_time('n/j/Y') ?></span></a>
    
    <?php } ?>[/list]
    </div>
    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.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. latest listings can i change this to show random pics
    By birdy in forum ClassiPress General Discussion
    Replies: 2
    Last Post: July 31st, 2009, 12:30 PM