I am setting up a website for my music, in conjunction with my SoundCloud account. I plan to post the links to my soundcloud player as blog posts, but I can’t figure out how to make the blog excerpts show the player.
Check out the top post on the site for my example:
http://jonathanperos.com/
I want the post excerpt for “Honeycomb Rainbow” show the player for it.
The excerpt will only fetch the text, triming tags. You need to make a new custom field (you can use Advanced Custom Fields) for the ID of that iframe. Then, you need to edit your content_excerpt.php (I don’t know wich theme are using) and fetch that field instead or below your excerpt.
For example: (using Advanced Custom field and Twenty Thirteen theme)
Hope you understand my english 😀