mirror of
https://ghproxy.net/https://github.com/AlxMedia/splits.git
synced 2025-08-26 16:14:14 +08:00
Change theme name from Split to Splits
This commit is contained in:
parent
c7ac424d85
commit
7f892aacf5
36 changed files with 593 additions and 1471 deletions
20
single.php
20
single.php
|
@ -1,8 +1,8 @@
|
|||
<?php get_header(); ?>
|
||||
|
||||
<div id="split-left" class="stickyfill group">
|
||||
<div id="splits-left" class="stickyfill group">
|
||||
|
||||
<div id="split-left-top" class="pad">
|
||||
<div id="splits-left-top" class="pad">
|
||||
<p class="post-date"><?php the_time( get_option('date_format') ); ?></p>
|
||||
<h1 class="post-title"><?php the_title(); ?></h1>
|
||||
<p class="post-category"><?php the_category(' / '); ?></p>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<?php if( !get_post_format() ) :?>
|
||||
<div class="image-container">
|
||||
<?php if ( has_post_thumbnail() ) {
|
||||
the_post_thumbnail('split-large');
|
||||
the_post_thumbnail('splits-large');
|
||||
$caption = get_post(get_post_thumbnail_id())->post_excerpt;
|
||||
if ( isset($caption) && $caption ) echo '<div class="image-caption">'.$caption.'</div>';
|
||||
} ?>
|
||||
|
@ -21,24 +21,24 @@
|
|||
|
||||
<?php do_action( 'alx_ext_sharrre' ); ?>
|
||||
|
||||
</div><!--/#split-left-->
|
||||
</div><!--/#splits-left-->
|
||||
|
||||
<div id="split-right">
|
||||
<div id="splits-right">
|
||||
|
||||
<div class="content pad">
|
||||
|
||||
<?php while ( have_posts() ): the_post(); ?>
|
||||
<article <?php post_class(); ?>>
|
||||
<div class="post-inner group">
|
||||
<p class="post-byline"><?php echo get_avatar(get_the_author_meta('user_email'),'64'); ?><?php esc_html_e('by','split'); ?> <?php the_author_posts_link(); ?></p>
|
||||
<p class="post-byline"><?php echo get_avatar(get_the_author_meta('user_email'),'64'); ?><?php esc_html_e('by','splits'); ?> <?php the_author_posts_link(); ?></p>
|
||||
|
||||
<div class="entry themeform">
|
||||
<div class="entry-inner">
|
||||
<?php the_content(); ?>
|
||||
<?php wp_link_pages(array('before'=>'<div class="post-pages">'.esc_html__('Pages:','split'),'after'=>'</div>')); ?>
|
||||
<?php wp_link_pages(array('before'=>'<div class="post-pages">'.esc_html__('Pages:','splits'),'after'=>'</div>')); ?>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
<?php the_tags('<p class="post-tags"><span>'.esc_html__('Tags:','split').'</span> ','','</p>'); ?>
|
||||
<?php the_tags('<p class="post-tags"><span>'.esc_html__('Tags:','splits').'</span> ','','</p>'); ?>
|
||||
|
||||
</div><!--/.entry-->
|
||||
|
||||
|
@ -51,7 +51,7 @@
|
|||
<?php if ( ( get_theme_mod( 'author-bio', 'on' ) == 'on' ) && get_the_author_meta( 'description' ) ): ?>
|
||||
<div class="author-bio">
|
||||
<div class="bio-avatar"><?php echo get_avatar(get_the_author_meta('user_email'),'128'); ?></div>
|
||||
<p class="bio-name"><?php esc_html_e('Written by','split'); ?> <?php the_author_posts_link(); ?></p>
|
||||
<p class="bio-name"><?php esc_html_e('Written by','splits'); ?> <?php the_author_posts_link(); ?></p>
|
||||
<p class="bio-desc"><?php the_author_meta('description'); ?></p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
@ -65,7 +65,7 @@
|
|||
|
||||
</div><!--/.content-->
|
||||
|
||||
</div><!--/#split-right-->
|
||||
</div><!--/#splits-right-->
|
||||
|
||||
<?php get_sidebar(); ?>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue