<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title>Category on top...</title>
        <link>https://interactivetools.com/forum/forum-posts.php?Category-on-top___-80756</link>
        <description></description>
        <pubDate>Sun, 19 Jul 2026 15:34:32 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-posts.php?rss=1&amp;Category-on-top___-80756" rel="self" type="application/rss+xml" />

                <item>
          <title>Category on top...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2239785#post2239785</link>
          <description><![CDATA[<p>Hi,</p>
<p>Add this CMS Builder function to the page to display all the available variables that you can use:</p>
<p><code>&lt;?php showme($articlesRecord); ?&gt;</code></p>
]]></description>
          <pubDate>Wed, 16 Nov 2016 11:54:04 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2239785#post2239785</guid>
        </item>
                <item>
          <title>Category on top...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2239781#post2239781</link>
          <description><![CDATA[<p>Excellent Greg, thank you! The top one worked perfectly! Cheers!</p>
<p>In the same vein... is there a way to hide the parent category in the string? So instead of seeing "Sport: Football: NFL" it would be just "NFL"? not a dealbreaker, but I thought I would ask...</p>]]></description>
          <pubDate>Wed, 16 Nov 2016 09:56:06 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2239781#post2239781</guid>
        </item>
                <item>
          <title>Category on top...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2239763#post2239763</link>
          <description><![CDATA[<p>Hi Osga,</p>
<p>Looking at the article_blank.php file, it seems the category is stored a in a field called <em>categoryNum</em>. So one of these values should work:</p>
<p><code>&lt;?php echo htmlEncode($articlesRecord['categoryNum:label']); ?&gt;<br /> &lt;?php echo htmlEncode($articlesRecord['categoryNum:text']); ?&gt;<br /> &lt;?php echo htmlEncode($articlesRecord['categoryNum']); ?&gt;</code></p>
<p>I would try each of the statements above from top to bottom, I think the first one will be the correct one.</p>
<p>Thanks,</p>
<p>Greg</p>]]></description>
          <pubDate>Tue, 15 Nov 2016 12:28:09 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2239763#post2239763</guid>
        </item>
                <item>
          <title>Category on top...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2239752#post2239752</link>
          <description><![CDATA[<p>here ya go...<br /><br /></p>]]></description>
          <pubDate>Fri, 11 Nov 2016 12:25:30 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2239752#post2239752</guid>
        </item>
                <item>
          <title>Category on top...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2239751#post2239751</link>
          <description><![CDATA[<p>Could you attach a copy of your page to a reply? I'd like to review your code.</p>
<p>Please don't just paste all the code into your reply.</p>
<p>Thanks.</p>]]></description>
          <pubDate>Fri, 11 Nov 2016 11:03:43 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2239751#post2239751</guid>
        </item>
                <item>
          <title>Category on top...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2239749#post2239749</link>
          <description><![CDATA[<p>that one gave me an error..</p>
<p>i can throw these in &lt;?php echo $articlesRecord['art_field1'] ?&gt;, and they work, just nothing using "Category" (so far)</p>

]]></description>
          <pubDate>Thu, 10 Nov 2016 16:04:49 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2239749#post2239749</guid>
        </item>
                <item>
          <title>Category on top...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2239744#post2239744</link>
          <description><![CDATA[<p>Hi there.</p>
<p>Thanks for posting.</p>
<p>What I think you'll need is something like this:</p>
<p><code>&lt;?php echo htmlencode($articleRecord['category:label']) ?&gt;</code></p>
<p>Notice how I am using the "articleRecord" array instead of the "<span>categoryRecord" array.  Your article record array might have a different name so make sure to update my code example.</span></p>
<p><span>Let me know if this works for you.<br /></span></p>
<p>Thanks!</p>]]></description>
          <pubDate>Thu, 10 Nov 2016 12:59:12 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2239744#post2239744</guid>
        </item>
                <item>
          <title>Category on top...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2239741#post2239741</link>
          <description><![CDATA[<p>We would like to place the name of the category corresponding to the article shown on the srticle page at the top of the page.</p>
<p>Referring to this page, we would like to replace the title "NEWS" at the top, with the name of the category of the article shown:</p>
<p><a href="http://www.osga.com/mobile/article_blank.php/online_gaming_articles.php?SEC-Subpoenas-Nevada-Entity-Wagering-Funds-For-Information-18093" rel="nofollow">http://www.osga.com/mobile/article_blank.php/online_gaming_articles.php?SEC-Subpoenas-Nevada-Entity-Wagering-Funds-For-Information-18093</a></p>
<p>I've tried replacinc "NEWS" with code like &lt;?php echo htmlencode($categoryRecord['parentNum']) ?&gt;<br /><br />and others, but there must be something at the top of the article template php that im missing?</p>]]></description>
          <pubDate>Thu, 10 Nov 2016 08:59:12 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2239741#post2239741</guid>
        </item>
              </channel>
    </rss>
  