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

RSS Icon Subscribe to comments

You need to login to post a comment.