how to make links on the header to the recent posts ?
-
Hello All,
I am working on a website where I have links (Main Navigations) news gallery, awards, competition etc.. I would like to make these links to direct to the recent post from the each category which I have mentioned above. example if some one clicks on the NEWS link it the recent post from the NEWS category will open. I am using currently this code<div id="home"><?php global $post; $latest_posts = get_posts('numberposts=1'); foreach($latest_posts as $latest) { echo '<a href="'.get_permalink($latest->ID).'" class=main_menu_links>NEWS</a>'; } ?></div>
If it is only one category this can work well. What if different categories like the one which I have mentioned above? Please help me if you have any answer. Your help will be highly appreaciate.
Thank you in advance
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘how to make links on the header to the recent posts ?’ is closed to new replies.