Title: [Plugin: flickrRSS] Flickr RSS Styling Question
Last modified: August 19, 2016

---

# [Plugin: flickrRSS] Flickr RSS Styling Question

 *  [nyxx](https://wordpress.org/support/users/nyxx/)
 * (@nyxx)
 * [18 years, 2 months ago](https://wordpress.org/support/topic/plugin-flickrrss-flickr-rss-styling-question/)
 * I was wondering how can I possibly add some HTML to my Flickrss to style it.
 * I’m looking to get something similiar to this website
    [http://livewire-edition.premiumnewstheme.com/](http://livewire-edition.premiumnewstheme.com/)
 * Currently on my site I have 2 rows with my images beside one another with no 
   spaces.

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [nyxx](https://wordpress.org/support/users/nyxx/)
 * (@nyxx)
 * [18 years, 2 months ago](https://wordpress.org/support/topic/plugin-flickrrss-flickr-rss-styling-question/#post-730487)
 * bump
 *  [kissmykitty](https://wordpress.org/support/users/xoxo/)
 * (@xoxo)
 * [18 years, 2 months ago](https://wordpress.org/support/topic/plugin-flickrrss-flickr-rss-styling-question/#post-730668)
 * 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;
       }
       ```
   
 *  [zealograf](https://wordpress.org/support/users/zealograf/)
 * (@zealograf)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/plugin-flickrrss-flickr-rss-styling-question/#post-730694)
 * 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.

 * 3 replies
 * 3 participants
 * Last reply from: [zealograf](https://wordpress.org/support/users/zealograf/)
 * Last activity: [18 years, 1 month ago](https://wordpress.org/support/topic/plugin-flickrrss-flickr-rss-styling-question/#post-730694)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
