<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Create a handwritten signature with a WordPress shortcode</title>
	<atom:link href="http://www.contentrobot.com/create-a-handwritten-signature-with-a-wordpress-shortcode/feed" rel="self" type="application/rss+xml" />
	<link>http://www.contentrobot.com/create-a-handwritten-signature-with-a-wordpress-shortcode?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=create-a-handwritten-signature-with-a-wordpress-shortcode</link>
	<description>The Blogging &#38; WordPress Experts</description>
	<lastBuildDate>Sat, 17 Dec 2011 17:48:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Mastering Wordpress Shortcodes &#171; So So Schwag</title>
		<link>http://www.contentrobot.com/create-a-handwritten-signature-with-a-wordpress-shortcode/comment-page-1#comment-28219</link>
		<dc:creator>Mastering Wordpress Shortcodes &#171; So So Schwag</dc:creator>
		<pubDate>Sun, 25 Apr 2010 17:49:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.wefixwp.com/?p=156#comment-28219</guid>
		<description>[...] Create a handwritten signature with a Wordpress shortcode by wefixwp [...]</description>
		<content:encoded><![CDATA[<p>[...] Create a handwritten signature with a WordPress shortcode by wefixwp [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kimarie</title>
		<link>http://www.contentrobot.com/create-a-handwritten-signature-with-a-wordpress-shortcode/comment-page-1#comment-28218</link>
		<dc:creator>Kimarie</dc:creator>
		<pubDate>Mon, 02 Nov 2009 21:21:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.wefixwp.com/?p=156#comment-28218</guid>
		<description>When you use this function, does the signature also appear in feed that gets emailed to subscribers?  I currently have an automatic signature line that I just inserted into my subscribe reminder plugin.  But that entire plugin doesn&#039;t show up in emailed posts.  Help?  Thanks.</description>
		<content:encoded><![CDATA[<p>When you use this function, does the signature also appear in feed that gets emailed to subscribers?  I currently have an automatic signature line that I just inserted into my subscribe reminder plugin.  But that entire plugin doesn&#8217;t show up in emailed posts.  Help?  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Skapa en snygg handskriven signatur till era artiklar med WP shortcode &#124; ZtrixQ.se</title>
		<link>http://www.contentrobot.com/create-a-handwritten-signature-with-a-wordpress-shortcode/comment-page-1#comment-28217</link>
		<dc:creator>Skapa en snygg handskriven signatur till era artiklar med WP shortcode &#124; ZtrixQ.se</dc:creator>
		<pubDate>Sat, 26 Sep 2009 07:48:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.wefixwp.com/?p=156#comment-28217</guid>
		<description>[...] wefixwp hittade jag en manual som förklarade bra om hur man gör och så här gick jag tillväga för att [...]</description>
		<content:encoded><![CDATA[<p>[...] wefixwp hittade jag en manual som förklarade bra om hur man gör och så här gick jag tillväga för att [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WeFixWP</title>
		<link>http://www.contentrobot.com/create-a-handwritten-signature-with-a-wordpress-shortcode/comment-page-1#comment-28216</link>
		<dc:creator>WeFixWP</dc:creator>
		<pubDate>Thu, 20 Aug 2009 01:48:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.wefixwp.com/?p=156#comment-28216</guid>
		<description>You can just modify the code and repeat it however many times you need (signature1, signature2, etc.). For example...
&lt;code&gt;function sc_signature1() {
   return &#039;&#039;;
}
add_shortcode(&#039;signature1&#039;, &#039;sc_signature1&#039;);&lt;/code&gt;
you also need to save each signature as a separate image and add the css for each one...
&lt;code&gt;#signature1 {
background:url(images/signature1.jpg) no-repeat top left;
width:100px;
height:100px;
}&lt;/code&gt;
you would then use the short code...
[signature1]
Hope that helps!</description>
		<content:encoded><![CDATA[<p>You can just modify the code and repeat it however many times you need (signature1, signature2, etc.). For example&#8230;<br />
<code>function sc_signature1() {<br />
   return '';<br />
}<br />
add_shortcode('signature1', 'sc_signature1');</code><br />
you also need to save each signature as a separate image and add the css for each one&#8230;<br />
<code>#signature1 {<br />
background:url(images/signature1.jpg) no-repeat top left;<br />
width:100px;<br />
height:100px;<br />
}</code><br />
you would then use the short code&#8230;<br />
[signature1]<br />
Hope that helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikas</title>
		<link>http://www.contentrobot.com/create-a-handwritten-signature-with-a-wordpress-shortcode/comment-page-1#comment-28215</link>
		<dc:creator>Nikas</dc:creator>
		<pubDate>Thu, 06 Aug 2009 21:01:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.wefixwp.com/?p=156#comment-28215</guid>
		<description>How to make this happen if you have multiple authors on one blog?

Is there any easy way for a non coder?</description>
		<content:encoded><![CDATA[<p>How to make this happen if you have multiple authors on one blog?</p>
<p>Is there any easy way for a non coder?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandi</title>
		<link>http://www.contentrobot.com/create-a-handwritten-signature-with-a-wordpress-shortcode/comment-page-1#comment-28214</link>
		<dc:creator>Brandi</dc:creator>
		<pubDate>Wed, 08 Jul 2009 22:08:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.wefixwp.com/?p=156#comment-28214</guid>
		<description>How would you center the signature?</description>
		<content:encoded><![CDATA[<p>How would you center the signature?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George Serradinho</title>
		<link>http://www.contentrobot.com/create-a-handwritten-signature-with-a-wordpress-shortcode/comment-page-1#comment-28213</link>
		<dc:creator>George Serradinho</dc:creator>
		<pubDate>Tue, 24 Mar 2009 10:35:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.wefixwp.com/?p=156#comment-28213</guid>
		<description>Thanks for this tip. I have done everything as shown above and now my signature is at the bottom of my posts.

I guess if you have multiple authors then you can create more shortcodes</description>
		<content:encoded><![CDATA[<p>Thanks for this tip. I have done everything as shown above and now my signature is at the bottom of my posts.</p>
<p>I guess if you have multiple authors then you can create more shortcodes</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WeFixWP</title>
		<link>http://www.contentrobot.com/create-a-handwritten-signature-with-a-wordpress-shortcode/comment-page-1#comment-28212</link>
		<dc:creator>WeFixWP</dc:creator>
		<pubDate>Thu, 19 Mar 2009 15:57:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.wefixwp.com/?p=156#comment-28212</guid>
		<description>Aaron ...

You can just add &lt;code&gt;float:right;&lt;/code&gt; to the css and that will align it right.

Good luck! WeFixWP</description>
		<content:encoded><![CDATA[<p>Aaron &#8230;</p>
<p>You can just add <code>float:right;</code> to the css and that will align it right.</p>
<p>Good luck! WeFixWP</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aaron</title>
		<link>http://www.contentrobot.com/create-a-handwritten-signature-with-a-wordpress-shortcode/comment-page-1#comment-28211</link>
		<dc:creator>aaron</dc:creator>
		<pubDate>Sat, 07 Mar 2009 06:59:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.wefixwp.com/?p=156#comment-28211</guid>
		<description>How would I change alignment? I would like it to align right. I Tried to edit that directly in style sheet but wouldn&#039;t work. Any help would be much appreciated.</description>
		<content:encoded><![CDATA[<p>How would I change alignment? I would like it to align right. I Tried to edit that directly in style sheet but wouldn&#8217;t work. Any help would be much appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Jantsch - Duct Tape Marketing</title>
		<link>http://www.contentrobot.com/create-a-handwritten-signature-with-a-wordpress-shortcode/comment-page-1#comment-28210</link>
		<dc:creator>John Jantsch - Duct Tape Marketing</dc:creator>
		<pubDate>Sun, 01 Mar 2009 13:14:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.wefixwp.com/?p=156#comment-28210</guid>
		<description>Nice tip - I&#039;m guessing you could do that with any image, such as headshots of routine guest authors by naming #headshotbill, etc.</description>
		<content:encoded><![CDATA[<p>Nice tip &#8211; I&#8217;m guessing you could do that with any image, such as headshots of routine guest authors by naming #headshotbill, etc.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

