so i deleted my chache in order to get sure that there is no old crap in it, and i replaced this code:
the_title( sprintf( '<h2 class="entry-title"><a href="%s" rel="bookmark">', esc_url( get_permalink() ) ), '</a></h2>' );
with this:
the_title( sprintf( '<h2 class="entry-title">', esc_url( get_permalink() ) ), '</h2>' );
like u said in my content.php and my content-list.php
but it doesn’t worked for me:(
Any other suggestions?