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/
Currently on my site I have 2 rows with my images beside one another with no spaces.
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
Member
Posted 1 year ago #
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.