• Very nifty plugin thanks – and it doesn’t have the styling issues that the ‘Subheading’ plugin has.

    Just one thing: Any clues why the styling appended below will not work?
    (Using Simple Hooks in Genesis – very robust stuff.)

    TIA

    ==============================================================
    <?php if (function_exists(‘the_subtitle’)){ the_subtitle(‘<p style=”fontsize:12px;font-style: italic;font-weight:bold;color:#000000″>’,'</p>’); }?>
    ==============================================================

    http://wordpress.org/extend/plugins/subtitle-360/

Viewing 1 replies (of 1 total)
  • Plugin Author HasanulBanna

    (@hasanulbanna)

    Hi,
    Than your fir using the plugin
    Please put a div and style it before the function.

    <div class="subHead">
    <?php if (function_exists('the_subtitle')){ the_subtitle(); }?>
    </div>

    Please note the function wont have any styling parameter inbuilt.

    Thank You
    Banna

Viewing 1 replies (of 1 total)
  • The topic ‘Neat plugin – but anyone got an idea for styling?’ is closed to new replies.