<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Adding &#039;Category&#039; to &#039;Recent Stories&#039; Block in &quot;Snow White&quot; - Version 3.x Skinning				            </title>
            <link>https://efiction.org/community/version-3-x-skinning/adding-category-to-recent-stories-block-in-snow-white/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Sat, 18 Jul 2026 17:37:09 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>Re: Adding &#039;Category&#039; to &#039;Recent Stories&#039; Block in &quot;Snow White&quot;</title>
                        <link>https://efiction.org/community/version-3-x-skinning/adding-category-to-recent-stories-block-in-snow-white/#post-20244</link>
                        <pubDate>Mon, 24 Aug 2015 15:24:53 +0000</pubDate>
                        <description><![CDATA[To add the category info to the recent block, you can open blocks/recent/recent.php. Around line 13, you&#039;ll seeif(!$use_tpl) $content .= &quot;&lt;div class=&#039;recentstory&#039;&gt;&amp;...]]></description>
                        <content:encoded><![CDATA[To add the category info to the recent block, you can open blocks/recent/recent.php. <br><br>Around line 13, you&#039;ll see<br><pre>if(!$use_tpl) $content .= &quot;&lt;div class=&#039;recentstory&#039;&gt;&quot;.title_link($stories).&quot; &quot;._BY.&quot; &quot;.author_link($stories).&quot; &quot;.$ratingslist]&#091;&#039;name&#039;].&quot;&lt;br /&gt;&quot;.stripslashes($stories&#091;&#039;summary&#039;]).&quot;&lt;/div&gt;&quot;;</pre><br>You can add <pre>&quot;.catlist($stories&#091;&#039;catid&#039;]).&quot;</pre> where you want the category information.<br>For example, <pre>if(!$use_tpl) $content .= &quot;&lt;div class=&#039;recentstory&#039;&gt;&quot;.title_link($stories).&quot; &quot;._BY.&quot; &quot;.author_link($stories).&quot; &quot;.$ratingslist]&#091;&#039;name&#039;].&quot; &quot;.catlist($stories&#091;&#039;catid&#039;]).&quot;&lt;br /&gt;&quot;.stripslashes($stories&#091;&#039;summary&#039;]).&quot;&lt;/div&gt;&quot;;</pre> would add the category info after the story rating.<br>This assumes you&#039;re not using the default block style, not a .tpl to display the recent block (you can check this in the admin panel under blocks).]]></content:encoded>
						                            <category domain="https://efiction.org/community/version-3-x-skinning/">Version 3.x Skinning</category>                        <dc:creator>SJP</dc:creator>
                        <guid isPermaLink="true">https://efiction.org/community/version-3-x-skinning/adding-category-to-recent-stories-block-in-snow-white/#post-20244</guid>
                    </item>
				                    <item>
                        <title>Adding &#039;Category&#039; to &#039;Recent Stories&#039; Block in &quot;Snow White&quot;</title>
                        <link>https://efiction.org/community/version-3-x-skinning/adding-category-to-recent-stories-block-in-snow-white/#post-3487</link>
                        <pubDate>Mon, 24 Aug 2015 08:01:48 +0000</pubDate>
                        <description><![CDATA[Hi,I have recently started using &#039;Snow White&#039; on my archive (I have this as the default and the only option as I like to keep things neat and that way I know everything displays pr...]]></description>
                        <content:encoded><![CDATA[Hi,<br><br>I have recently started using &#039;Snow White&#039; on my archive (I have this as the default and the only option as I like to keep things neat and that way I know everything displays properly).&nbsp; Anyway, my question is this:<br><br>How do I add the &#039;category&#039; as a display on the recent stories block on the index?&nbsp; I have very recently (this weekend) introduced a new fandom and would like to ensure it&#039;s clear to readers who have come for one fandom only which stories have been uploaded as new to the separate categories (and their sub categories).&nbsp; Is there any way to do this?<br><br>Thanks in advance for the help.<br><br>My site archive is found here: http://www.bewitching-fiction.com/story-archive<br><br><br>PI]]></content:encoded>
						                            <category domain="https://efiction.org/community/version-3-x-skinning/">Version 3.x Skinning</category>                        <dc:creator>rrichardson</dc:creator>
                        <guid isPermaLink="true">https://efiction.org/community/version-3-x-skinning/adding-category-to-recent-stories-block-in-snow-white/#post-3487</guid>
                    </item>
							        </channel>
        </rss>
		