I’m been browsing the files of Newspaperly theme but it seems that I can’t find the correct file where I can edit the Category page. Can you please tell me which specific file is applicable for this?
Thanks!
]]>Hi. Thanks for updating the theme.
I use it in WP 6.2 and PHP 8.1.
When cropping the header image, I get the following PHP warning in my error logs.
PHP Warning: Undefined array key “height” in /wp-admin/includes/class-custom-image-header.php on line 1169
Thanks in advance,
Lena
Is there a way to show author box at the bottom of the content?
]]>Hi.
Thanks for the great theme.
In the header.php please add the else
statement for the wp_body_open() function so it can support the relavant actions.
if ( function_exists( 'wp_body_open' ) ) {
wp_body_open();
} else {
do_action( 'wp_body_open' );
}
See https://make.www.ads-software.com/core/2019/04/24/miscellaneous-developer-updates-in-5-2/ for more details.
Thanks in advance
Lena
Hi,
How can i add the three item on top page (Food & Recipes, Creativity, Travel) like in the demo page?
Thanks
]]>I sir,
I am very worried I just install this theme and start working and place all ad unit in everywhere on my site everywhere showing ad but header not show ad why plz help me in the header I placed 728 x 90 ad unit
I am trying to enable the displaying of tags in a post. I checked the settings of Newspaperly, specifically “Content Options” and verified that tags are displayed, but I am not seeing them in the post itself. How can I enable the tags to display in the posts?
]]>Hi.
I use your theme in a blog which is HTTPS.
I noticed that the theme in /function.php line 252 uses HTTP call for google font, which “breaks” the https of my blog.
wp_enqueue_style( 'newspaperly-google-fonts', 'https://fonts.googleapis.com/css?family=Lato:300,400,700,900|Merriweather:400,700', false );
Thanks in advance
Lena
How do you change the color of the menu bar on the main page? I’m sure it’s something simple but I’ve tried to change it multiple ways and nothing is updating. The bar is so dark that I can’t even see the font. Then I tried to change the menu bar font color and no luck either. Please help!
]]>