You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix an issue where the On Topic inner blocks where not updating correctly
Warning!
Due to the NH platform having been release to production, the previous document and links hash and all the fileUrl for them have been regenerated. Thus, all the document and links in your posts, along with the featured image MUST be updated to their production URLs
Add a new condition in the rendered template of featured image that hides the div.wp-media-wrapper if the_post_thumbnail call does not pass a 'full' value to the $size param.
Add an option to hide credit and caption when displaying a post's featured image
When calling the the_post_thumbnail function, pass full as the first param to display credit/caption. Any other value (or absence thereof) will result in the hiding of said credit/captions.