Post format gallery not working

Posted in: Newspaper
Post count: 23

Hi,
I have added post format gallery as follows :
In td_wp_booster_functions.php, added : add_theme_support(‘post-formats’, array(‘video’,’gallery’));

In td_module_single_base.php, added : if(get_post_format($this->post->ID)==’gallery’){
return ”;
}
After changing this files Gallery option is added in to formats, but it does not make any changes.
Neither it displays images in gallery format nor showing gallery effect at the place of featured image.

Can you please tell me what I need to add in code to display post images in gallery format?
Also Instead of featured image how to show same gallery.

Thanks,

-Manjiri

Post count: 6535

HI

WordPress does not add any content or style for this post format and the theme also don’t ave any action on it. You will need a new post template which will be used for gallery post formats and will display content as you set it in template’s settings.
This is a very complex task which require lots of customizations and tests in order to be achieved. Unfortunately we cannot offer custom work at the moment. We would have gladly made it for you but we are a small team and we are working very hard on the development, updates, fixes and support. If you really need this and you’re not aware of the steps that must be taken in this regard my advice is to look for a developer who can help you with implementation.

Thanks for your understanding!

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