Shortcode: [ms_get_published_post]
Functionality: Creates a listing of all the published stories (with pagination). Useful for creating a custom landing page other than the one given by default.
Shortcode: [ms_get_post_by_category category_id="1"]
Attributes: category_id
[ID of category for which to list]
Functionality: Creates a listing of published stories (with pagination) for the stories published under given category.
Shortcode: [ms_get_single_post post_id="1"]
Attributes: post_id
[ID of post to embed]
Functionality: Creates an iframe embed for a single post. Useful for embedding a story within the editor.
<aside> 💡 Apart from these, you can also use Gutenberg blocks directly within your page which have all the same functionalities.
</aside>