Results 1 to 1 of 1

Thread: This has to be an easy mod

  1. #1
    Thread Starter
    Veteran doctorcilantro's Avatar
    Join Date
    Oct 2010
    Location
    Saudi Arabia
    Posts
    759
    Thanks
    2
    Thanked 26 Times in 16 Posts

    This has to be an easy mod

    Running 3.0.4

    Want to simply get rid of Random tab and use Featured Ads. People are asking for this on both .5 and .4. The php below should work but something is missing after it I think for .4.

    <div id="block3">

    <div class="clr"></div>

    <div class="undertab"><span class="big"><?php _e('Stereolistings','cp') ?> / <strong><span class="colour"><?php _e('Featured','cp') ?></span></strong></span></div>

    <?php query_posts(array('post__in' => get_option('sticky_posts'), 'post_status' => 'publish', 'orderby' => 'rand')); ?>



    </div>

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. I was hoping installation would be easy
    By petepierre in forum Help Using ClassiPress
    Replies: 3
    Last Post: October 28th, 2010, 04:51 AM
  2. Instant & easy posting
    By tbase in forum Report JobRoller Bugs
    Replies: 5
    Last Post: October 25th, 2010, 05:20 AM
  3. Will be easy update Classipress to 3.1?
    By adrian in forum Help Using ClassiPress
    Replies: 4
    Last Post: October 4th, 2010, 08:17 PM