<?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: WordPress as a CMS: Making Your Content Unbreakable</title>
	<atom:link href="http://www.darrenhoyt.com/2008/10/21/wordpress-as-a-cms-making-your-content-unbreakable/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.darrenhoyt.com/2008/10/21/wordpress-as-a-cms-making-your-content-unbreakable/</link>
	<description>Web Design + Development</description>
	<lastBuildDate>Wed, 01 Feb 2012 19:00:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Creating Custom WordPress Widgets - 5 Hour Developer</title>
		<link>http://www.darrenhoyt.com/2008/10/21/wordpress-as-a-cms-making-your-content-unbreakable/#comment-5119</link>
		<dc:creator>Creating Custom WordPress Widgets - 5 Hour Developer</dc:creator>
		<pubDate>Sun, 26 Jun 2011 03:55:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.darrenhoyt.com/?p=299#comment-5119</guid>
		<description>[...] this functionality is great so long as you, the developer, implement it in a way that is tough to break. Because once in the hands of the client, anything [...]</description>
		<content:encoded><![CDATA[<p>[...] this functionality is great so long as you, the developer, implement it in a way that is tough to break. Because once in the hands of the client, anything [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Copywriter</title>
		<link>http://www.darrenhoyt.com/2008/10/21/wordpress-as-a-cms-making-your-content-unbreakable/#comment-5118</link>
		<dc:creator>Copywriter</dc:creator>
		<pubDate>Sat, 14 May 2011 06:15:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.darrenhoyt.com/?p=299#comment-5118</guid>
		<description>Thank for that information, that’s nice article for copywriter.</description>
		<content:encoded><![CDATA[<p>Thank for that information, that’s nice article for copywriter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 100+ Free Creative Style Wordpress for collection &#124; AliMunandar.com</title>
		<link>http://www.darrenhoyt.com/2008/10/21/wordpress-as-a-cms-making-your-content-unbreakable/#comment-5117</link>
		<dc:creator>100+ Free Creative Style Wordpress for collection &#124; AliMunandar.com</dc:creator>
		<pubDate>Tue, 03 May 2011 17:15:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.darrenhoyt.com/?p=299#comment-5117</guid>
		<description>[...] Live Demo [...]</description>
		<content:encoded><![CDATA[<p>[...] Live Demo [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kredit</title>
		<link>http://www.darrenhoyt.com/2008/10/21/wordpress-as-a-cms-making-your-content-unbreakable/#comment-5116</link>
		<dc:creator>Kredit</dc:creator>
		<pubDate>Fri, 25 Feb 2011 07:37:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.darrenhoyt.com/?p=299#comment-5116</guid>
		<description>@Toure - Just use Custom Widget plugin for WP..
And thanks to the autor for this article: many ideas Yuo give here!</description>
		<content:encoded><![CDATA[<p>@Toure &#8211; Just use Custom Widget plugin for WP..<br />
And thanks to the autor for this article: many ideas Yuo give here!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jedidiah Hurt</title>
		<link>http://www.darrenhoyt.com/2008/10/21/wordpress-as-a-cms-making-your-content-unbreakable/#comment-5115</link>
		<dc:creator>Jedidiah Hurt</dc:creator>
		<pubDate>Mon, 25 Oct 2010 01:51:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.darrenhoyt.com/?p=299#comment-5115</guid>
		<description>The content that one places in WordPress pages isn&#039;t evaluated by PHP; it would present security concerns and likely performance issues. I&#039;m sure you could find a plugin that would enable the feature, but it&#039;s not conventional.

The convention seems to be thus: if there&#039;s an image that you&#039;d like to use in one (or even a handful) of pages, but not all, just use WordPress&#039;s support for uploading and embedding images (through the &#039;Add Media&#039; button). If you&#039;re working with an image that needs to go on every page (such as a header or footer image) then it should be hard coded in your PHP template files.</description>
		<content:encoded><![CDATA[<p>The content that one places in WordPress pages isn&#8217;t evaluated by PHP; it would present security concerns and likely performance issues. I&#8217;m sure you could find a plugin that would enable the feature, but it&#8217;s not conventional.</p>
<p>The convention seems to be thus: if there&#8217;s an image that you&#8217;d like to use in one (or even a handful) of pages, but not all, just use WordPress&#8217;s support for uploading and embedding images (through the &#8216;Add Media&#8217; button). If you&#8217;re working with an image that needs to go on every page (such as a header or footer image) then it should be hard coded in your PHP template files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Oliver</title>
		<link>http://www.darrenhoyt.com/2008/10/21/wordpress-as-a-cms-making-your-content-unbreakable/#comment-5114</link>
		<dc:creator>Jim Oliver</dc:creator>
		<pubDate>Sun, 24 Oct 2010 21:12:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.darrenhoyt.com/?p=299#comment-5114</guid>
		<description>Thanks for the reply Jedidiah,

It&#039;s making more sense now, but I&#039;ve just remembered what prompted me to ask in the first place!  I copied my code across, but it doesn&#039;t like the PHP parts - I used PHP to call the root directory, so I could make pseudo relative image links.  Again, probably not the correct terminology, but essentially it fills in the root directory of the theme, so I can choose the image from there.

I guess this could be easily changed by choosing the exact URLs to the images.  How do people normally work around these PHP limitations when putting together more complex static arrangements!?

Jim.</description>
		<content:encoded><![CDATA[<p>Thanks for the reply Jedidiah,</p>
<p>It&#8217;s making more sense now, but I&#8217;ve just remembered what prompted me to ask in the first place!  I copied my code across, but it doesn&#8217;t like the PHP parts &#8211; I used PHP to call the root directory, so I could make pseudo relative image links.  Again, probably not the correct terminology, but essentially it fills in the root directory of the theme, so I can choose the image from there.</p>
<p>I guess this could be easily changed by choosing the exact URLs to the images.  How do people normally work around these PHP limitations when putting together more complex static arrangements!?</p>
<p>Jim.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jedidiah Hurt</title>
		<link>http://www.darrenhoyt.com/2008/10/21/wordpress-as-a-cms-making-your-content-unbreakable/#comment-5113</link>
		<dc:creator>Jedidiah Hurt</dc:creator>
		<pubDate>Sun, 24 Oct 2010 17:27:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.darrenhoyt.com/?p=299#comment-5113</guid>
		<description>Hey Jim,

I would recommend your first solution: create the static content using Wordpress&#039;s built in support for pages.

You can prevent your girlfriend (or any other future users) from editing the pages you create by making them an Author. Authors can only edit pages/posts that they created. Check out the Codex on &#039;Roles and Capabilities&#039;: http://codex.wordpress.org/Roles_and_Capabilities</description>
		<content:encoded><![CDATA[<p>Hey Jim,</p>
<p>I would recommend your first solution: create the static content using WordPress&#8217;s built in support for pages.</p>
<p>You can prevent your girlfriend (or any other future users) from editing the pages you create by making them an Author. Authors can only edit pages/posts that they created. Check out the Codex on &#8216;Roles and Capabilities&#8217;: <a href="http://codex.wordpress.org/Roles_and_Capabilities" rel="nofollow">http://codex.wordpress.org/Roles_and_Capabilities</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Oliver</title>
		<link>http://www.darrenhoyt.com/2008/10/21/wordpress-as-a-cms-making-your-content-unbreakable/#comment-5112</link>
		<dc:creator>Jim Oliver</dc:creator>
		<pubDate>Sun, 24 Oct 2010 17:07:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.darrenhoyt.com/?p=299#comment-5112</guid>
		<description>Hi there,

I&#039;ve just stumbled across this post in a search for some guidance.  I am a relative beginner to Wordpress theming, but I am currently setting up a site for my girlfriend to showcase her design work.  I wonder if you might provide your thoughts around this conundrum?

I would like the majority of the site to be &#039;static&#039; content, with some elements (pages) maintained in a dynamic fashion - namely a gallery and blog page.  After first putting the site together in HTML, when it came to recreating it with Wordpress I was faced with the dilemma of how to add the &#039;static&#039; sections of the site.

It feels like I have two options:

1.)  Add the static content within Wordpress.  My nervousness, which I believe is also the theme of your post, is that this content could (completely by accident) be messed up, when the client (aka my girlfriend), is maintaining the site.

2.)  &#039;Hard Code&#039; the static content.  Probably not the correct terminology, but I&#039;m thinking it is possible to actually write the code into a specific page template and let Wordpress call on that template only for that page.  I&#039;m not sure how this works yet, but does it sound viable?

The latter feels like a more solid, unbreakable approach, but I&#039;m not quite sure how you do it yet - I guess I just need to suss out custom page templates.

Thoughts?

Jim.</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>I&#8217;ve just stumbled across this post in a search for some guidance.  I am a relative beginner to WordPress theming, but I am currently setting up a site for my girlfriend to showcase her design work.  I wonder if you might provide your thoughts around this conundrum?</p>
<p>I would like the majority of the site to be &#8216;static&#8217; content, with some elements (pages) maintained in a dynamic fashion &#8211; namely a gallery and blog page.  After first putting the site together in HTML, when it came to recreating it with WordPress I was faced with the dilemma of how to add the &#8216;static&#8217; sections of the site.</p>
<p>It feels like I have two options:</p>
<p>1.)  Add the static content within WordPress.  My nervousness, which I believe is also the theme of your post, is that this content could (completely by accident) be messed up, when the client (aka my girlfriend), is maintaining the site.</p>
<p>2.)  &#8216;Hard Code&#8217; the static content.  Probably not the correct terminology, but I&#8217;m thinking it is possible to actually write the code into a specific page template and let WordPress call on that template only for that page.  I&#8217;m not sure how this works yet, but does it sound viable?</p>
<p>The latter feels like a more solid, unbreakable approach, but I&#8217;m not quite sure how you do it yet &#8211; I guess I just need to suss out custom page templates.</p>
<p>Thoughts?</p>
<p>Jim.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Comprehensive Guide for a Powerful CMS using WordPress – Part one: 101 Techniques for a Powerful CMS using WordPress &#124; Web Site Designers</title>
		<link>http://www.darrenhoyt.com/2008/10/21/wordpress-as-a-cms-making-your-content-unbreakable/#comment-5111</link>
		<dc:creator>The Comprehensive Guide for a Powerful CMS using WordPress – Part one: 101 Techniques for a Powerful CMS using WordPress &#124; Web Site Designers</dc:creator>
		<pubDate>Wed, 18 Aug 2010 09:58:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.darrenhoyt.com/?p=299#comment-5111</guid>
		<description>[...] workarounds to keep the content clean, portable and relatively unbreakable. Darren Hoyt discussed some solutions for this issue, probably not the best solution out there but could get the job [...]</description>
		<content:encoded><![CDATA[<p>[...] workarounds to keep the content clean, portable and relatively unbreakable. Darren Hoyt discussed some solutions for this issue, probably not the best solution out there but could get the job [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Content Experience Manager &#187; Welcome to our WordPress Social Networking site!</title>
		<link>http://www.darrenhoyt.com/2008/10/21/wordpress-as-a-cms-making-your-content-unbreakable/#comment-5110</link>
		<dc:creator>Content Experience Manager &#187; Welcome to our WordPress Social Networking site!</dc:creator>
		<pubDate>Sat, 17 Jul 2010 16:24:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.darrenhoyt.com/?p=299#comment-5110</guid>
		<description>[...] workarounds to keep the content clean, portable and relatively unbreakable. Darren Hoyt discussed some solutions for this issue, probably not the best solution out there but could get the job [...]</description>
		<content:encoded><![CDATA[<p>[...] workarounds to keep the content clean, portable and relatively unbreakable. Darren Hoyt discussed some solutions for this issue, probably not the best solution out there but could get the job [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

