21,8 → 21,8 |
<?php printf(_n("category: ", "categories: ", count(get_the_category()), 'sdt')); the_category(', '); ?><br /> |
<?php printf(_n("tag: ", "tags: ", count(get_the_tags()), 'sdt')); the_tags('', ', ', ''); ?><br /> |
<a href="<?php the_permalink(); ?>" title="<?php printf(esc_attr__('Permalink to %s', 'sdt'), the_title_attribute('echo=0')); ?>" rel="bookmark"><?php _e('permalink', 'sdt'); ?></a> |
<? if (comments_open()) { ?> • <a href="#respond" title="<?php _e('Write a comment', 'sdt'); ?>"><?php _e('reply', 'sdt'); ?></a><?php } ?> |
<? if (pings_open()) { ?> • <a href="<?php trackback_url() ?>" title="<?php _e('Trackback URL', 'sdt'); ?>"><?php _e('trackback', 'sdt'); ?></a><?php } ?> |
<?php if (comments_open()) { ?> • <a href="#respond" title="<?php _e('Write a comment', 'sdt'); ?>"><?php _e('reply', 'sdt'); ?></a><?php } ?> |
<?php if (pings_open()) { ?> • <a href="<?php trackback_url() ?>" title="<?php _e('Trackback URL', 'sdt'); ?>"><?php _e('trackback', 'sdt'); ?></a><?php } ?> |
• <?php post_comments_feed_link(__('comments RSS', 'sdt')) ?> |
</footer> |
</article> |