<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>wordpress &#8211; YUMMY WAKAME Blog</title>
	<atom:link href="https://yummy-wakame.com/weblog/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>https://yummy-wakame.com/weblog</link>
	<description>UX Designer + Full-Stack Dev</description>
	<lastBuildDate>Fri, 07 Oct 2016 09:24:58 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>

<image>
	<url>https://yummy-wakame.com/weblog/wp-content/uploads/2018/07/cropped-square-icon-2-150x150.png</url>
	<title>wordpress &#8211; YUMMY WAKAME Blog</title>
	<link>https://yummy-wakame.com/weblog</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Need New WordPress Keys?</title>
		<link>https://yummy-wakame.com/weblog/2012/09/need-new-wordpress-keys/</link>
					<comments>https://yummy-wakame.com/weblog/2012/09/need-new-wordpress-keys/#respond</comments>
		
		<dc:creator><![CDATA[olivia]]></dc:creator>
		<pubDate>Wed, 19 Sep 2012 18:07:10 +0000</pubDate>
				<category><![CDATA[D&D Articles]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">http://www.yummy-wakame.com/?p=13628</guid>

					<description><![CDATA[Did your site get hacked and you&#8217;re now in the process of changing passwords and securing your site? You&#8217;ll need a new set of secret keys: WordPress Secret Key Generator? More steps to take here, and how to harden your WordPress installation. Consider getting the Website Defender plugin.]]></description>
										<content:encoded><![CDATA[<p>Did your site get hacked and you&#8217;re now in the process of changing passwords and securing your site? You&#8217;ll need a new set of secret keys:<br />
<a href="https://api.wordpress.org/secret-key/1.1/salt/" rel="external"><strong>WordPress Secret Key Generator</strong></a>?</p>
<p>More steps to take <a href="http://codex.wordpress.org/FAQ_My_site_was_hacked" rel="external">here</a>,</p>
<p>and <a href="http://codex.wordpress.org/Hardening_WordPress">how to harden your WordPress installation</a>.</p>
<p>Consider getting the <a href="http://www.websitedefender.com/" rel="external">Website Defender</a> plugin.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://yummy-wakame.com/weblog/2012/09/need-new-wordpress-keys/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>WordPress HOW TO: Add Facebook &#8220;Like&#8221; and &#8220;Share&#8221; buttons on index.php</title>
		<link>https://yummy-wakame.com/weblog/2011/01/wordpress-how-to-add-facebook-like-and-share-buttons-on-index-php/</link>
					<comments>https://yummy-wakame.com/weblog/2011/01/wordpress-how-to-add-facebook-like-and-share-buttons-on-index-php/#comments</comments>
		
		<dc:creator><![CDATA[olivia]]></dc:creator>
		<pubDate>Thu, 13 Jan 2011 15:44:24 +0000</pubDate>
				<category><![CDATA[D&D Articles]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">http://www.yummy-wakame.com/?p=11983</guid>

					<description><![CDATA[You can find instructions everywhere on how to add these buttons to individual pages in WordPress, but when it comes to the index page (the main blog list page), just putting the code into the loop doesn&#8217;t work. You need to also specify the page URL for each post, or facebook will unhelpfully link to [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>You can find instructions everywhere on how to add these buttons to individual pages in WordPress, but when it comes to the index page (the main blog list page), just putting the code into the loop doesn&#8217;t work. You need to also specify the page URL for each post, or facebook will unhelpfully link to your main blog page every time. Here&#8217;s the code:</p>
<p><span id="more-11983"></span><br />
<em>Sorry it spills out of the design, I just haven&#8217;t bothered to style this sort of code up yet. But you can still copy and paste it.</em></p>
<h3>Facebook Like Button Code:</h3>
<p><code></p>
<p>&lt;iframe src=&quot;http://www.facebook.com/plugins/like.php?href=&lt;?php the_permalink() ?&gt;&amp;layout=button_count&amp;show_faces=false&amp;width=80&amp;action=like&amp;font=lucida+grande&amp;colorscheme=light&quot; allowtransparency=&quot;true&quot; style=&quot;border: medium none; overflow: hidden; width: 80px; height: 21px;&quot; frameborder=&quot;0″ scrolling=&quot;no&quot;&gt;&lt;/iframe&gt;</p>
<h3>Facebook Share Button Code:</h3>
<p><!--formatted--></code><br />
<code></p>
<p>&lt;a name=&quot;fb_share&quot; share_url=&quot;&lt;?php the_permalink() ?&gt;&quot; type=&quot;button&quot;&gt;&lt;/a&gt;&lt;script src=&quot;http://static.ak.fbcdn.net/connect.php/js/FB.Share&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;</p>
<p><!--formatted--></code></p>
<p>Variations of these work if you want to use one of the fancy buttons, just be sure to specify the permalink parameter each time.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://yummy-wakame.com/weblog/2011/01/wordpress-how-to-add-facebook-like-and-share-buttons-on-index-php/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>Making It So</title>
		<link>https://yummy-wakame.com/weblog/2010/04/making-it-so/</link>
					<comments>https://yummy-wakame.com/weblog/2010/04/making-it-so/#comments</comments>
		
		<dc:creator><![CDATA[olivia]]></dc:creator>
		<pubDate>Thu, 15 Apr 2010 14:18:43 +0000</pubDate>
				<category><![CDATA[D&D Articles]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">http://www.yummy-wakame.com/?p=10740</guid>

					<description><![CDATA[After over 5 years Yummy Wakame finally has a sleek new look! This has been a work-in-slow-progress for over a year now, as always with personal projects it&#8217;s been the last priority after paid work. At one point I thought it would never happen and didn&#8217;t touch it for about 4 months, figuring I&#8217;d work [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a href="/"><img fetchpriority="high" decoding="async" class="alignnone size-medium wp-image-10748" title="Yummy Wakame Homepage Screeshot" src="https://yummy-wakame.com/weblog/wp-content/uploads/2010/04/yummy-homepage-e1271364591317-320x317.jpg" alt="" width="320" height="317" /></a></p>
<p><strong class="introcopy">After over 5 years Yummy Wakame finally has a sleek new look!</strong> This has been a work-in-slow-progress for over a year now, as always with personal projects it&#8217;s been the last priority after paid work. At one point I thought it would never happen and didn&#8217;t touch it for about 4 months, figuring I&#8217;d work on it once work slowed down completely, but that never happened, and since October last year I suddenly found myself revelling in a whole lot more free time than I was used to. So YAY for Yummy Wakame! I guess now I&#8217;ll be passing around the business cards instead of cringingly giving out the URL to new clients. This design is a much better fit, <a href="/love/site-credits">inspired</a> by something very meaningful to me. The <a href="/">portfolio</a> isnt groaning under the weight of crusty 7 year old projects anymore. The new site and portfolio is so much easier to keep fresh thanks to WordPress, without needing to do a further stitch of code. <a href="/expertise/custom-wordpress-template-design">I can make you a WordPress powered site too!</a></p>
<p>Oh and I&#8217;m working on the issue with the homepage taking a year to load. The hidden portfolio pieces are massive and unfortunately are loading before they are needed, so I still have to figure out how to load them on demand. Hopefully you all have broadband.</p>
<p><strong>If anyone knows what that Kanji character is in the favicon you get +10hp!</strong></p>
]]></content:encoded>
					
					<wfw:commentRss>https://yummy-wakame.com/weblog/2010/04/making-it-so/feed/</wfw:commentRss>
			<slash:comments>16</slash:comments>
		
		
			</item>
	</channel>
</rss>
