Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Kailey (trepmal)

    (@trepmal)

    Try

    'title' => 'Your Custom Title',

    Thread Starter ChrisStoneman

    (@chrisstoneman)

    I’ve tried this and the title does not appear. I’ve also amended the ‘hide title’ field

    Plugin Author Kailey (trepmal)

    (@trepmal)

    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

    (@chrisstoneman)

    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.