Display Audio Attachment URL

Assuming you do know the attachment $id, you can use wp_get_attachment_url(): <?php wp_get_attachment_url( $id ); ?> If you need to determine the attachment $id, you can use get_posts(): global $post; $audio_attachments = get_posts( array( ‘post_parent’ => $post->ID, ‘post_type’ => ‘attachment’, ‘post_mime_type’ => ‘audio’ ) ); If you have multiple (or unknown number of) audio attachments, … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)