• Hi, I just switched from Radio Userland to WordPress and found this great theme. Guess I need some help to get started.

    I have one question. How do I edit the right sidebar. I’d like to put some javascript code there, like to change the headings, add some stuff there (delicious-tags).
    I’m new to php and not even a developer.

    Could you help me?

    Thanks Thomas

Viewing 2 replies - 1 through 2 (of 2 total)
  • hi tom,

    it’s simple, really. it’s just php.

    where you would normally write things like:

    <?php foo(); ?>

    write instead:

    foo();

    and where you would normally write things like:

    <h2>title<h2>

    write instead:

    ?><h2>title<h2><?php

    Thread Starter thob

    (@thob)

    ah well I’ll give it a try. Thanks, like the modularity of you theme.

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