Can't get audio/video attachment link/url inserted into wordpress post
-
Hi,
I want to get first or any attachment(audio/video) file link/url to use it as a direct download link anywhere in my WordPress site.
I used several wp functions such as
‘wp_get_attachment_url( $id )
get_attachment_link()
wp_get_attachment_link()
get_attached_media( $type, $post_id )’
and other similar functions. But they got no result for me. Most of the time I got an empty array.
I’m using a modified twentytwelve wp theme. I didn’t modify WordPress code, just the theme codes are modified.
Other general PHP functions are working fine. Is there anything I missed or out of my knowledge? Can anyone help me out please?
Thank you
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Can't get audio/video attachment link/url inserted into wordpress post’ is closed to new replies.