Мікроформати

Avatar

Від Termin 08-02-2013 14:24:52

Сусід · 103 повідомлень

Після невеликої перерви знову взявся за виправлення мікроформати,
hatom-feed
hatom-entry:

В інтернеті інформації про це немає. Але сайт http://www.glassonline.com.ua який працює на темі twentytwelve з мікроформатами! Висновок: це означає, що тема якої Я користуюсь не правильно складена. Я поліз в код теми twentytwelve побачив там таку розмітку мікроформатів:

[code2=as3:1fqtftnn]function twentytwelve_entry_meta() {
    // Translators: used between list items, there is a space after the comma.
    $categories_list = get_the_category_list( __( ', ', 'twentytwelve' ) );

    // Translators: used between list items, there is a space after the comma.
    $tag_list = get_the_tag_list( '', __( ', ', 'twentytwelve' ) );

    $date = sprintf( '<a href="%1$s" title="%2$s" rel="bookmark"><time class="entry-date" datetime="%3$s" pubdate>%4$s</time></a>',
        esc_url( get_permalink() ),
        esc_attr( get_the_time() ),
        esc_attr( get_the_date( 'c' ) ),
        esc_html( get_the_date() )
    );

    $author = sprintf( '<span class="author vcard"><a class="url fn n" href="%1$s" title="%2$s" rel="author">%3$s</a></span>',
        esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ),
        esc_attr( sprintf( __( 'View all posts by %s', 'twentytwelve' ), get_the_author() ) ),
        get_the_author()
    );

    // Translators: 1 is category, 2 is tag, 3 is the date and 4 is the author's name.
    if ( $tag_list ) {
        $utility_text = __( 'This entry was posted in %1$s and tagged %2$s on %3$s<span class="by-author"> by %4$s</span>.', 'twentytwelve' );
    } elseif ( $categories_list ) {
        $utility_text = __( 'This entry was posted in %1$s on %3$s<span class="by-author"> by %4$s</span>.', 'twentytwelve' );
    } else {
        $utility_text = __( 'This entry was posted on %3$s<span class="by-author"> by %4$s</span>.', 'twentytwelve' );
    }

    printf(
        $utility_text,
        $categories_list,
        $tag_list,
        $date,
        $author
    );
}
endif;[/code2:1fqtftnn]
Але я не можу зрозуміти, де в цьому коді написана інформація про hatom-feed
hatom-entry:
прошу допомоги?

Avatar

Від mr.psiho 08-02-2013 14:36:21

Сусід · 160 повідомлень
Termin wrote

В інтернеті інформації про це немає.

Є: http://microformats.org/wiki/hatom Дивіться приклади використання, опис тегів і застосовуйте.


Сайти на WordPress будь якого рівня складності. Сайти на LiveStreet будь якого рівня складності. А ще ми любимо корів)) Звертайтесь. ;)