<?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>Matthew Simo &#187; Site Development</title>
	<atom:link href="http://matt-simo.com/topics/site-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://matt-simo.com</link>
	<description>Front-End Designer/Developer</description>
	<lastBuildDate>Mon, 01 Feb 2010 21:51:14 +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>Query Post by a Variable?</title>
		<link>http://matt-simo.com/query-post-by-a-variable/</link>
		<comments>http://matt-simo.com/query-post-by-a-variable/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 17:59:07 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
				<category><![CDATA[Site Development]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[custom fields]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://matt-simo.com/?p=202</guid>
		<description><![CDATA[Howdy, I hope someone will see this and possibly know a solution to what I&#8217;m trying to do&#8230; So, I&#8217;m trying to pull a custom field and setting the result as $sortingTag I&#8217;m then trying to query_posts looking in a &#8230; <a href="http://matt-simo.com/query-post-by-a-variable/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Howdy, I hope someone will see this and possibly know a solution to what I&#8217;m trying to do&#8230;</p>
<p>So, I&#8217;m trying to pull a custom field and setting the result as $sortingTag I&#8217;m then trying to query_posts looking in a particular category and by a certain tag.</p>
<p>Here is the code I&#8217;m using:</p>
<pre>
<code>&lt;?php if ( (is_page('web')) or (is_page('print')) or (is_page('identity')) ) {

$sortingTag = get_post_meta($post-&gt;ID, 'sorting-tag', true);		

query_posts(array(
	'cat'=&gt;17,
	'showposts'=&gt;15,
	'tag'=&gt;"$sortingTag",
));
?&gt;</code>
</pre>
<p>Here is how I&#8217;m trying to implement it:</p>
<p>I&#8217;ve set up child pages &#8216;web&#8217;, &#8216;identity&#8217;, &#038; &#8216;print&#8217; under the parent &#8216;Portfolio&#8217;. On each page I&#8217;ve set a custom field with the key &#8216;sorting-tag&#8217; with it&#8217;s respective page name (i.e. web for web).</p>
<p>And I&#8217;m using posts to hold my portfolio pieces, depending on the project each could have one or more of the tags &#8216;web&#8217;, &#8216;identity&#8217;, or &#8216;print&#8217; (spelled the same, with same case). </p>
<p>Now my problem, I figure I&#8217;d be able to pass the custom field and search by that value for the post tags. But it isn&#8217;t populating the loop at all, I do get a populated loop when I change &#8216;tag&#8217; to &#8216;tag_slug&#8217; but it still isn&#8217;t changing the query results, it is as if they are still unfiltered..</p>
<p>Anyone have any help or run into this before? I&#8217;d love to sort this out&#8230; lol sort. Get it?!? Haha, sorry, couldn&#8217;t help myself&#8230; </p>
<p>But seriously, little help&#8230; and if you could pass this on to your wordpress guru&#8217;s that&#8217;d be sweet too.</p>
]]></content:encoded>
			<wfw:commentRss>http://matt-simo.com/query-post-by-a-variable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Contact Page Added!</title>
		<link>http://matt-simo.com/contact-page-added/</link>
		<comments>http://matt-simo.com/contact-page-added/#comments</comments>
		<pubDate>Thu, 21 May 2009 16:12:06 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
				<category><![CDATA[Site Development]]></category>
		<category><![CDATA[contact]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[WP]]></category>

		<guid isPermaLink="false">http://matt-simo.com/?p=112</guid>
		<description><![CDATA[Just wanted make a post announcing my new contact page! Now you can get in touch with me anytime you want! I&#8217;m using a slightly edited version of the Contact Form 7 plug-in written by Takayuki Miyoshi. This is really &#8230; <a href="http://matt-simo.com/contact-page-added/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><span class="intro-p">Just wanted make a post announcing my new <a href="http://matt-simo.com/contact/">contact page</a>! Now you can get in touch with me anytime you want!</span></p>
<p>I&#8217;m using a slightly edited version of the <a href="http://wordpress.org/extend/plugins/contact-form-7/">Contact Form 7 plug-in</a> written by <a href="http://ideasilo.wordpress.com/">Takayuki Miyoshi</a>. This is really a (mostly) great plugin for most users needs, it has pretty strait-forward design and easy set up. It really is a very flexible solution and it gives you the useful ability to place it into a page, post or even into your widget sidebar.</p>
<p><strong>Stay tuned for a little mini-tutorial of how I set up and use Contact Form 7</strong>. I&#8217;ll also show basic use of this plugin and the slight edit that I made that sends the user who just filled out the form to a private Thank you page (This page won&#8217;t show up in your normal page listings).</p>
]]></content:encoded>
			<wfw:commentRss>http://matt-simo.com/contact-page-added/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New Portfolio &amp; Blog In Development</title>
		<link>http://matt-simo.com/in-development/</link>
		<comments>http://matt-simo.com/in-development/#comments</comments>
		<pubDate>Tue, 19 May 2009 07:47:33 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
				<category><![CDATA[Site Development]]></category>

		<guid isPermaLink="false">http://matt-simo.com/?p=16</guid>
		<description><![CDATA[So, I&#8217;ve been settling on a redesign of my portfolio/site and I&#8217;ve been tweaking it in PS4 for a while now&#8230; and I think I&#8217;ve settled on the look/feel. Hooray! I&#8217;ll be hacking wordpress to act as a CMS for &#8230; <a href="http://matt-simo.com/in-development/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So, I&#8217;ve been settling on a redesign of my portfolio/site and I&#8217;ve been tweaking it in PS4 for a while now&#8230; and I think I&#8217;ve settled on the look/feel. Hooray!</p>
<p>I&#8217;ll be hacking wordpress to act as a CMS for my portfolio &amp; blog, I&#8217;ve approached this whole deal as a project for a client so I&#8217;ve been doing it right. I think I&#8217;ve got all my ducks in a row so, I&#8217;ve taken the step to install a fresh WP on my web server.</p>
<p>While I&#8217;m in development I&#8217;ll be using the <a title="Manifest Theme" href="http://jimbarraud.com/2009/03/19/manifest/" target="_blank">Manifest</a> theme which is a deliciously minimal theme that was recently included in a recent <a title="Smashing Mag Long List of Themes" href="http://www.smashingmagazine.com/2009/05/18/100-amazing-free-wordpress-themes-for-2009/" target="_blank">Smashing Mag Post</a>. While it is a great theme, it won&#8217;t be ideal for what I want WP to do for my site. I understand this, and am decided dealing with that issue in the following manner.</p>
<p>Deal with it! =)</p>
<p>So long for now, I&#8217;ll be making posts and adding portfolio pieces as I go along my &#8216;action item&#8217; list. Feel free to comment on anything, give me encouragement or any tips your might have.</p>
]]></content:encoded>
			<wfw:commentRss>http://matt-simo.com/in-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

