Hi,
I would like to print the attachment ID number in the <title> tags of the page.
<?php echo wp_get_attachment_image( $post->ID, 'large' ); ?>
Tried using template tags, but they dont work.
Thanx,
Narale
Hi,
I would like to print the attachment ID number in the <title> tags of the page.
<?php echo wp_get_attachment_image( $post->ID, 'large' ); ?>
Tried using template tags, but they dont work.
Thanx,
Narale
You must log in to post.