PDA

View Full Version : Sidebar Problem


Alex
February 20th, 2006, 03:57
Hey guys, i need some help.

I want the Flickr Badge to appear on every page at the Sidebar. But it only appears only at the Blog Start Page. Which code do i have to insert?

Dancameron
February 21st, 2006, 04:25
Just make sure that it isn't in a function id is_home:

Forexample if it before the about blurp and below the
<?php /* If there is a custom about message, use it on the frontpage. */ $k2about = get_option('k2aboutblurp'); if ((is_home() && $k2about != '') or !(is_home()) && !(is_page()) && !(is_single())) { ?>

It will only show on the homepage.

Just put the flickr code just above the above code that should solve your problems.

Otherwise if you want to put it in a different place make sure it's outside of any functions.