Skip to content

Commit 7e67f00

Browse files
committed
Merge pull request #84 from chexee/new-css
Base jQuery Parent Theme: Removes unnecessary elements
2 parents ef4c2bc + e8a1d30 commit 7e67f00

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

themes/jquery/content-page.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,7 @@
55
?>
66

77
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
8-
<?php if ( !count( get_post_meta( $post->ID, "hide_title" ) ) ) : ?>
9-
<header class="entry-header">
10-
<h1 class="entry-title"><?php the_title(); ?></h1>
11-
</header><!-- .entry-header -->
12-
<?php endif; ?>
13-
148
<div class="entry-content">
159
<?php the_content(); ?>
16-
<?php wp_link_pages( array( 'before' => '<div class="page-link"><span>' . __( 'Pages:', 'twentyeleven' ) . '</span>', 'after' => '</div>' ) ); ?>
1710
</div><!-- .entry-content -->
18-
<footer class="entry-meta">
19-
<?php edit_post_link( __( 'Edit', 'twentyeleven' ), '<span class="edit-link">', '</span>' ); ?>
20-
</footer><!-- .entry-meta -->
2111
</article><!-- #post-<?php the_ID(); ?> -->

themes/jquery/content-single.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66

77
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
88
<header class="entry-header">
9-
<h1 class="entry-title"><?php the_title(); ?></h1>
10-
119
<?php if ( 'post' == get_post_type() ) : ?>
1210
<div class="entry-meta">
1311
<?php twentyeleven_posted_on(); ?>

0 commit comments

Comments
 (0)