This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Post Kinds Custom Post Format Change | |
* Plugin Name: Post Kinds Custom Post Format | |
* Plugin URI: | |
* Description: Change Post Kind to Post Format Mapping | |
* Version: 0.0.1 | |
* Author: David Shanske | |
* Author URI: https://david.shanske.com | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php if ( ! empty( $comments_by_type['webmention'] ) ) { ?> | |
<div id="mentionlist-container" class="comment-tab"> | |
<ol class="mentionlist"> | |
<?php // not calling wp_list_comments twice, as it breaks pagination | |
$pings = $comments_by_type['webmention']; | |
foreach ($pings as $comment) { ?> | |
<li class="ping"> | |
<?php get_avatar($comment); ?> | |
<div class="ping-meta"><?php comment_date( get_option( 'date_format' ), $comment ); ?></div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:location.href='https://tiny.n9n.us/?indie-action=like&url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title) |
NewerOlder