<?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>Emma Weylin &#187; Web Sites</title>
	<atom:link href="http://emmaweylin.com/archives/category/web-sites/feed" rel="self" type="application/rss+xml" />
	<link>http://emmaweylin.com</link>
	<description>Domestic Goddess, Creative Eccentric...Uniquely Me</description>
	<lastBuildDate>Sun, 01 Jan 2012 05:00:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Web Sites</title>
		<link>http://emmaweylin.com/archives/93</link>
		<comments>http://emmaweylin.com/archives/93#comments</comments>
		<pubDate>Fri, 17 Apr 2009 20:37:51 +0000</pubDate>
		<dc:creator>Emma</dc:creator>
				<category><![CDATA[Web Sites]]></category>

		<guid isPermaLink="false">http://emmaweylin.com/?p=93</guid>
		<description><![CDATA[Okay, so what I have been doing for the last few days, and will probably be doing for the next week or so, is building WordPress websites for my Husband&#8217;s business, my writing, and for my girls (because I am a sucker and they asked me to) I have the design parts done, the webhosting [...]]]></description>
			<content:encoded><![CDATA[<p>Okay, so what I have been doing for the last few days, and will probably be doing for the next week or so, is building WordPress websites for my Husband&#8217;s business, my writing, and for my girls (because I am a sucker and they asked me to)  I have the design parts done, the webhosting switched to something cheaper than where I was before.</p>
<p>The goal (And well see how it goes) is to get all the content needed for them done by the end of next week while (wait for it&#8230;.) writing Undying Heart, a short story for the Undying series I am working on with my coauthor Eden Stone.  You can learn more about them <a href="http://www.emmaweylin.com/undying">here</a>.</p>
<p>So this is the list of sites I am working on.</p>
<li>Aclearway.net &#8211; My huisband&#8217;s business site. <em>(Updated Bi-monthly)</em></li>
<li>Emmaweylin.com &#8211; That would be this site here that you are reading. <em>(Updated daily, Hopefully)</em></li>
<li>My Writing Journal &#8211; That would be where I talk only about my writing and how that is progressing.<em> (Updated as needed.  At least weekly)</em></li>
<li>Elburon.com &#8211; A site for one of my series.  I am still trying to decide if it will be only Fantasy or if it will be Fantasy Romance <em>(Updated Monthly when not active, weekly when I am actively working on the series.)</em></li>
<li>Udying &#8211; A site for the Fantasy Romance Series I am writing with Coauthor Eden Stone <em>(Updated Monthly when not active, weekly when I am actively working on the series.)</em></li>
<li>Pink &#8211; My oldest daughter&#8217;s web journal.  I will be monitoring it and helping to fill the content. <em>(Updated a few times a week)</em></li>
<li>Bugs &#8211; My youngest daughter&#8217;s web journal.  I will be monitoring it and helping to fill the content. <em>(Updated a few times a week)</em></li>
<p>So there you have it, I am a busy, busy woman when it comes to the webworld.  It should calm down once I have everything the way I want it.</p>
]]></content:encoded>
			<wfw:commentRss>http://emmaweylin.com/archives/93/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Editing Meta Widget In WordPress</title>
		<link>http://emmaweylin.com/archives/307</link>
		<comments>http://emmaweylin.com/archives/307#comments</comments>
		<pubDate>Thu, 16 Apr 2009 23:11:49 +0000</pubDate>
		<dc:creator>Emma</dc:creator>
				<category><![CDATA[Web Sites]]></category>
		<category><![CDATA[Editing Meta Widget In Wordpress]]></category>

		<guid isPermaLink="false">http://emmaweylin.com/?p=307</guid>
		<description><![CDATA[In your wp files go to wp_includes folder, and find the default-widgets.php files. You are going to want to find the meta widget function (line 300) and once you have found that, you can edit the Meta Widget as needed. I wanted to delete the wordpress link. This is what I did: function wp_widget_meta($args) { [...]]]></description>
			<content:encoded><![CDATA[<p>In your wp files go to wp_includes folder, and find the default-widgets.php files.  You are going to want to find the meta widget function (line 300) and once you have found that, you can edit the Meta Widget as needed.  I wanted to delete the wordpress link.  This is what I did:</p>
<p>function wp_widget_meta($args) {<br />
	extract($args);<br />
	$options = get_option(&#39;widget_meta&#39;);<br />
	$title = empty($options[&#39;title&#39;]) ? __(&#39;Meta&#39;) : apply_filters(&#39;widget_title&#39;, $options[&#39;title&#39;]);<br />
?&gt;<br />
		&lt;?php echo $before_widget; ?&gt;<br />
			&lt;?php echo $before_title . $title . $after_title; ?&gt;<br />
			&lt;ul&gt;<br />
			&lt;?php wp_register(); ?&gt;<br />
			&lt;li&gt;&lt;?php wp_loginout(); ?&gt;&lt;/li&gt;<br />
			&lt;li&gt;&lt;a href=&quot;&lt;?php bloginfo(&#39;rss2_url&#39;); ?&gt;&quot; title=&quot;&lt;?php echo attribute_escape(__(&#39;Syndicate this site using RSS 2.0&#39;)); ?&gt;&quot;&gt;&lt;?php _e(&#39;Entries &lt;abbr title=&quot;Really Simple Syndication&quot;&gt;RSS&lt;/abbr&gt;&#39;); ?&gt;&lt;/a&gt;&lt;/li&gt;<br />
			&lt;li&gt;&lt;a href=&quot;&lt;?php bloginfo(&#39;comments_rss2_url&#39;); ?&gt;&quot; title=&quot;&lt;?php echo attribute_escape(__(&#39;The latest comments to all posts in RSS&#39;)); ?&gt;&quot;&gt;&lt;?php _e(&#39;Comments &lt;abbr title=&quot;Really Simple Syndication&quot;&gt;RSS&lt;/abbr&gt;&#39;); ?&gt;&lt;/a&gt;&lt;/li&gt;<br />
	<strong>DELETE &#8212;&#8212;&#8211;&gt;</strong>	&lt;li&gt;&lt;a href=&quot;http://wordpress.org/&quot; title=&quot;&lt;?php echo attribute_escape(__(&#39;Powered by WordPress, state-of-the-art semantic personal publishing platform.&#39;)); ?&gt;&quot;&gt;WordPress.org&lt;/a&gt;&lt;/li&gt; <strong>&lt;&#8212;&#8212;&#8212;DELETE</strong><br />
			&lt;?php wp_meta(); ?&gt;<br />
			&lt;/ul&gt;<br />
		&lt;?php echo $after_widget; ?&gt;<br />
&lt;?php</p>
<h4>It will look like this instead</h4>
<p>function wp_widget_meta($args) {<br />
	extract($args);<br />
	$options = get_option(&#39;widget_meta&#39;);<br />
	$title = empty($options[&#39;title&#39;]) ? __(&#39;Meta&#39;) : apply_filters(&#39;widget_title&#39;, $options[&#39;title&#39;]);<br />
?&gt;<br />
		&lt;?php echo $before_widget; ?&gt;<br />
			&lt;?php echo $before_title . $title . $after_title; ?&gt;<br />
			&lt;ul&gt;<br />
			&lt;?php wp_register(); ?&gt;<br />
			&lt;li&gt;&lt;?php wp_loginout(); ?&gt;&lt;/li&gt;<br />
			&lt;li&gt;&lt;a href=&quot;&lt;?php bloginfo(&#39;rss2_url&#39;); ?&gt;&quot; title=&quot;&lt;?php echo attribute_escape(__(&#39;Syndicate this site using RSS 2.0&#39;)); ?&gt;&quot;&gt;&lt;?php _e(&#39;Entries &lt;abbr title=&quot;Really Simple Syndication&quot;&gt;RSS&lt;/abbr&gt;&#39;); ?&gt;&lt;/a&gt;&lt;/li&gt;<br />
			&lt;li&gt;&lt;a href=&quot;&lt;?php bloginfo(&#39;comments_rss2_url&#39;); ?&gt;&quot; title=&quot;&lt;?php echo attribute_escape(__(&#39;The latest comments to all posts in RSS&#39;)); ?&gt;&quot;&gt;&lt;?php _e(&#39;Comments &lt;abbr title=&quot;Really Simple Syndication&quot;&gt;RSS&lt;/abbr&gt;&#39;); ?&gt;&lt;/a&gt;&lt;/li&gt;<br />
			&lt;?php wp_meta(); ?&gt;<br />
			&lt;/ul&gt;<br />
		&lt;?php echo $after_widget; ?&gt;<br />
&lt;?php</p>
<p>Then I saved the file and the offending link was gone.</p>
]]></content:encoded>
			<wfw:commentRss>http://emmaweylin.com/archives/307/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

