Remove junk
This commit is contained in:
parent
1e6090464c
commit
b7bc635c42
23
index.php
23
index.php
|
@ -1,10 +1,7 @@
|
||||||
<?php get_header(); ?>
|
<?php get_header(); ?>
|
||||||
|
|
||||||
<div class="content">
|
|
||||||
|
|
||||||
<div class="container">
|
|
||||||
|
|
||||||
<main class="main" role="main">
|
<main class="main" role="main">
|
||||||
|
<div class="container">
|
||||||
|
|
||||||
<?php while ( have_posts() ) : the_post(); ?>
|
<?php while ( have_posts() ) : the_post(); ?>
|
||||||
|
|
||||||
|
@ -22,23 +19,7 @@
|
||||||
|
|
||||||
<?php endwhile; ?>
|
<?php endwhile; ?>
|
||||||
|
|
||||||
<?php
|
</div>
|
||||||
echo paginate_links(array(
|
|
||||||
'base' => str_replace( 99999999, '%#%', esc_url( get_pagenum_link( 99999999 ) ) ),
|
|
||||||
'format' => '?paged=%#%',
|
|
||||||
'current' => max( 1, get_query_var('paged') ),
|
|
||||||
'total' => $wp_query->max_num_pages
|
|
||||||
));
|
|
||||||
?>
|
|
||||||
|
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<aside class="sidebar">
|
|
||||||
<?php get_sidebar(); ?>
|
|
||||||
</aside>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<?php get_footer(); ?>
|
<?php get_footer(); ?>
|
Loading…
Reference in New Issue