diff --git a/src/functions/single-functions.php b/src/functions/single-functions.php index d555fc8..631084e 100644 --- a/src/functions/single-functions.php +++ b/src/functions/single-functions.php @@ -58,9 +58,9 @@ add_filter( 'comment_text', 'wrap_Comment', 99); /** * Display date of post. */ -if ( ! function_exists( 'tainacan_post_date' ) ) { +//if ( ! function_exists( 'tainacan_post_date' ) ) { function tainacan_post_date() { - if ( in_array( get_post_type(), array( 'post', 'attachment' ) ) ) { + //if ( in_array( get_post_type(), array( 'post', 'attachment' ) ) ) { $time_string = ''; if ( get_the_time( 'U' ) !== get_the_modified_time( 'U' ) ) { $time_string = ' '; @@ -72,9 +72,9 @@ if ( ! function_exists( 'tainacan_post_date' ) ) { get_the_modified_date() ); echo $time_string; - } + //} } -} +//} // define the cancel_comment_reply_link callback function filter_cancel_comment_reply_link( $formatted_link, $link, $text ) { diff --git a/src/tainacan/single-items.php b/src/tainacan/single-items.php index 440c36e..a36ba3a 100644 --- a/src/tainacan/single-items.php +++ b/src/tainacan/single-items.php @@ -21,7 +21,7 @@
- : + :