• hi

    i want to integrate the widget in the header of my page

    [awesome-weather location="Montreal" units="F" size="tall" override_title="MTL" forecast_days="2" hide_stats=1 background="http://urltoanimage.jpg" custom_bg_color="#cccccc" inline_style="width: 200px; margin: 20px; float: left;"]

    but i don´t know where

    https://ww.wp.xz.cn/plugins/awesome-weather/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Hal Gatewood

    (@halgatewood)

    You’ll need to wrap the shortcode with a PHP function like this:

    <?php echo do_shortcode('[awesome-weather location="Montreal" units="F" size="tall" override_title="MTL" forecast_days="2" hide_stats=1 background="http://urltoanimage.jpg" custom_bg_color="#cccccc" inline_style="width: 200px; margin: 20px; float: left;"]'); ?>

    Thread Starter jhaustein

    (@jhaustein)

    hi thx very much – please be so kind and give me the filename of the css file which is resposible for the layout

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

The topic ‘implementation of code’ is closed to new replies.