| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <?php
- /*
- Template Name: Blogroll 6 Python-to-the-rescue
- */
- ?>
- <?php
- $text= file_get_contents('/var/www/html/wp-content/themes/twentytwentyone-child-spring2life/cronlinks.html');
- ?>
- <?php get_header(); ?>
- <div id="content" class="site-content">
- <div id="primary" class="content-area">
- <main id="main" class="site-main" role="main">
- <article id="post--31201" class="post--31201 post type-post status-publish format-image hentry category-vernacular post_format-post-format-image entry">
- <header class="entry-header">
- <h2 class="entry-title default-max-width">Blogs I read</h2>
- </header><!-- .entry-header -->
-
- <div id="content" class="site-content">
- <div id="primary" class="content-area">
- <main id="main" class="site-main" role="main">
-
- <div class="entry-content">
- <ul class="linktable">
- <?php echo $text; ?>
- </ul>
- </div><!-- .entry-content -->
- </main>
- </div>
- </div>
- </article><!-- #post-31164 -->
- </main><!-- #main -->
- </div><!-- #primary -->
- </div><!-- #content -->
- <?php get_footer(); ?>
- <?php
- // Local variables:
- // compile-command: "php linkpage5.php"
- // End:
- ?>
|