• Hello on the top of my purchased themes I added a few css and bootstrap links and on the footer, I added customize footer with html.

    <?php
    /*
    * The template for displaying Blog Posts index page
    */
    get_header(); ?>
    
    <link rel="stylesheet" type="text/css" href="footer.css">
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
    <meta name="viewport" content="width=device-width, initial-scale=1.0"> 
    
    ....
    <?php // get_footer();?>
    
    <!-- customize footer with html -->
    
    ...
    
    <!-- end of customize footer -->
    

    Now, I wonder why it does not work. Please advice. It keeps loading.

    • This topic was modified 4 years, 11 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not a Developing with WordPress topic
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Adding html to wordpress’ is closed to new replies.