Link replace LIFELINE
by Chris LaFrombois
HTML
<article id="post-611" class="et_pb_post et_pb_no_thumb post-611 post type-post status-publish format-standard hentry category-link">
<h2><a href="http://omslifeline.wpengine.com/link-format-test/">Link Format test</a></h2>
<p class="post-meta">by <a href="http://omslifeline.wpengine.com/author/orbiteer-account/" title="Posts by orbiteers" rel="author">orbiteers</a> | Aug 7, 2015 | <a href="http://omslifeline.wpengine.com/category/uncategorized/" rel="category tag">Uncategorized</a>
</p>
<p>http://omslifeline.wpengine.com/wp-content/uploads/2015/08/2007fs1.pdf</p>
</article>
<article id="post-611" class="et_pb_post et_pb_no_thumb post-611 post type-post status-publish format-standard hentry category-link">
<h2><a href="http://omslifeline.wpengine.com/link-format-test/">Link Format test</a></h2>
<p class="post-meta">by <a href="http://omslifeline.wpengine.com/author/orbiteer-account/" title="Posts by orbiteers" rel="author">orbiteers</a> | Aug 7, 2015 | <a href="http://omslifeline.wpengine.com/category/uncategorized/" rel="category tag">Uncategorized</a>
</p>
<p>http://google.com</p>
</article>
JavaScript
$(document).ready(function () {
$('.category-link').each(function (index) {
var $link = $(this).find('p:last-of-type').text();
$(this).find('h2 a').attr('href', $link);
});
});