Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <div id="randompost"> <!-- minder dan 30 euro -->
- <div class="box">
- <h3>Onder de 30 euro</h3>
- <?php query_posts('cat=77,98'.'&orderby=meta_value&orderby=rand&meta_key=Minimum Price&meta_value=30.00&meta_compare=<&order=desc&showposts=2'); while (have_posts()) : the_post(); ?>
- <div class="inbox">
- <?php $linkout = get_post_meta($post->ID, 'Link', true); ?><a href="<?php echo $linkout; ?>">
- <?php $imagefeed = get_post_meta($post->ID, 'Image', true); ?><img src="<?php echo $imagefeed; ?>" alt="<?php the_title(); ?>"/><br>
- </a>
- <div class="textbox">
- <p>
- Merk: <?php $brand = get_post_meta($post->ID, 'Brand', true); ?><?php echo $brand; ?><br>
- Prijs: <?php $minprice = get_post_meta($post->ID, 'Minimum Price', true); ?><?php echo $minprice; ?><br>
- <?php $oldprice = get_post_meta($post->ID, 'Old Price', true); ?>
- <?php if($oldprice > 0) { ?>
- Oude prijs: <span><?php echo $oldprice; ?></span><br>
- <?php } ?><br>
- </p>
- </div><!-- einde textbox -->
- </div><!-- einde inbox -->
- <?php endwhile;?>
- <?php wp_reset_query(); ?>
- </div><!-- einde box -->
- </div><!-- einde random post -->
Advertisement
Add Comment
Please, Sign In to add comment