Compare commits
2 Commits
51e8549c6f
...
2a78084959
Author | SHA1 | Date | |
---|---|---|---|
2a78084959 | |||
65ed1f26b2 |
4
home.php
4
home.php
@ -295,8 +295,8 @@
|
||||
$the_query->the_post();?>
|
||||
|
||||
<div class="article-item">
|
||||
<a href="<?php the_permalink()?>"> <img src="<?php the_post_thumbnail()?>" alt=""> </a>
|
||||
<a href="<?php the_permalink()?>"> <h3><?php the_title()?></h3> </a>
|
||||
<a href="<?php the_permalink()?>"><?php the_post_thumbnail()?></a>
|
||||
<a href="<?php the_permalink()?>"><h3><?php the_title()?></h3></a>
|
||||
<span class="author"><?php echo get_the_author_posts_link()?></span>
|
||||
<span class="publish-date"><?php the_date()?></span>
|
||||
</div>
|
||||
|
@ -658,6 +658,7 @@ header{
|
||||
}
|
||||
.article-item img{
|
||||
max-width: 100%;
|
||||
height: 150px;
|
||||
}
|
||||
.article-item h3{
|
||||
color: #424141;
|
||||
@ -665,7 +666,7 @@ header{
|
||||
margin:10px 0 20px 0;
|
||||
font-size: 15px;
|
||||
}
|
||||
.article-item .author{
|
||||
.article-item .author a{
|
||||
background: linear-gradient(45deg, #9b35fa, #60afff);
|
||||
border-radius: 25px;
|
||||
padding: 2px 10px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user