<?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 plugin question</title>
	<atom:link href="http://joecascio.net/joecblog/2008/12/23/wordpress-plugin-question/feed/" rel="self" type="application/rss+xml" />
	<link>http://joecascio.net/joecblog/2008/12/23/wordpress-plugin-question/</link>
	<description>Everyone is entitled to my opinion</description>
	<lastBuildDate>Thu, 26 Apr 2012 09:27:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Sunday Snippets 2009-01-04 - Luke Gedeon</title>
		<link>http://joecascio.net/joecblog/2008/12/23/wordpress-plugin-question/comment-page-1/#comment-143</link>
		<dc:creator>Sunday Snippets 2009-01-04 - Luke Gedeon</dc:creator>
		<pubDate>Thu, 05 Mar 2009 04:57:41 +0000</pubDate>
		<guid isPermaLink="false">http://joecascio.net/joecblog/?p=145#comment-143</guid>
		<description>[...] http://joecascio.net/joecblog/2008/12/23/wordpress-plugin-question/ Joe asked about building a page template inside a [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://joecascio.net/joecblog/2008/12/23/wordpress-plugin-question/" rel="nofollow">http://joecascio.net/joecblog/2008/12/23/wordpress-plugin-question/</a> Joe asked about building a page template inside a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke Gedeon</title>
		<link>http://joecascio.net/joecblog/2008/12/23/wordpress-plugin-question/comment-page-1/#comment-131</link>
		<dc:creator>Luke Gedeon</dc:creator>
		<pubDate>Tue, 23 Dec 2008 17:38:14 +0000</pubDate>
		<guid isPermaLink="false">http://joecascio.net/joecblog/?p=145#comment-131</guid>
		<description>Joe,

Are you wanting to replace/modify the template&#039;s default header, footer, or sidebar? If so which ones and to what degree?

If you are not changing the header or footer, you can ask the user to create a blank page (and as a bonus they can name it whatever they want) and insert your shortcode and save it.

For example the user would type [Open-Microblogging] as the only content of the new page then your plugin would replace the short code with a whole page of code. You can include tabs, forms, ajax, and... well... everything.

Again, the only limit here is that you are keeping the theme&#039;s header and footer, because you can modify the sidebar separately.

References:
http://codex.wordpress.org/Shortcode_API
http://wordpress.org/extend/plugins/pageview/ (another way)
http://wordpress.org/extend/plugins/social-media-page/ (plugin using similar method)
http://wordpress.org/extend/plugins/blogroll-links-page/ (older shortcode method)</description>
		<content:encoded><![CDATA[<p>Joe,</p>
<p>Are you wanting to replace/modify the template&#8217;s default header, footer, or sidebar? If so which ones and to what degree?</p>
<p>If you are not changing the header or footer, you can ask the user to create a blank page (and as a bonus they can name it whatever they want) and insert your shortcode and save it.</p>
<p>For example the user would type [Open-Microblogging] as the only content of the new page then your plugin would replace the short code with a whole page of code. You can include tabs, forms, ajax, and&#8230; well&#8230; everything.</p>
<p>Again, the only limit here is that you are keeping the theme&#8217;s header and footer, because you can modify the sidebar separately.</p>
<p>References:<br />
<a href="http://codex.wordpress.org/Shortcode_API" rel="nofollow">http://codex.wordpress.org/Shortcode_API</a><br />
<a href="http://wordpress.org/extend/plugins/pageview/" rel="nofollow">http://wordpress.org/extend/plugins/pageview/</a> (another way)<br />
<a href="http://wordpress.org/extend/plugins/social-media-page/" rel="nofollow">http://wordpress.org/extend/plugins/social-media-page/</a> (plugin using similar method)<br />
<a href="http://wordpress.org/extend/plugins/blogroll-links-page/" rel="nofollow">http://wordpress.org/extend/plugins/blogroll-links-page/</a> (older shortcode method)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JoeC</title>
		<link>http://joecascio.net/joecblog/2008/12/23/wordpress-plugin-question/comment-page-1/#comment-130</link>
		<dc:creator>JoeC</dc:creator>
		<pubDate>Tue, 23 Dec 2008 17:07:35 +0000</pubDate>
		<guid isPermaLink="false">http://joecascio.net/joecblog/?p=145#comment-130</guid>
		<description>@Hilary
I need a little more explanation on the second suggestion. I&#039;ll email.</description>
		<content:encoded><![CDATA[<p>@Hilary<br />
I need a little more explanation on the second suggestion. I&#8217;ll email.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hilary Mason</title>
		<link>http://joecascio.net/joecblog/2008/12/23/wordpress-plugin-question/comment-page-1/#comment-129</link>
		<dc:creator>Hilary Mason</dc:creator>
		<pubDate>Tue, 23 Dec 2008 16:14:19 +0000</pubDate>
		<guid isPermaLink="false">http://joecascio.net/joecblog/?p=145#comment-129</guid>
		<description>A page template contains a lot of things, including the page styles. Depending on what the page will contain, it might be more prudent to create a new template tag that people can insert into a page.

You might even be able to automate the construction of the page using the default page template for the theme but with your template tag in place.</description>
		<content:encoded><![CDATA[<p>A page template contains a lot of things, including the page styles. Depending on what the page will contain, it might be more prudent to create a new template tag that people can insert into a page.</p>
<p>You might even be able to automate the construction of the page using the default page template for the theme but with your template tag in place.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JoeC</title>
		<link>http://joecascio.net/joecblog/2008/12/23/wordpress-plugin-question/comment-page-1/#comment-128</link>
		<dc:creator>JoeC</dc:creator>
		<pubDate>Tue, 23 Dec 2008 16:02:28 +0000</pubDate>
		<guid isPermaLink="false">http://joecascio.net/joecblog/?p=145#comment-128</guid>
		<description>Not an add-in for the sidebar or a like badge. It&#039;s really a whole page, almost like another app, embedded into that page.</description>
		<content:encoded><![CDATA[<p>Not an add-in for the sidebar or a like badge. It&#8217;s really a whole page, almost like another app, embedded into that page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke Gedeon</title>
		<link>http://joecascio.net/joecblog/2008/12/23/wordpress-plugin-question/comment-page-1/#comment-127</link>
		<dc:creator>Luke Gedeon</dc:creator>
		<pubDate>Tue, 23 Dec 2008 15:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://joecascio.net/joecblog/?p=145#comment-127</guid>
		<description>Do you actually need a page template? Would a [short code] or two work? It seems like the user might want the ability to put this on the page with other things but it depends on how much you are doing on the page.
Are we looking at a form for input and a list of recent posts or are you planning something much bigger?</description>
		<content:encoded><![CDATA[<p>Do you actually need a page template? Would a [short code] or two work? It seems like the user might want the ability to put this on the page with other things but it depends on how much you are doing on the page.<br />
Are we looking at a form for input and a list of recent posts or are you planning something much bigger?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  joecascio.net/joecblog/2008/12/23/wordpress-plugin-question/feed/ ) in 0.25202 seconds, on May 18th, 2012 at 8:46 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on May 18th, 2012 at 9:46 am UTC -->
