linkpage6.php 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?php
  2. /*
  3. Template Name: Blogroll 6 Python-to-the-rescue
  4. */
  5. ?>
  6. <?php
  7. $text= file_get_contents('/var/www/html/wp-content/themes/twentytwentyone-child-spring2life/cronlinks.html');
  8. ?>
  9. <?php get_header(); ?>
  10. <div id="content" class="site-content">
  11. <div id="primary" class="content-area">
  12. <main id="main" class="site-main" role="main">
  13. <article id="post--31201" class="post--31201 post type-post status-publish format-image hentry category-vernacular post_format-post-format-image entry">
  14. <header class="entry-header">
  15. <h2 class="entry-title default-max-width">Blogs I read</h2>
  16. </header><!-- .entry-header -->
  17. <div id="content" class="site-content">
  18. <div id="primary" class="content-area">
  19. <main id="main" class="site-main" role="main">
  20. <div class="entry-content">
  21. <ul class="linktable">
  22. <?php echo $text; ?>
  23. </ul>
  24. </div><!-- .entry-content -->
  25. </main>
  26. </div>
  27. </div>
  28. </article><!-- #post-31164 -->
  29. </main><!-- #main -->
  30. </div><!-- #primary -->
  31. </div><!-- #content -->
  32. <?php get_footer(); ?>
  33. <?php
  34. // Local variables:
  35. // compile-command: "php linkpage5.php"
  36. // End:
  37. ?>