Forums
(@thatbradguy)
15 years, 5 months ago
jeeze!
this is an issue with the theme i’m using, carrington jam 1.0.
here’s hoping they get it fixed soon.
i was using get_posts() and its reference page indicates ‘category=1’ is correct. just for kicks i tried ‘cat=1’ it doesn’t work.
this doesn’t work either:
<?php global $post; $carouselposts = get_posts('numberposts=1&category=3'); foreach($carouselposts as $post) : ?> <div><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></div> <?php endforeach; ?>
weird. that doesn’t fix it for me.
not helpful.