wordpress php
wordpress php
Out of context: Reply #1
- Started
- Last post
- 2 Responses
- VanDerFull0
Wouldn't this work:
<?php if (have_posts()) : ?>
<?php query_posts('cat=1&orderby=date&order=ASC''); ?>
<?php while (have_posts()) : the_post(); ?>Check usage here