html code inside php file
-
I just need a few simple strings of html code inside my home.php (theme minimatica) so that I can display some text below the slider.
between these two chunks:
<?php else : ?> <div id="container"> <?php get_template_part( 'loop', 'index' ); ?> <?php get_sidebar(); ?> <div class="clear"></div> </div><!-- #container -->
and
<?php endif; ?>
is where I placed my html. I opened with <html> did all my business and closed with </html>
no luck as it shows nothing. What do I do to make this work?
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘html code inside php file’ is closed to new replies.