Update the blog list template
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 2 Sep 2016 15:31:24 +0000 (11:31 -0400)
committerSteve 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

index 586a878..d451ccb 100644 (file)
@@ -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>