Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: BPDEV-FLICKR now online with BPDEV-ADMIN-MENU and BPDEV-SIMPLEPIE

Here is what the problem is, the function should be and otehr fnctions also need the bloginfo(‘wpurl’) variable prepended

function flickr_head_load_css() {

global $bp; ?>

<link rel=”stylesheet” href=”<?php echo bloginfo(‘wpurl’). $bp; ?>css/style.css” type=”text/css” media=”screen” />

<? }

Skip to toolbar