-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththe_bloglast.php
More file actions
19 lines (19 loc) · 846 Bytes
/
the_bloglast.php
File metadata and controls
19 lines (19 loc) · 846 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<div class="blogLast">
<div class="module_title">LO ÚLTIMO DE LINKED</div>
<div class="module_content clearfix">
<div class="content clearfix">
<div class="lastEntries">
<ul>
<?php wp_get_archives('type=postbypost&limit=10'); ?>
</ul>
<a class="rss" href="http://feeds.feedburner.com/Linked"><img src="http://www.linkingpaths.com/images/blog/rss.gif" alt="" /> RSS de los últimos artículos</a>
</div> <!-- /.lastEntries -->
<div class="lastPosts">
<ul>
<?php get_recent_comments(); ?>
</ul>
<a class="rss" href="http://feeds.feedburner.com/LinkedComments"><img src="http://www.linkingpaths.com/images/blog/rss.gif" alt="" /> RSS de los últimos comentarios</a>
</div> <!-- /.lastEntries -->
</div>
</div>
</div> <!-- /.blogLast -->