Add search result wordpress


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <?php echo sprintf(__("Exibindo %s - %s de %s resultado(s) encontrado(s)", THEME), $from, $count, $total); ?> para <strong><?php echo get_query_var("s") ?></strong></p>

Report this snippet


Comments


You need to login to view comments.