wp/wp-content/themes/themeforest-2964855-scrn-responsive-single-page-portfolio/SCRN/single.php
changeset 8 c7c34916027a
parent 7 cf61fcea0001
child 9 177826044cd9
--- a/wp/wp-content/themes/themeforest-2964855-scrn-responsive-single-page-portfolio/SCRN/single.php	Mon Oct 14 17:39:30 2019 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,51 +0,0 @@
-<?php 
-
-get_header();
-
-the_post(); 
-
-?>
-
- <div class="bg" style="text-align: left">
-
-    <div class="container">
-
-            <h2><span class="lines"><?php $top_title = get_post_meta($post->ID, 'top_title', true); if($top_title != '') echo $top_title; else the_title();?></span></h2>
-
-            <p class="singlemeta">
-
-                <?php _e('Posted on', 'SCRN');?> 
-
-                <?php the_time("d M Y");?> 
-
-                in <?php the_category(', ') ?> | 
-
-                <?php comments_popup_link(esc_html__('0 comments','Tharsis'), esc_html__('1 comment','Tharsis'), '% '.esc_html__('comments','Tharsis')); ?>
-
-            </p>
-
-            <div class="single">
-
-                  <?php the_content();?>
-
-                  <?php wp_link_pages(array('before' => '<p><strong>'.esc_html__('Pages','Tharsis').':</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
-
-                  <div class="tags">
-
-                     <?php the_tags(esc_attr('Tags: ', 'SCRN') . '<div class="button1">', '</div> <div class="button1">', '</div><br />'); ?> 
-
-                  </div>
-
-                  <?php 
-
-                  edit_post_link(); 
-
-                  comments_template('', true);?>
-
-             </div>
-
-    </div>
-
-</div>
-
-<?php get_footer();?>
\ No newline at end of file