projects
/
WP-Plugins
/
hubspot-blog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f1c9ae
)
Update the blog list template
author
Steve Sutton
<steve@gaslightmedia.com>
Fri, 2 Sep 2016 15:31:24 +0000
(11:31 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Fri, 2 Sep 2016 15:31:24 +0000
(11:31 -0400)
Setup using ul li for the list of blog entries.
views/mostrecentlist.php
patch
|
blob
|
history
diff --git
a/views/mostrecentlist.php
b/views/mostrecentlist.php
index
586a878
..
d451ccb
100644
(file)
--- a/
views/mostrecentlist.php
+++ b/
views/mostrecentlist.php
@@
-1,5
+1,5
@@
<?php foreach ( $feed_data->objects as $feed ) : ?>
- <ul class="
glm-hubspot-recent
">
+ <ul class="
vertical menu
">
<li>
<a target="_blank" class="image-link" href="<?php echo $feed->published_url;?>"><?php echo $feed->html_title;?></a>
</li>