• I’m working with the Twenty Ten template.
    I want to add a static video in a dinamic homepage.
    I need to create a widget area under the header, which works good. But the right sidebar goes down and I want to keep it at the same level than the new widget area. How can I do it, please?
    Many thanks!

    See: http://periodismeiconsciencia.org

Viewing 2 replies - 1 through 2 (of 2 total)
  • move the widget code to after this line:

    <div id="container">

    you should find that line in index.php
    – possibly use a conditional statement to restrict the output to the dynamic front page;

    example:

    <?php if( is_home() ) { ?>
    your code here
    <?php } ?>
    Thread Starter Joan Ortiz i Serra

    (@joan-ortiz-i-serra)

    Wow! Thank you!
    It’s been very easy. I just paste the code where you said. And that worked! Thank you again!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Widgetize area’ is closed to new replies.