Suraj Bhandari
Forum Replies Created
-
Forum: Plugins
In reply to: [Per page add to head] Repeated Code In Source CodeThank you. Found Error and it was from theme.
Forum: Plugins
In reply to: [Per page add to head] Repeated Code In Source CodeI sent u information.
Thank you!Forum: Plugins
In reply to: [Per page add to head] Repeated Code In Source CodeYou can check now
Added:
<!– per page start –>
<link rel=”alternate” hreflang=”nl-nl” href=”https://www.dakisolatie-advies.nl” />
<link rel=”alternate” hreflang=”fr-be” href=”https://www.isolationtoiture-expert.be” />
<link rel=”alternate” hreflang=”nl-be” href=”https://www.horlogemaker.be” />
<!– per page start –>Still Repeating
Can i Provide logins of site somewhere?
Forum: Plugins
In reply to: [Per page add to head] Repeated Code In Source CodeI have written this code only inside post not in setting area of plugin.
Forum: Plugins
In reply to: [Per page add to head] Repeated Code In Source CodeI have written this code
<link rel=”alternate” hreflang=”nl-nl” href=”https://www.dakisolatie-advies.nl” />
<link rel=”alternate” hreflang=”fr-be” href=”https://www.isolationtoiture-expert.be” />
<link rel=”alternate” hreflang=”nl-be” href=”https://www.horlogemaker.be” />In all pages custom field add to head section.
Arent you pointing to this section?
Forum: Plugins
In reply to: [Per page add to head] Repeated Code In Source CodeAlmost in Every Pages.
Forum: Plugins
In reply to: [Per page add to head] Repeated Code In Source CodeThe 3 Line of code i wrote inside custom field for head section is below
<link rel=”alternate” hreflang=”nl-nl” href=”https://www.dakisolatie-advies.nl” />
<link rel=”alternate” hreflang=”fr-be” href=”https://www.isolationtoiture-expert.be” />
<link rel=”alternate” hreflang=”nl-be” href=”https://www.horlogemaker.be” />You can Find this code First just below Yoast Seo Code and other above inline css.
You can find this code two times in source code.
Thank you
Forum: Themes and Templates
In reply to: footer is hiddenmy footer section has code:
<?php if ( $bannerfoot = get_option(‘globaltheme_bannerfoot’) ) { ?>
<div class=”footbanner”>
<center><?php $bannerfoot = get_option(‘globaltheme_bannerfoot’); echo stripslashes($bannerfoot); ?></center>
</div>
<?php } else { ?>
<?php } ?>
<div class=”footer”><!– FOOTER –>
<center>
<?php if ( $copyright = get_option(‘globaltheme_copyright’) ) { ?>
<b><?php $copyright = get_option(‘globaltheme_copyright’); echo stripslashes($copyright); ?></b>
<?php } else { ?>
<?php } ?>
<?php if ( $credits = get_option(‘globaltheme_credits’) ) { ?><?php $credits = get_option(‘globaltheme_credits’); echo stripslashes($credits); ?>
<?php } else { ?>
<?php } ?>
</center>
</div><!– /FOOTER –>
</div><!– /WRAPPER –>
<?php do_action(‘wp_footer’); ?>
<?php if ( $analytics = get_option(‘globaltheme_analytics’) ) { ?>
<?php $analytics = get_option(‘globaltheme_analytics’); echo stripslashes($analytics); ?>
<?php } else { ?>
<?php } ?>
<script type=”text/javascript” src=”https://www.luminate.com/widget/1001d1bfa82/”></script>
</body>
<?php if ( $afterbody = get_option(‘globaltheme_afterbody’) ) { ?>
<?php $afterbody = get_option(‘globaltheme_afterbody’); echo stripslashes($afterbody); ?>
<?php } else { ?>
<?php } ?>
</html>Forum: Themes and Templates
In reply to: footer is hiddenwhere can i edit this code?? i dont have knowledge of php..??
but why footer appears on post and other pages??Forum: Themes and Templates
In reply to: footer is hiddeni checked it but i couldnot find which error caused it.. pls can u help me.. thanx for ur response..