Reply to Photo Kind not Displaying Information from Response Properties Box

Replied to Photo Kind not Displaying Information from Response Properties Box · Issue #184 · dshanske/indieweb-post-kinds (GitHub)
I am adding in information associated with author and source, however this is not being displayed when published.
@mrkrndvs This is because the photo template doesn’t call these particular details even though they may be provided. I could see an occasional use for including them, particularly to give credit to a photo that was taken by someone else, while in practice most may not use this because they’re posting their own photos.

In the meanwhile, it may not be too tough to cut/paste bits of appropriate code from other templates to get these to display the way you want them when they exist. You can create a custom photo template named kind-photo.php and put it in a folder entitled kind_views in either your theme or (preferably) in your child theme so it isn’t overwritten on plugin update.

I do still wish there were a master template in the set (heavily commented and unused) that used every variation of data that could be displayed (or perhaps even calculated for display) so that non-programmers could attempt to more easily cut/paste templates to get them to do what they wanted.

👓 H5P Test-Drive | Jo Kehoe

Read H5P Test-Drive by Jo Kehoe (jokehoe.ca)
I’m test-driving H5P – an open HTML5 content creator that promises many things! And for the most part, it delivers. I tried out a few of the 20 plus content types that they have available here. I’ll continue to add to this as time goes on. Since it’s currently October, there is a pumpkin-spice flavoured theme to these examples (love it or hate it!).
Some interesting edtech tools here. They remind me somewhat of the type of formats and layouts made possible by the Post Kinds Plugin for WordPress, but geared toward academia. I could see things like these being useful little blocks within the upcoming Gutenberg interface.

Master View template

Filed an Issue IndieWeb Post Kinds (GitHub)
Adds support for responding to and interacting with other sites using the standards developed by the Indieweb Community
For ease-of-use as well as to help designers, theme builders, and maybe even Gen2 it might be useful to have a “master template” for views which includes all of the output of the data fields within Post Kinds in a single view.

If done in a relatively modular fashion with good commenting, perhaps even Gen2 folks could more easily delete or move pieces within such a master template to mash up various pieces to get what they’d like to display. Including alternate versions for displaying things could be useful as well (eg: raw display of things like start time and end time as well as a separate calculated duration time based on these two.)