The problem with the Post formats

Posted in: Newspaper
Post count: 134

Hello, I have a problem . After installing a new template 6 by adding an entry formats I can not see earlier entry important for me gallery and now is the lack of this , if we can somehow turn ? Thanks LINK

Post count: 22421

Hello,

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!

Thank you!

Post count: 134

It works , thank you 🙂

Post count: 3

Hi, I tried this function on the original theme, but could not get it to work in the child theme.

Both td_wp_booster_functions.php and td_module_single_base.php is present in the child theme.

What code do I have to include to have it recognized from the child theme?

Post count: 22421

Hi,
Unfortunately all of the wp-booster folder will not work in the child theme. Any customization added to this folder will have to be made in the main theme.
Thank you!

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