• Hi
    In twenty Fourteen about the readmore function (content.php):

    the_content( sprintf(
    	__( 'Continue reading %s <span class="meta-nav">&rarr;</span>', 'twentyfourteen' ),
    	the_title( '<span class="screen-reader-text">', '</span>', false )
    ) );

    The variable %s (title) don’t appear because of the css class “screen-reader-text” which have “position: absolute !important;”
    without this attribut it’s ok.
    ligne 717 of style.css

    For french : la traduction en “Continuer la lecture de” est donc malvenue. Le “de” ne servant à rien

  • The topic ‘Twenty Fourteen screen-redear-text’ is closed to new replies.