Hi, I own a WP website. I created a new file named: landingpage.php on this template page im planning to create my CB products landing page. now - i created another footer.php page named: footerlanding.php so i could edit the things i dont want (infolinks, small logo, etc..) when im targeting my landingpahe.php to this footerlanding.php with this code: <?php get_footerlanding(); ?> i rcive this error: Fatal error: Call to undefined function get_footerlanding() in /home5/erticl1/public_html/wp-content/themes/ik2/landingpage.php on line 39 what should i do? thanks.. idan
In the error message, it is clear that your theme, which is called ik2 on landingpage.php there is incorrect code online 39 What you can do is, upload your saved copy of current theme.
hi i got the issue this is due to <?php get_footer( $name ); ?> $name is the name of the footer file.This will work fine.....if u still not able to do that then post me.