• Afeter installing v1.1 I noticed in Apache log this:
    GET /wp/blog/2013/06/10/achurar/%20rel=
    which returned 404 error

    So I found that in file content-quote.php

    39                                 if ( ! is_single() ) :
         40                                         the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . ' rel="bookmark">', '</a></h1>' );
         41                                 else :
         42                                         the_title( '<h1 class="entry-title">', '</h1>' );
         43                                 endif;

    a is missing before rel= in line 40 so the href tag is properly closed.

    I fixed it, and the link href tag is correct now.
    Please fix this in your repository.

    Thanks for this great theme!

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Bad Link in QUOTEs header’ is closed to new replies.