Michael Beckwith
Michael Beckwith
Definitely seeing that we don't have a definitive license file, but we do list the license in this area https://github.com/CMB2/CMB2-Post-Search-field/blob/master/cmb2_post_search_field.php#L2-L9
If I'm following correctly, those would just be the template files chosen to display the results of the query made for that archive. Not quite sure how they'd tie into...
Ahhh, @clovepod clued me in on what @sebask was looking for. They wanted to be able to select archive URL from the dropdown.
The biggest hickup I could potentially see is that the field returns IDs, not archive urls. May get a bit hairy trying to juggle between the display types and also...
No immediate way that I know of personally, but I have to believe it'd be able to be done in the long run. Just need to have someone implement it.
If anyone wants to take a crack at trying to implement this, CMB2 team is more than willing to accept PRs and contributions
Not sure if everyone would want to consider some sort of basic cron job to clear out IP addresses tied to webmention comments, but it's an option.
This could overall be getting handled by #215 which will add a widget/shortcode/template tag for displaying mentions on a designated homepage.
I'm assuming until told otherwise that types here means the items from Post Kinds. If there's a function we could check for definition of, that returns either default or enabled...
@kevquirk Just to be certain, does your theme have any template spots that are calling the `comment_form()` function? Perhaps typically in a comments.php file.