Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter nyxx

    (@nyxx)

    bump

    Apply an ID to the Flickr function:

    <div id="flickr">
    <?php get_flickrRSS(); ?>
    </div>

    And then stylize #flickr in your stylesheet accordingly. For what that website has, you’ll want to use something like:

    #flickr  {
     background-color: #ffffff;
     border: 1px #cccccc;
     padding: 5px;
     margin: 5px;
    }

    Hey I have no clue where the <?php get_flickrRSS(); ?> exist. I did not manually put it in. I just activated it in the dashboard under widgets and it started working. I have been searching everywhere to find where it exist.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: flickrRSS] Flickr RSS Styling Question’ is closed to new replies.