Hi,
I am running mod_latestblogs 3.7.3, here is an HTML snippet:
<div class="mod-post-title">
<a href="path_to_post_page">Post Title</a>
</div>
Dec 12, 2012
<div class="mod-post-content clearfix">
Post content...
<div class="mod-post-more">
<a href="path_to_post_page">Continue Reading...</a>
</div>
</div>
I would like have the date wrapped in a <div> tag. Does anybody know if I upgrade to 3.9.1 will this change the HTML, or should I just dive in and hack the php myself? Of course, I think the "Post Content" needs to be wrapped also. Maybe the module could have a selector for which version of the formatting to use, so it doesn't mess up existing sites.
Also, it might be nice to mention the mod_latestblogs in the download page, so you can just search for the module you are looking for, instead of paging thru the human readable descriptions.
Thanks,
Todd
I am running mod_latestblogs 3.7.3, here is an HTML snippet:
<div class="mod-post-title">
<a href="path_to_post_page">Post Title</a>
</div>
Dec 12, 2012
<div class="mod-post-content clearfix">
Post content...
<div class="mod-post-more">
<a href="path_to_post_page">Continue Reading...</a>
</div>
</div>
I would like have the date wrapped in a <div> tag. Does anybody know if I upgrade to 3.9.1 will this change the HTML, or should I just dive in and hack the php myself? Of course, I think the "Post Content" needs to be wrapped also. Maybe the module could have a selector for which version of the formatting to use, so it doesn't mess up existing sites.
Also, it might be nice to mention the mod_latestblogs in the download page, so you can just search for the module you are looking for, instead of paging thru the human readable descriptions.
Thanks,
Todd