Hi @lonewolf95665
First off can you place the shortcode you are using here and place them between back ticks so it looks like this:
[netsposts]
Second if you are set to show posts it will show all posts. If you would like to exclude a specific post add the following argument to the shortcode:
exclude_post='x'
where you replace the letter x with the actual post ID.
As far as the link goes I’m assuming you’re talking about Bruno Caruso. Well the link is long and it will display funny. If that’s how it is in the content area it will display it as it. What I would do for that particular post is put it in a link tag like such:
<a href="https://open.spotify.com/artist/7mbhuVPEW8qAjiNYvcJguK?si=7IfOPo-XRAa19jrVkpq48g&fbclid=IwAR0bQevYzU_trvuxmah1_FEBAdEm1a2rQEobSpo9UiwxUDYxHYHMdwlnw9M">Listen on Spotify</a>
or it it is a link to an actual youtube video try doing the following:
Put that youtube link in a shortcode then add the following argument in the shortcode:
filter_exerpt='true'
and let me know if that helps. The plugin is designed to strip certain tags to prevent errors. If you are just adding the link on its own line then the full code will not be pulled in by the plugin.
You may also create a manual excerpt and put the full youtube embed code in there and see if that helps.
-
This reply was modified 3 years, 2 months ago by johnzenausa. Reason: Answering second question
-
This reply was modified 3 years, 2 months ago by johnzenausa.