Newspaper child theme

Posted in: Newspaper
Post count: 59

I’ve launched my website and want to create a child theme. Where should I place the Newspaper child theme files?

Post count: 27744

Hello,

Please let me know what you want to add to the child theme; maybe it is not necessary especially if you use cloud templates https://forum.tagdiv.com/the-child-theme-support-tutorial/

Thank you!

Post count: 59

I’m currently facing an issue with adding a favicon to my site. When I insert the following code into the header.php section of the Newspaper theme file editor:

`html
<link rel=”apple-touch-icon” sizes=”180×180″ href=”/apple-touch-icon.png”>
<link rel=”icon” type=”image/png” sizes=”32×32″ href=”/favicon-32×32.png”>
<link rel=”icon” type=”image/png” sizes=”16×16″ href=”/favicon-16×16.png”>
<link rel=”manifest” href=”/site.webmanifest”>
`

the code gets removed after each official update of the Newspaper theme. I believe creating a child theme might resolve this issue.

Post count: 27744

Hello,

You not need to add the favicon in the header.php. Both the theme and WordPress have a section to set the favicon without needing to make settings in the theme files.
You can to add the favicon, in Theme Panel -> Header -> Logo and Favicon => https://www.screencast.com/t/H4ucPC2wwz
Also, on the homepage there’s an option Customize icon => https://www.screencast.com/t/I2uVvP4b -> Site identity -> Site icon -> Change image -> publish => https://www.screencast.com/t/lY9WEOZEj also, here https://i.imgur.com/s3kT6q8.png
Also, you can check this article https://developers.google.com/search/docs/advanced/appearance/favicon-in-search

Thank you!

Thank you!

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