<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>ThemeShaper Forums Topic: Adding images next to postfooter elements</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Thu, 20 Jun 2013 12:29:44 +0000</pubDate>

<item>
<title>simonafilote on "Adding images next to postfooter elements"</title>
<link>http://themeshaper.com/forums/topic/adding-images-next-to-postfooter-elements#post-23664</link>
<pubDate>Tue, 01 Nov 2011 17:40:28 +0000</pubDate>
<dc:creator>simonafilote</dc:creator>
<guid isPermaLink="false">23664@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hey, you were right, I removed the dots and it worked! Thanks for helping me out :)
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Adding images next to postfooter elements"</title>
<link>http://themeshaper.com/forums/topic/adding-images-next-to-postfooter-elements#post-23661</link>
<pubDate>Tue, 01 Nov 2011 14:54:27 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">23661@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;simona,&#60;/p&#62;
&#60;p&#62;your code looks good, but make sure that the &#60;em&#62;path&#60;/em&#62; to the file name is correct.  &#60;/p&#62;
&#60;p&#62;if you've added this code to your theme's style.css and your images are in a folder called 'images' (in the root of your theme) then your path should actually be:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;background: url(&#38;quot;images/pencil1.png&#38;quot;) no-repeat scroll 0 2px #FFFFFF;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;the ../ means go UP one level from where you are (style.css) so no doubt it isn't finding the image folder.  you can see that in firebug too usually as you'll get 404/not found errors.
&#60;/p&#62;</description>
</item>
<item>
<title>simonafilote on "Adding images next to postfooter elements"</title>
<link>http://themeshaper.com/forums/topic/adding-images-next-to-postfooter-elements#post-23660</link>
<pubDate>Tue, 01 Nov 2011 14:07:26 +0000</pubDate>
<dc:creator>simonafilote</dc:creator>
<guid isPermaLink="false">23660@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi Helga&#60;/p&#62;
&#60;p&#62;Many thanks for your answer. In fact I had taken a look at the example site's CSS through Firebug, and what I found is the following:&#60;/p&#62;
&#60;p&#62;To add an image besides the tag links, I guess this is the code. I added it in my style.css and that created some space right before the tag-links in the postfooter where the small image should come, but the image itself doesn't appear...what am I missing? I double checked the image name to make sure it's right.&#60;/p&#62;
&#60;p&#62;#content .entry-utility .tag-links {&#60;br /&#62;
    background: url(&#34;../images/pencil6.png&#34;) no-repeat scroll 4px 1px #FFFFFF;&#60;br /&#62;
    padding: 0 8px 0 32px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;---------&#60;br /&#62;
To add the image before the comment count, I copy/pasted this code in the style.css but there is no effect at the frontend...not even some space as in the first case.&#60;/p&#62;
&#60;p&#62;#content .entry-utility .comment-link {&#60;br /&#62;
    background: url(&#34;../images/pencil1.png&#34;) no-repeat scroll 0 2px #FFFFFF;&#60;br /&#62;
    padding: 0 11px 0 18px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;What do you think?&#60;/p&#62;
&#60;p&#62;Simona
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Adding images next to postfooter elements"</title>
<link>http://themeshaper.com/forums/topic/adding-images-next-to-postfooter-elements#post-23657</link>
<pubDate>Mon, 31 Oct 2011 15:28:12 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">23657@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;why don't you take &#60;a href=&#34;http://getfirebug.com&#34; rel=&#34;nofollow&#34;&#62;http://getfirebug.com&#60;/a&#62; or chrome's developer tools and examine what that site is doing?  and then copy it?  it is only a little CSS background image in conjunction with some left padding.
&#60;/p&#62;</description>
</item>
<item>
<title>simonafilote on "Adding images next to postfooter elements"</title>
<link>http://themeshaper.com/forums/topic/adding-images-next-to-postfooter-elements#post-23656</link>
<pubDate>Mon, 31 Oct 2011 12:11:31 +0000</pubDate>
<dc:creator>simonafilote</dc:creator>
<guid isPermaLink="false">23656@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I've just started with WP and I'm a complete dummy with CSS and PHP but yet I'm keen to customise and style the blog theme as I wish... &#60;/p&#62;
&#60;p&#62;I've been searching for days for some solution to add a small speech bubble next to the comments count displayed in the postfooter of each post. Also, I'd like to add a graphic next to the other two elements displayed in the postfooter (post category and tags), something like it's being displayed on this blog: &#60;a href=&#34;http://www.blago.net/baking/.&#34; rel=&#34;nofollow&#34;&#62;http://www.blago.net/baking/.&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;My blog is crumbsofjoy.co.cc&#60;/p&#62;
&#60;p&#62;I would really appreciate your help with this.&#60;/p&#62;
&#60;p&#62;Simona
&#60;/p&#62;</description>
</item>

</channel>
</rss>
