get latest post id by category
-
i want to link to the latest post for four different categories.
can’t seem to get it to work<?php $nc = get_cat_id('news'); query_posts('cat=$nc'); ?> <?php $latestNewsPost = get_posts('numberposts=1&category=$nc'); $latestNewsPostID = $wp_query->$latestNewsPost->ID; ?> <div class="home-header" id="news-head"><a title="news" href="<?php echo get_permalink($latestNewsPostID); ?> ">news</a></div>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘get latest post id by category’ is closed to new replies.