<?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>Manga+Press &#187; Help</title>
	<atom:link href="http://manga-press.silent-shadow.net/i/help/feed/" rel="self" type="application/rss+xml" />
	<link>http://manga-press.silent-shadow.net</link>
	<description>The webcomic CMS for Wordpress!</description>
	<lastBuildDate>Sun, 20 Jun 2010 01:22:51 +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>Template Tags: wp_comic_navigation</title>
		<link>http://manga-press.silent-shadow.net/2010/03/template-tags-wp_comic_navigation/</link>
		<comments>http://manga-press.silent-shadow.net/2010/03/template-tags-wp_comic_navigation/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 20:55:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Template Tags]]></category>

		<guid isPermaLink="false">http://manga-press.silent-shadow.net/?p=316</guid>
		<description><![CDATA[Generates navigation for comic posts.]]></description>
			<content:encoded><![CDATA[<h3>Description:</h3>
<p>Generates navigation for comic posts.</p>
<h3>Usage:</h3>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> wp_comic_navigation<span style="color: #009900;">&#40;</span> int <span style="color: #000088;">$post_id</span><span style="color: #339933;">,</span> <span style="color: #009900;">&#91;</span>bool <span style="color: #000088;">$banner_nav</span> <span style="color: #339933;">=</span> <span style="color: #009900; font-weight: bold;">false</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">,</span> <span style="color: #009900;">&#91;</span> <span style="color: #000088;">$echo</span> <span style="color: #339933;">=</span> <span style="color: #009900; font-weight: bold;">true</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<h3>Parameters:</h3>
<p><strong>$post_id</strong> (integer) the ID of the comic post.<br />
<strong>$banner_nav</strong> (boolean) not used. Defaults to <strong>false</strong>.<br />
<strong>$echo</strong> (boolean) Specifies whether to echo comic navigation or return it as a string. Defaults to <strong>true</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://manga-press.silent-shadow.net/2010/03/template-tags-wp_comic_navigation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Template Tags/wp_sidebar_comic</title>
		<link>http://manga-press.silent-shadow.net/2010/03/template-tags-wp_sidebar_comic/</link>
		<comments>http://manga-press.silent-shadow.net/2010/03/template-tags-wp_sidebar_comic/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 20:29:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Template Tags]]></category>

		<guid isPermaLink="false">http://manga-press.silent-shadow.net/?p=307</guid>
		<description><![CDATA[displays a thumbnail and a link back to the most recently uploaded comic.]]></description>
			<content:encoded><![CDATA[<h3>Description:</h3>
<p>Displays a thumbnail and a link back to the most recently uploaded  comic.</p>
<p><strong>Usage:</strong></p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> wp_sidebar_comid<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p><strong>Parameters:</strong><br />
None.</p>
]]></content:encoded>
			<wfw:commentRss>http://manga-press.silent-shadow.net/2010/03/template-tags-wp_sidebar_comic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Template Tags/get_latest_comic_banner</title>
		<link>http://manga-press.silent-shadow.net/2010/03/template-tags-get_latest_comic_banner/</link>
		<comments>http://manga-press.silent-shadow.net/2010/03/template-tags-get_latest_comic_banner/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 20:21:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Template Tags]]></category>

		<guid isPermaLink="false">http://manga-press.silent-shadow.net/?p=294</guid>
		<description><![CDATA[Displays a banner with the most recent comic posted. Can be used anywhere in a template.]]></description>
			<content:encoded><![CDATA[<h3>Description:</h3>
<p>Displays a banner with the most recent comic posted. Can be used anywhere in a template.</p>
<h3>Usage:</h3>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> get_latest_comic_banner<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#91;</span> bool <span style="color: #000088;">$nav</span> <span style="color: #339933;">=</span> <span style="color: #009900; font-weight: bold;">false</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<h3>Parameters:</h3>
<p><strong>$nav</strong> (boolean) determines whether or not to display navigation, defaults to <strong>false</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://manga-press.silent-shadow.net/2010/03/template-tags-get_latest_comic_banner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manga+Press Template Tags</title>
		<link>http://manga-press.silent-shadow.net/2009/08/mangapress-template-tags/</link>
		<comments>http://manga-press.silent-shadow.net/2009/08/mangapress-template-tags/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 03:58:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Help]]></category>

		<guid isPermaLink="false">http://manga-press.silent-shadow.net/?p=183</guid>
		<description><![CDATA[A list of custom template tags used by Manga+Press]]></description>
			<content:encoded><![CDATA[<h2>Manga+Press Template Tags</h2>
<p>A list of available Manga+Press Template Tags</p>
<ul>
<li>
<h3>Conditional Template Tags</h3>
<ul>
<li><strong>is_comic()</strong>: Returns true is post contains a comic. Used to detect comic posts from regular posts.</li>
<li><strong>is_comic_page()</strong>: Returns true if page is the Latest Comic Page.</li>
<li><strong>is_comic_archive_page()</strong>: Returns true if page is the Comic Archives Page.</li>
<li><strong>is_comic_cat()</strong>: Returns true if category is the Comics Category.</li>
<li><span style="color: #ff0000;"><span style="text-decoration: line-through;"><strong>is_series_cat()</strong>: used to detect is category is associated with a series.</span></span> <strong>Deprecated in 2.6</strong>.</li>
</ul>
</li>
<li>
<h3>Comic Template Tags</h3>
<ul>
<li><strong><a href="http://manga-press.silent-shadow.net/2010/03/template-tags-get_latest_comic_banner/">get_latest_comic_banner($nav)</a></strong>: displays a banner with the most recent comic posted. <strong>$nav</strong> (boolean) determines whether or not to display navigation, defaults to <strong>false</strong>.</li>
<li><strong><a href="http://manga-press.silent-shadow.net/2010/03/template-tags-wp_sidebar_comic/">wp_sidebar_comic()</a></strong>: displays a thumbnail and a link back to the most recently uploaded comic.</li>
<li><strong>get_comic_post($id)</strong>: works like the native WordPress function <code>get_post()</code> except it retrieves a specific comic based on <code>$id</code>. <strong>*note</strong>: could possibly be deprecated in later versions.</li>
<li><span style="color: red; text-decoration: line-through;"><strong>the_series()</strong>: is supposed to work like the WordPress template tag <code>the_category()</code>. Is currently not functional in 2.0 beta.</span> <strong>Deprecated</strong><strong> in 2.6</strong>.</li>
<li><span style="color: red; text-decoration: line-through;"><strong>get_comic_series($id)</strong>: retrieves the comic&#8217;s series. Is currently not functional in 2.0 beta.</span> <strong>Deprecated</strong><strong> in 2.6</strong>.</li>
<li><strong>wp_comic_first</strong>(): returns the <code>$id</code> of the first posted comic.</li>
<li><strong>wp_comic_last</strong>(): returns the <code>$id</code> of the last (most recent) posted comic.</li>
<li><strong><a href="http://manga-press.silent-shadow.net/2010/03/template-tags-wp_comic_navigation/">wp_comic_navigation</a>(int $post_id, [bool $banner_nav = false], [ $echo = true])</strong>: Generates navigation for comic posts.</li>
<li><strong>wp_comic_next($id)</strong>: returnss the <code>$id</code> of the  comic <em>after</em> the comic specified by <code>$id</code>.</li>
<li><strong>wp_comic_previous($id)</strong>: retrieves the <code>$id</code> of comic <em>before</em> the comic specified by <code>$id</code>.</li>
<li><strong>wp_comic_category_id()</strong>: returns the <code>$id </code>of the Comic Category specified in Manga+Press Options.</li>
<li><strong>wp_comic_page_id()</strong>: returns the $id of the Latest Comic page specified in Manga+Press Options.</li>
<li><strong>wp_comic_archive_page_id()</strong>: returns the $id of the Latest Comic page specified in Manga+Press Options. *<strong>note</strong>: the top 3 custom tags are listed as deprecated in the source code; however, I&#8217;m going to reconsider as these functions would be of use to theme designers.</li>
<li><span style="color: #ff0000;"><span style="text-decoration: line-through;"><strong>get_comic_feed($feed = &#8216;rss2&#8242;)</strong>: returns a url of the feed for the Comic Category specified in Comic Options. Options are rdf, atom, and rss. Defaults to rss2.</span></span> <strong>Deprecated in 2.6.</strong></li>
<li><span style="color: #ff0000;"><span style="text-decoration: line-through;"><strong>get_series_feed($series, $feed = &#8216;rss2&#8242;)</strong>: returns a url of the feed for the comic series category specified by the category&#8217;s id passed by <code>$series</code>. Options are rdf, atom, and rss. Defaults to rss2.</span></span> <strong>Deprecated in 2.6.</strong></li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://manga-press.silent-shadow.net/2009/08/mangapress-template-tags/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Intro: Manga+Press</title>
		<link>http://manga-press.silent-shadow.net/2009/08/intro-mangapress/</link>
		<comments>http://manga-press.silent-shadow.net/2009/08/intro-mangapress/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 03:14:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Help]]></category>

		<guid isPermaLink="false">http://manga-press.silent-shadow.net/?p=175</guid>
		<description><![CDATA[So you've uploaded and activated the plugin. Now what?]]></description>
			<content:encoded><![CDATA[<p>Now that you have activated the plugin, there are a few things you are going to need to know depending on whether you&#8217;re using your own theme or if you&#8217;re modifying a 3rd party WordPress Theme.</p>
<h3>Getting Started</h3>
<p><strong>Read this section first!</strong> To get started:</p>
<ol>
<li>Create a new category and two new pages — or feel free to use existing pages and categories.</li>
<li>Go to the Manga+Press Options page and set your <strong>comic category</strong> and <strong>latest comic</strong> and <strong>comic archive</strong> pages to the categories and pages you wish to display your comics on.</li>
<li>Activate the <em>&#8220;Automatically insert comic navigation code into comic posts&#8221;</em> option and
<ul>
<li>If you wish to exclude your comic posts from appearing in your regular blog, then select the<em> &#8220;Exclude comic category from front page&#8221; </em>option.</li>
</ul>
</li>
</ol>
<p>That&#8217;s it! You&#8217;re done!</p>
<h3>Modifying a 3rd party Theme</h3>
<p>You might not have to modify the theme in question. Activate the <em>&#8220;Automatically insert comic navigation code into comic posts&#8221;</em> option. It&#8217;s on the first tab of the Manga+Press Options page. Click that and also select <em>&#8220;Exclude comic category from front page,&#8221;</em> then click the <strong>Update Options</strong> button. If everything appears okay, then you shouldn&#8217;t have to modify anything. If there are some glitches, then you may to adjust your theme. Check out the section on Manga+Press&#8217;s <a href="http://manga-press.silent-shadow.net/2009/08/mangapress-template-tags/">Template Tags</a> to get started.</p>
]]></content:encoded>
			<wfw:commentRss>http://manga-press.silent-shadow.net/2009/08/intro-mangapress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
