Wordpress Integration for Archive
Hello,
I am trying to make an archive page for all the stories I have published.
# Why its showing junk names as the title instead of actual story name.
# Is it possible to update this metadata of Title and description after publishing the story?
# Why it's still showing the old stories on my website even after deleting them from Make Stories?
please check the attached image.
-
Ok. SO I don't know how to make it pop up automatically in archives, but I did figure out how to get it show up on horizontal places using elementor, and from here, you can manually enter your links until you figure something out.
But create an HTML block in elementor.Copy and Paste this...
<head>
<script
async
src="https://cdn.ampproject.org/amp-story-player-v0.js"
></script>
<link
href="https://cdn.ampproject.org/amp-story-player-v0.css"
rel="stylesheet"
type="text/css"
/>
<style>
amp-story-player {
margin: 1rem auto;
}
</style>
</head>
<body>
<h2>
Free Social Media Icons
</h2>
<p>
Some words of encouragement.
</p>
<amp-story-player style="width: 360px; height: 600px;">
<a
href="https://blogginglearn.com/stories/free-social-media-icons/"
>
Free Social Media Icons
</a>
</amp-story-player>
</body>
</html>And then replace the links and text.
More Info on where I got this is from https://amp.dev/documentation/guides-and-tutorials/integrate/embed-stories/
Please sign in to leave a comment.
Comments
2 comments