Forum Replies Created
-
AuthorPosts
-
MDMAMGMTParticipant
Thank you so much for your support, I have my website working as I would intend it to be.
For anyone reading this thread in the future wondering how to get soundcloud or other embed objects to show on your front page, the file to edit as stated above is in wp-content/themes/inc/structure/content-extensions.php Again, as stated above any changes you make will be overwritten unless you make a child theme (or re-edit the file every time interface is updated).
The reason the embed objects are not displaying is that interface uses the_excerpt() http://codex.wordpress.org/Function_Reference/the_excerpt to display its content. This function strips html tags from your post, whereas the function the_content() http://codex.wordpress.org/Function_Reference/the_content does not. You will have to edit the code accordingly and use the <!–more–> tag within your posts in order to create a cutoff for the Read More button to use.
MDMAMGMTParticipantOkay thank you for your help, again this theme is magnificent. I will work on editing the content-extension.php file.
But I have a few more questions, what did you mean by make a child theme?
And also, as a quick fix I could make a page and set the template to Full Content Display. But! IS there a way to get the index page of my blog to be in the full content display template? Or must I make a separate page..?
Again thank you so much! You guys are awesome
MDMAMGMTParticipantAgain I don’t see how to edit a post, but here is a screen of what I’m talking about
MDMAMGMTParticipantYes if you click on the post the player shows up, I established that in the first post. But on the index page it does not show up, and I need it to. Can you please help my understand how to achieve this?
MDMAMGMTParticipantHmm that’s weird I used the bb tags..
sorry the website is http://griffraffmusic.com/blog/
MDMAMGMTParticipant -
AuthorPosts