Cannot Get Plugin to show text in footer
-
Dear Jake,
I love your plugin but I am pulling my hair out if you goto https://www.qatarcardio.org homepage I have the following code in footer.php and header php in header text shows but not in footer and I dont know why please please can you help.
<div class="seo"> <?php the_secondary_content(); ?> </div>
I have included the code on the site
HEADER.php
<!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php echo esc_attr( get_bloginfo( 'charset' ) ); ?>" /> <title><?php woo_title(); ?></title> <?php woo_meta(); ?> <link rel="pingback" href="<?php echo esc_url( get_bloginfo( 'pingback_url' ) ); ?>" /> <?php wp_head(); ?> <?php woo_head(); ?> </head> <body <?php body_class(); ?>> <?php woo_top(); ?> <div id="wrapper"> <div id="inner-wrapper"> <div class="seo"> <?php the_secondary_content(); ?> </div> <?php woo_header_before(); ?> <header id="header" class="col-full"> <?php woo_header_inside(); ?> </header> FOOTER.php <footer id="footer" class="col-full"> <?php woo_footer_inside(); ?> <div id="copyright" class="col-left"> <?php woo_footer_left(); ?> </div> <div id="credit" class="col-right"> <?php woo_footer_right(); ?> <div class="seo"> <?php the_secondary_content(); ?> </div> </div>
[Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
- The topic ‘Cannot Get Plugin to show text in footer’ is closed to new replies.