Note that there are some explanatory texts on larger screens.

plurals
  1. POhyperlink doesnt affect all the area of the post
    primarykey
    data
    text
    <p>I have a wordpress posts link and around list item (each post) i have hyperlink, but the problem is that mu hyperlink becomes with width and height of 0 and all that block of post is not linkable, however in the source code from browser i can see that it shows more hyperlinks and they close as they open so they are width and height of 0, just around title and content hyperlinks affects them and makes them linkable, to note again in code i have just one hyperlink.</p> <p><em>EDITED</em></p> <p>Somehow i have more links displayed even if i have one wrapped all the content, on browser it shows few more links and if i delete that one, they all removes</p> <pre><code>&lt;li&gt; &lt;a class = "posts_link" href="www.google.com"&gt; &lt;div class = "posts"&gt; &lt;h2&gt;&lt;?php the_title(); ?&gt;&lt;/h2&gt; &lt;div class = "posts_list"&gt; &lt;?php the_content('Read more...');?&gt; &lt;div class = "clear"&gt;&lt;/div&gt; &lt;/div&gt; &lt;div class = "addition"&gt; &lt;div class = "add_time"&gt; &lt;time datetime="&lt;?php the_time( 'Y-m-d' ); ?&gt;" pubdate&gt;&lt;?php the_date(); ?&gt; &lt;?php the_time(); ?&gt;&lt;/time&gt; &lt;/div&gt; &lt;div class = "add_comment"&gt; &lt;?php comments_popup_link('Leave a Comment', '1 Comment', '% Comments'); ?&gt; &lt;/div&gt; &lt;br /&gt; &lt;/div&gt; &lt;/div&gt; &lt;/a&gt; &lt;/li&gt; </code></pre> <p><img src="https://i.stack.imgur.com/StiTy.jpg" alt="enter image description here"></p> <p><img src="https://i.stack.imgur.com/vSjj6.jpg" alt="enter image description here"></p> <p><img src="https://i.stack.imgur.com/if2JU.jpg" alt="enter image description here"></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload