Can't change frontpage posts template after activating Child Theme

Posted in: Newspaper
Post count: 2

Since I installed a child theme on my website (Newspaper theme), the frontpage doesn’t show the blogs template like I would like to. It now show’s a full image with excerpt and read more button, where I want to have a small image, with title and little excerpt (M16). I’ve set the Blog and posts template on M16, but it will still show the default WordPress blog style for the frontpage. For the categories I can change the template as usual. What happens here?

https://tinyurl.com/3uu963pe

Post count: 18283

Hello!

This is how your website looks at the moment: https://www.screencast.com/t/KMW72Tm3DIf

What files do you have in your child theme inserted ? Please make sure to follow our guide here in order to implement child theme properly:https://forum.tagdiv.com/the-child-theme-support-tutorial/

Thank you!

Post count: 2

Thnx for the response.

Yes and that’s not how I would like to show my blog. In settings I’ve made it look like M16 (like it shows at the categories: tinyurl.com/4acnnbpj )

I’ve installed the child theme with the sample child theme. So only style.css and functions.php are in the map. In the functions the only thing I added is:

}

add_action( 'init', function() {
$GLOBALS['wp_rewrite']->pagination_base = 'pagina';
});

So I don’t understand why I can’t change the way it looks on the frontpage…

Post count: 18283

Hello!

Can you let us know what demo are you using ? I have tried this on my side but everything works fine on Default demo.

Thank you!

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