Title: [Plugin: Mini Loops] Adding Title To Template Tags
Last modified: August 20, 2016

---

# [Plugin: Mini Loops] Adding Title To Template Tags

 *  Resolved [ChrisStoneman](https://wordpress.org/support/users/chrisstoneman/)
 * (@chrisstoneman)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-mini-loops-adding-title-to-template-tags/)
 * Hi, Great plugin
 * I’ve added the code into my template files, so am amending it manually. How do
   I change the
 * ‘title’ => __( ‘Recent Posts’, ‘mini-loops’ ),
    ‘hide_title’ => 0,
 * so that I can have my own title in there?
 * [http://wordpress.org/extend/plugins/mini-loops/](http://wordpress.org/extend/plugins/mini-loops/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [Kailey (trepmal)](https://wordpress.org/support/users/trepmal/)
 * (@trepmal)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-mini-loops-adding-title-to-template-tags/#post-2291128)
 * Try
 * `'title' => 'Your Custom Title',`
 *  Thread Starter [ChrisStoneman](https://wordpress.org/support/users/chrisstoneman/)
 * (@chrisstoneman)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-mini-loops-adding-title-to-template-tags/#post-2291136)
 * I’ve tried this and the title does not appear. I’ve also amended the ‘hide title’
   field
 *  Plugin Author [Kailey (trepmal)](https://wordpress.org/support/users/trepmal/)
 * (@trepmal)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-mini-loops-adding-title-to-template-tags/#post-2291141)
 * I apologize, I totally brain-glitched….
 * The “title” (and hide_title) argument only gets used with the actual widget –
   it’s ignored in the template tag output. The idea being that if you’re adding
   the template tag to your theme, you can simply add your heading html a long with
   it.
 *     ```
       <h3>Your Title</h3>
       <?php miniloops( $args ); ?>
       ```
   
 *  Thread Starter [ChrisStoneman](https://wordpress.org/support/users/chrisstoneman/)
 * (@chrisstoneman)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-mini-loops-adding-title-to-template-tags/#post-2291147)
 * Ok perfect, this works fine. Thanks very much

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘[Plugin: Mini Loops] Adding Title To Template Tags’ is closed to new 
replies.

 * ![](https://s.w.org/plugins/geopattern-icon/mini-loops_f7f7f7.svg)
 * [Mini Loops](https://wordpress.org/plugins/mini-loops/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mini-loops/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mini-loops/)
 * [Active Topics](https://wordpress.org/support/plugin/mini-loops/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mini-loops/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mini-loops/reviews/)

## Tags

 * [title](https://wordpress.org/support/topic-tag/title/)

 * 4 replies
 * 2 participants
 * Last reply from: [ChrisStoneman](https://wordpress.org/support/users/chrisstoneman/)
 * Last activity: [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-mini-loops-adding-title-to-template-tags/#post-2291147)
 * Status: resolved