Can you help me delete this section completely from the Posts only [Not Pages]
P.S.: I don’t want to use CSS property “Display: none”, as it is still visible to the crawlers.
Can you help me delete this section completely from the Posts only [Not Pages]
P.S.: I don’t want to use CSS property “Display: none”, as it is still visible to the crawlers.
Hi Saswata,
Thanks for reaching out.
Kindly provide us access to your site so that we can able to check your issue.
Please create a secure note with the following info:
– Link to your site
– WordPress Admin username / password
To know how to create a secure note, please check this out: https://theme.co/docs/getting-support
Thank you.
Hi Saswata,
Thank you for writing in, while that is outside the scope of support, I could point you in the right direction with the understanding that it would ultimately be your responsibility to take it from here.
On your site directory navigate to \wp-content\themes\pro\framework\legacy\cranium\headers\views\{YOUR STACK} there you’ll see a file named wp-header.php copy that file to your child theme in the same directory path, open/edit the copied file then comment out or remove the line:
<?php x_get_view( 'your stack', '_landmark-header' ); ?>
Replace the Your Stack phrase with the actual stack that you’re using (a.k.a renew).
Hope it helps,
Cheers!
Hi @friech thanks, for guiding me, it works but at the same time, the header is removed from the Pages, and Archive Pages. Can you please guide me to remove that from only the Posts. Not from archive and pages.
As for posts, Title and Blog title [Which appears on the header] both warp on H1, so I need to delete the landmark header from blog posts only.
Thanks!
Hi Saswata,
In that case, please restore the wp-header.php file.
Then edit the _landmark-header.php file instead, find the line that says: is_single(), underneath that line you should see:
<h1 class="h-landmark"><span><?php echo x_get_option( 'x_renew_blog_title' ); ?></span></h1>
delete that or comment it out.
Cheers!
Great again. Its worked! 
Glad it worked! Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.