Missing Post formats

Posted in: Newspaper
Post count: 220

After upgrading to Newspaper 6 i lost some of the post format “Gallery” for the existing posts i can see these and for the new posts i am unable to see this post format

Post count: 7909

Hi,

Unfortunately the developers decided to have only standard and video post formats as there is a post template (post style 5) that can be used to not display featured image in the post content. We are sorry for inconvenience!
A solution to fix this is to add gallery format again to post formats – http://screencast.com/t/XqX1Wkf5hjy and create a condition in the articles module – http://screencast.com/t/lIHWpS0V

if (get_post_format($this->post->ID) == 'gallery') {
return '';
}

Hope this helps!

Post count: 220

this works fine…

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.