bug and update for shorty
Dimitris,
in reference to that thread
http://forums.appthemes.com/shortys-...plicate-79610/
nothing was wrong with my child archive listing or function
your loops need some updates
in tpl-page-template.php
had to change
<!-- had to move h1 from loop-->
<div class="section-head">
<h1><?php the_title(); ?></h1>
</div>
<!-- -->
<!-- took sorting div from archive-listing.php (because it was also in the loop) -->
<div class="sorting">
<div class="list-sort-dropdown"><?php echo va_list_sort_dropdown( VA_LISTING_PTYPE, va_listings_base_url() ); ?></div>
</div>
<!-- -->
Computers are incredibly fast, accurate, and stupid: humans are incredibly slow, inaccurate and brilliant; together they are powerful beyond imagination.