In contents.php, there's an <article> element that displays the titles of my posts, in which there is an <h2> tag that is anchored to the actual post it represents.
I want to take this anchor tag and anchor the entire article itself (i.e. <article></article>.
Unfortunately, this doesn't correctly anchor the article. When I inspect the article in Chrome, it looks like this: <article></article>
What am I doing wrong? How I anchor the entire article?