'
' . esc_html__( 'Pages:', 'porto' ) . '',
'after' => '
',
'link_before' => '
',
'link_after' => '',
'pagelink' => '
' . esc_html__( 'Page', 'porto' ) . ' %',
'separator' => '
, ',
)
);
?>
comment_status ) || 'open' == $post->comment_status ) ) :
?>
options['display']['position'] && in_array( 'post', (array) Post_Views_Counter()->options['general']['post_types_count'] ) ) {
$post_count = do_shortcode( '[post-views]' );
if ( $post_count ) {
echo porto_filter_output( $post_count );
}
}
?>
'inline',
)
);
?>