New methods for post format support?
-
Topic
-
So I was beginning to dig into post formats with jumpstart, and noticed that when I switched to “gallery” format, it broke the tiled galleries that I was using with jetpack, making me think something was attempting to utilize the formats.
I found this documentation http://dev.themeblvd.com/tutorial/incorporating-post-formats/ which says that I would need to create the template files and hooks to handle post formats, but it seems that the latest jumpstart beta is already handling post format cases out of the box, as seen in /framework/includes/post-formats.php — no template files needed.
Now I see you’re filtering the content by default in /framework/themeblvd.php
So I’m assuming in order to take control of post format output, I’d have to unhook your filters first? Any new documentation for this?
- You must be logged in to reply to this topic.