Hello everyone,
I want to know if it is possible to show something like an excerpt (image, title and summary) of a post in a wordpress page, for example through a short code. My main idea is to embed it in HTML into the editor content, something like:
<table> <tr>
<td>[shortcode-excerpt-post url="foo"]</td>
<td>[shortcode-excerpt-post url="bar"]</td>
</tr>
</table>
Thank you so much!!