mirror of
https://ghproxy.net/https://github.com/AlxMedia/blogside.git
synced 2025-08-26 16:48:09 +08:00
Start of 1.0.1
This commit is contained in:
parent
750225534a
commit
7d6260f863
18 changed files with 6851 additions and 120 deletions
|
@ -2,7 +2,7 @@
|
|||
<div class="post-inner post-hover">
|
||||
|
||||
<div class="post-thumbnail">
|
||||
<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>">
|
||||
<a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>">
|
||||
<?php if ( has_post_thumbnail() ): ?>
|
||||
<?php the_post_thumbnail('thumb-medium'); ?>
|
||||
<?php elseif ( get_theme_mod('placeholder') != 'off' ): ?>
|
||||
|
@ -20,7 +20,7 @@
|
|||
<div class="post-content">
|
||||
|
||||
<h2 class="post-title">
|
||||
<a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a>
|
||||
<a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a>
|
||||
</h2><!--/.post-title-->
|
||||
|
||||
<ul class="post-meta group">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue