Display attachment-link in sidebar
-
Ich want to display the link to the newest attachment of the Page ID 215 in the sidebar.
I tried this code<?php query_posts('page_id=215');?> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <?php echo wp_get_attachment_url(); ?> <?php endwhile; endif; ?>
But nothing.
What ist wrong? Any help?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Display attachment-link in sidebar’ is closed to new replies.