Loading landing.php +4 −5 Original line number Diff line number Diff line Loading @@ -42,11 +42,10 @@ get_header(); <aside> <ul> <?php for ($i = 1; $i < 4; $i++) { echo '<li><a href="'.get_permalink($recent_posts[$i]["ID"]).'" class="post-title-box">'.$recent_posts[$i]["post_title"].'</a></li>'; } ?> <?php for ($i = 1; $i < 4; $i++): ?> <li><a href="<?php get_permalink($recent_posts[$i]["ID"])?>" class="headinglike"><?php $recent_posts[$i]["post_title"]?></a></li> <?php endfor; ?> </ul> <div class="more"> <a href="<?php echo home_url()."/blog/"; ?>"><?php Loading style.css +1 −1 Original line number Diff line number Diff line Loading @@ -231,7 +231,7 @@ article .content h2 { border-width: 0px 0px 0px 2px; } article > header h1 { article > header h1, article > header h3 a, .headinglike { display: inline-block; padding: 0.5em; background-color: rgba(0, 0, 0, 0.8); Loading Loading
landing.php +4 −5 Original line number Diff line number Diff line Loading @@ -42,11 +42,10 @@ get_header(); <aside> <ul> <?php for ($i = 1; $i < 4; $i++) { echo '<li><a href="'.get_permalink($recent_posts[$i]["ID"]).'" class="post-title-box">'.$recent_posts[$i]["post_title"].'</a></li>'; } ?> <?php for ($i = 1; $i < 4; $i++): ?> <li><a href="<?php get_permalink($recent_posts[$i]["ID"])?>" class="headinglike"><?php $recent_posts[$i]["post_title"]?></a></li> <?php endfor; ?> </ul> <div class="more"> <a href="<?php echo home_url()."/blog/"; ?>"><?php Loading
style.css +1 −1 Original line number Diff line number Diff line Loading @@ -231,7 +231,7 @@ article .content h2 { border-width: 0px 0px 0px 2px; } article > header h1 { article > header h1, article > header h3 a, .headinglike { display: inline-block; padding: 0.5em; background-color: rgba(0, 0, 0, 0.8); Loading