Skip to content
Snippets Groups Projects
Commit e62ffab9 authored by Jakob Moser's avatar Jakob Moser
Browse files

Add echo to fix bugs

parent ae66c048
No related branches found
No related tags found
1 merge request!2Resolve "Rewrite theme"
......@@ -43,7 +43,7 @@ get_header();
<aside>
<ul>
<?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>
<li><a href="<?php echo get_permalink($recent_posts[$i]["ID"])?>" class="headinglike"><?php echo $recent_posts[$i]["post_title"]?></a></li>
<?php endfor; ?>
</ul>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment