>
'. fixit_function_post_formate( 'true' ) . '
';
endif;
print ( is_sticky() ) ? '' : '';
the_title( sprintf( '' );
print '';
fixit_function_blog_meta();
print the_tags( 'in ', ', ', ' / ' );
edit_post_link( __( 'Edit', 'ac-repair' ), '', '' );
print '
';
if( get_the_excerpt() ) :
print ''. fixit_function_getcharcut( get_the_excerpt(), 225) .'
';
endif;
wp_link_pages( array(
'before' => '' . esc_html__( 'Pages:', 'ac-repair' ) . '',
'after' => '
',
'link_before' => '',
'link_after' => '',
'pagelink' => '' . esc_html__( 'Page', 'ac-repair' ) . ' %',
'separator' => ', ',
) );
printf( '%2$s', get_the_permalink(), esc_html__('Read more', 'ac-repair' ) );
?>
';
}
?>