My page is https://www.zancudotours.com if anyone wants to look.
I have tried commenting out the php lines to no avail. Can I just delete this whole file and add my own?
Footer file contains this:
<?php
/**
* The template for displaying the footer.
*
* Contains all content after the main content area and sidebar
*
* @package Poseidon
*/
?>
</div><!-- #content -->
<?php do_action( 'poseidon_before_footer' ); ?>
<div id="footer" class="footer-wrap">
<footer id="colophon" class="site-footer container clearfix" role="contentinfo">
<div id="footer-text" class="site-info">
<?php do_action( 'poseidon_footer_text' ); ?>
</div><!-- .site-info -->
<?php do_action( 'poseidon_footer_menu' ); ?>
</footer><!-- #colophon -->
</div>
</div><!-- #page -->
<?php wp_footer(); ?>
</body>
</html>
Thank you in advance.
Ray
]]>My page is www.zancudotours.com if anyone wants to look.
I have tried commenting out the php lines to no avail. Can I just delete this whole file and add my own?
Footer file contains this:
_________________
[ Moderator note: code fixed. Please wrap code in the backtick character or use the code button. ]
<?php
/**
* The template for displaying the footer.
*
* Contains all content after the main content area and sidebar
*
* @package Poseidon
*/
?>
</div><!-- #content -->
<?php do_action( 'poseidon_before_footer' ); ?>
<div id="footer" class="footer-wrap">
<footer id="colophon" class="site-footer container clearfix" role="contentinfo">
<div id="footer-text" class="site-info">
<?php do_action( 'poseidon_footer_text' ); ?>
</div><!-- .site-info -->
<?php do_action( 'poseidon_footer_menu' ); ?>
</footer><!-- #colophon -->
</div>
</div><!-- #page -->
<?php wp_footer(); ?>
</body>
</html>
______________
Thank you in advance.
Ray
]]>Travel Blogger theme developed by FreeTravelWebsiteTemplates.com
In previous version they had a radio button for yes or no but it has been removed in version 1.3.2
Thanks
]]><?php if (is_home()) { ?>
<br /><a href="https://www.linktomysite.com">Link Text</a>
<?php } ?>
To put in the footer, so that this only shows up when the visitor is on the home page (which is home.php)
But… it’s not working.
I’m trying to make it so that MY link shows up in the footer only on that home page (it’s the web dev credit link) and not across the whole site…
I’ve searched the codex, read the conditional tags page, gone to PHP tutorial sites, and I’m lost…
What am I missing?
]]>