• I have a hemingway-based theme (Japanese Cherry Blossoms), but the bottom sidebar isn’t dynamic. In fact, it lists the interests of the creator :<. I just want it to look a bit more like this: http://winterblink.com where it lists relevent tags and links, etc. any help?

    here’s my current sidebar.php

Viewing 1 replies (of 1 total)
  • Open footer.php and add:

    <?php if (!function_exists(‘dynamic_sidebar’) || !dynamic_sidebar()) : ?>
    <?php endif; ?>

    just above the content copyright notice. That should add a widget-area to your footer that you can then use to insert dynamic content. However, you’ll also then need to start editing your theme’s CSS to get the new footer looking the way you want it to.

    The final lines in the footer aren’t the interests of the theme’s creator. They’re copyright notices, so unless the theme is released under GPL, you may be breaching copyright if you remove them.

Viewing 1 replies (of 1 total)

The topic ‘Customzing Hemingway’ is closed to new replies.