Remove junk
This commit is contained in:
parent
1e6090464c
commit
b7bc635c42
23
index.php
23
index.php
|
@ -1,11 +1,8 @@
|
|||
<?php get_header(); ?>
|
||||
|
||||
<div class="content">
|
||||
|
||||
<main class="main" role="main">
|
||||
<div class="container">
|
||||
|
||||
<main class="main" role="main">
|
||||
|
||||
<?php while ( have_posts() ) : the_post(); ?>
|
||||
|
||||
<article <?php post_class(); ?>>
|
||||
|
@ -22,23 +19,7 @@
|
|||
|
||||
<?php endwhile; ?>
|
||||
|
||||
<?php
|
||||
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>
|
||||
|
||||
<aside class="sidebar">
|
||||
<?php get_sidebar(); ?>
|
||||
</aside>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<?php get_footer(); ?>
|
Loading…
Reference in New Issue