Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/renewal'
Browse files Browse the repository at this point in the history
# Conflicts:
#	inc/metaboxes/edit-template-page.php
  • Loading branch information
phuquang committed Nov 5, 2020
2 parents a97f1f7 + e4c26c4 commit c22e040
Show file tree
Hide file tree
Showing 470 changed files with 1,544 additions and 84,029 deletions.
8 changes: 3 additions & 5 deletions 404.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@

get_header(); ?>
<main class="container">
<?php _e( 'Oops! That page can&rsquo;t be found.', 'twentyseventeen' );

_e( 'It looks like nothing was found at this location. Maybe try a search?', 'twentyseventeen' );

get_search_form(); ?>
<h1><?php _e( 'Oops! That page can&rsquo;t be found.', 'themestandard' ); ?></h1>
<p><?php _e( 'It looks like nothing was found at this location. Maybe try a search?', 'themestandard' ); ?> </p>
<?php get_search_form(); ?>
</main>
<?php get_footer();
17 changes: 4 additions & 13 deletions archive.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,18 @@
get_header(); ?>
<main class="container">
<?php
if ( have_posts() ) :
the_archive_title( '<h1 class="page-title">', '</h1>' );
the_archive_description( '<div class="taxonomy-description">', '</div>' );
endif;
the_archive_title( '<h1 class="page-title">', '</h1>' );
the_archive_description( '<div class="taxonomy-description">', '</div>' );

if ( have_posts() ) :

/* Start the Loop */
while ( have_posts() ) :
the_post();
while ( have_posts() ) : the_post();

get_template_part( 'template-parts/content', get_post_format() );

endwhile;

the_post_navigation(
array(
'prev_text' => __( 'Previous Post', 'twentyseventeen' ),
'next_text' => __( 'Next Post', 'twentyseventeen' ),
)
);
the_bootstrap_paginate_links();

else :

Expand Down
209 changes: 0 additions & 209 deletions assets/admin-js/codemirror/addon/comment/comment.js

This file was deleted.

78 changes: 0 additions & 78 deletions assets/admin-js/codemirror/addon/comment/continuecomment.js

This file was deleted.

32 changes: 0 additions & 32 deletions assets/admin-js/codemirror/addon/dialog/dialog.css

This file was deleted.

Loading

0 comments on commit c22e040

Please sign in to comment.