Thread Starter
bundu
(@bundu)
Okay, a quick look into the FAQs on the website should have solved the issue immediately.
That’s how I did it:
`<?php if (is_page(array(108,110,112))) {
_e(‘<p><!–:de–>Deutscher Text & Impressum<!–:–><!–:en–>English Text & Imprint<!–:–></p>’);
}
else {
_e(‘<div id=”footer-inner”><p><!–:de–>Impressum<!–:–><!–:en–>Imprint<!–:–></p>’);
}
?>
Thread Starter
bundu
(@bundu)
By the way, I am using “pre-path-mode”
Thread Starter
bundu
(@bundu)
Hi Paul!
Well, I do have, but it should not be published so far… I am helping a friend setting up a small business.
Yet I have some success: I manually put the code:
<?php if( pinboard_get_option( 'slider' ) ) : ?>
<?php get_template_part( 'slider' ); ?>
<?php endif; ?>
in the header.php of my child theme and deleted this code from the template-landing-page.php.
For now, it is working as it should and if my friend is using other template pages then I have to delete it there as well.
Or is there any better way of solving this?