wowa-webdesign

Untitled

Sep 8th, 2013
1,130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1. <ul>
  2.    <?php
  3.    $skyscraper = $pages->find("template=skyscraper, year<1980, height>=250,
  4.           sort=-year");
  5.    foreach ($skyscraper as $w) {
  6.        echo '<li><a href="'.$w->url.'">'.$w->title.'</a></li>';
  7.    }
  8.    ?>
  9. </ul>
Advertisement
Add Comment
Please, Sign In to add comment