> For the complete documentation index, see [llms.txt](https://ovatheme.gitbook.io/brw/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ovatheme.gitbook.io/brw/faqs/list-hook-for-template/loop.md).

# Loop

* Display in template: loop/price.php\
  add\_action( 'woocommerce\_after\_shop\_loop\_item\_title', 'ovabrw\_product\_price', 9 );<br>
* Display in template: loop/attributes.php\
  add\_action( 'woocommerce\_after\_shop\_loop\_item', 'ovabrw\_loop\_attributes', 8 );<br>
* Display in template: loop/featured.php\
  add\_action( 'woocommerce\_after\_shop\_loop\_item', 'ovabrw\_loop\_featured', 9 );
