Q: Hey There, Does your widget pull dynamic content?
I watched a couple or so videos and it seems that it's all hardcoded, so while I can easily build a widget to look like its pulling data from the posts, it really is not, I just had to fill in all the data manually, so it's pretty much akin to adding a HTML block in Elementor and past the code in there. Or so it seems in your videos.
So the question is, can I add a widget that looks like.
<div class="me-class">
<img class="myclass" src="{var-post-featured-img}">
<h2 class="myclass" >{var-pull-post-tile}</h2>
<p class="myclass" >{var-intro-text}</h2>
<a class="myclass" href="{var-post-link}">{var-pull-post-tile}</a>
</div>
And that I can then set other variables, like setting it to PULL X posts, by ORDER.
Em_Wpmet
May 15, 2024A: On the current version, NO.
But here is the good news: we got a few requests like that already for default WP posts and custom post types. And we finished developing the feature. Currently doing the QA. Within a few days, it will be released. Stay tuned, just wait a few days for the release.
This is my question too